From d42cfb5f6c75d2ddd3e53e0e9ef60643e042acf2 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 23 Apr 2007 05:58:00 +0000 Subject: [PATCH] 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 --- include/class_acl.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "); } -- 2.30.2