From: hickert Date: Wed, 26 Jul 2006 08:01:30 +0000 (+0000) Subject: Updated some connectivity acls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3189a6dda723fcae5925e32a8653f0d4048b4c90;p=gosa.git Updated some connectivity acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4307 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/connectivity/class_pureftpdAccount.inc b/plugins/personal/connectivity/class_pureftpdAccount.inc index fe66e184f..09bf7c820 100644 --- a/plugins/personal/connectivity/class_pureftpdAccount.inc +++ b/plugins/personal/connectivity/class_pureftpdAccount.inc @@ -146,10 +146,10 @@ class pureftpdAccount extends plugin } if($this->acl_is_writeable("FTPQuotaFiles") && !is_id($this->FTPQuotaFiles)){ - $message[]= _("Value specified as 'Files' is not valid."); + $message[]= _("Value specified as 'Quota files' is not valid."); } if($this->acl_is_writeable("FTPQuotaMBytes") && !is_id($this->FTPQuotaMBytes)){ - $message[]= _("Value specified as 'Size' is not valid."); + $message[]= _("Value specified as 'Quota size' is not valid."); } if($this->acl_is_writeable("FTPUploadRatio") && !is_id($this->FTPUploadRatio)){ $message[]= _("Value specified as 'Upload ratio' is not valid."); diff --git a/plugins/personal/connectivity/proxy.tpl b/plugins/personal/connectivity/proxy.tpl index e4687fc4f..c4851114a 100644 --- a/plugins/personal/connectivity/proxy.tpl +++ b/plugins/personal/connectivity/proxy.tpl @@ -2,13 +2,17 @@ {t}Proxy account{/t} @@ -38,25 +42,25 @@ {render acl=$gosaProxyWorkingTimeACL} - {html_options values=$hours output=$hours selected=$starthour} {/render}  :  {render acl=$gosaProxyWorkingTimeACL} - {html_options values=$minutes output=$minutes selected=$startminute} {/render}  -  {render acl=$gosaProxyWorkingTimeACL} - {html_options values=$hours output=$hours selected=$stophour} {/render}  :  {render acl=$gosaProxyWorkingTimeACL} - {html_options values=$minutes output=$minutes selected=$stopminute} {/render} @@ -77,18 +81,18 @@ {render acl=$gosaProxyFlagBACL} - + {/render}   {render acl=$gosaProxyQuotaPeriodACL} - {html_options options=$quota_unit selected=$quota_u} {/render} {render acl=$gosaProxyQuotaPeriodACL} - {html_options options=$quota_time selected=$gosaProxyQuotaPeriod} {/render}