From 30cd77103828b743882d2606423116262b20bac4 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 17 Mar 2010 10:39:14 +0000 Subject: [PATCH] Added path title to system selection dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16743 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/admin/systems/systemSelect/class_systemSelect.inc | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.30.2