Code

Fixed checkbox acl
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Jul 2006 11:33:57 +0000 (11:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Jul 2006 11:33:57 +0000 (11:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4291 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/samba/samba3.tpl

index fb37e1835584b5e6eec4d77f72721168f33b811b..99f2f1b4b75c8746a19c5e0a8fb9744bd9bebbb4 100644 (file)
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
  <tr>
   <td style="width:50%; vertical-align:top;">
-{render acl=$sambaPwdCanChange}
+{render acl=$sambaPwdCanChangeACL}
    <input id="allow_pwchange" type=checkbox name="allow_pwchange" value="1" {$flagsP}>
 {/render}
    <label for="allow_pwchange">{t}Allow user to change password from client{/t}</label>