Code

Added missing HTML tag
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Jul 2010 08:13:30 +0000 (08:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Jul 2010 08:13:30 +0000 (08:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18957 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/personal/samba/class_sambaAccount.inc
gosa-plugins/samba/personal/samba/samba3.tpl

index d83196507fdc0eebbda6e7ad0f10e6bc5d116c53..cf8cd4d78185aaf31c07915c510317aafd5feafd 100644 (file)
@@ -900,7 +900,6 @@ class sambaAccount extends plugin
     if (isset($_POST['sambaTab'])){
       plugin::save_object();
 
-
       $this->enforcePasswordChange = (isset($_POST['enforcePasswordChange']));
       $this->cannotChangePassword = (isset($_POST['cannotChangePassword']));
 
index 83fa6eed9e8cc47cc66d52cfd2ed4b303061e517..dae34101c8e8838418b479a01d72e6c52fb86993 100644 (file)
             <td>
                 <label for="temporary_disable">{t}Lock samba account{/t}</label>
             </td>
+        <tr>
         </tr>            
             <td>                                                    
                 {render acl=$cannotChangePasswordACL  checkbox=$multiple_support checked=$use_cannotChangePassword}