From: hickert Date: Wed, 24 Mar 2010 10:48:52 +0000 (+0000) Subject: updated templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b8b1c7f7a69ca0e64c27729638a0bdb6ecea997;p=gosa.git updated templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17053 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc index fd400896a..9f224f10d 100644 --- a/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc +++ b/gosa-plugins/apache2/admin/systems/services/apache2/class_servApacheVhost.inc @@ -308,7 +308,13 @@ class servapache extends goService "plCategory" => array("server"), "plProvidedAcls"=> array( - "VirtualHost" => _("Virtual hosts")) + "VirtualHosts" => _("Virtual hosts"), + "apacheServerName" => _("Server name"), + "apacheDocumentRoot" => _("Document root"), + "apacheServerAlias" => _("Server alias"), + "apacheServerAdmin" => _("Server admin"), + "apacheScriptAlias" => _("Script alias") + ) )); } }