From: hickert Date: Wed, 17 Mar 2010 10:39:14 +0000 (+0000) Subject: Added path title to system selection dialog X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=30cd77103828b743882d2606423116262b20bac4;p=gosa.git Added path title to system selection dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16743 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/systemSelect/class_systemSelect.inc b/gosa-plugins/systems/admin/systems/systemSelect/class_systemSelect.inc index df561e0e5..c46ce6286 100644 --- a/gosa-plugins/systems/admin/systems/systemSelect/class_systemSelect.inc +++ b/gosa-plugins/systems/admin/systems/systemSelect/class_systemSelect.inc @@ -26,6 +26,8 @@ class systemSelect extends management protected $skipFooter = TRUE; protected $skipHeader = TRUE; + public $plHeadline = "System selection"; + function __construct($config,$ui) { $this->config = $config;