From 637c93afa460d47e5199fc441187fd8457b4ae90 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 10 Aug 2006 03:09:13 +0000 Subject: [PATCH] w3c / acl git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4447 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/phoneaccount/class_phoneAccount.inc | 10 +++++----- plugins/personal/nagios/nagios.tpl | 7 +++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 7c0f6e839..7cb3aabf9 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -707,7 +707,7 @@ class phoneAccount extends plugin switch ($type){ case "combo": - $str= ""; foreach(split(":",$default) as $choice){ if($choosen==$choice){ $str.= "\n"; @@ -721,15 +721,15 @@ class phoneAccount extends plugin case "bool": if(!$choosen){ - $str="\nacl, "goFonMacro")." ".$dis.">"; + $str="\n"; }else{ - $str="\nacl, "goFonMacro")." ".$dis.">"; + $str="\n"; } $macrotab.= "$str ".base64_decode($name).""; break; case "string": - $str="acl, "goFonMacro")." style='width:340px;' ".$dis.">"; + $str=""; $macrotab.= "".base64_decode($name)."$str"; break; @@ -813,7 +813,7 @@ class phoneAccount extends plugin $dis= " disabled "; } $hl= "{t}view system informations{/t} + {t}view system informations{/t} {/render} @@ -127,7 +126,7 @@ {render acl=$AuthorizedConfigurationInformationACL} - {t}view configuration information{/t} {/render} @@ -136,7 +135,7 @@ {render acl=$AuthorizedSystemCommandsACL} - {t}trigger system commands{/t} {/render} -- 2.30.2