From: hickert Date: Mon, 23 Apr 2007 05:58:00 +0000 (+0000) Subject: Updated label tag for acl selection dialog to match input id X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d42cfb5f6c75d2ddd3e53e0e9ef60643e042acf2;p=gosa.git Updated label tag for acl selection dialog to match input id git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6168 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_acl.inc b/include/class_acl.inc index 41082b310..d9546c366 100644 --- a/include/class_acl.inc +++ b/include/class_acl.inc @@ -691,7 +691,7 @@ class acl extends plugin { $state= $state?"checked":""; return "\n ". - "\n "; + "\n "; } @@ -700,9 +700,9 @@ class acl extends plugin $rstate= preg_match('/r/', $state)?'checked':''; $wstate= preg_match('/w/', $state)?'checked':''; return ("\n ". - "\n ". + "\n ". "\n ". - "\n "); + "\n "); }