Code

Updated logon hours template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 10:22:35 +0000 (10:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 10:22:35 +0000 (10:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16193 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/personal/samba/sambaLogonHours.tpl

index 70a716cb1a06f88aa4b3c7e8e3dd3d5eb75a62a3..99f6aa4a2f714cb2a21438d5319facdc1c3208ee 100644 (file)
   </tr>
 {/foreach}
 </table>
-<br>
 <input type='hidden' name='sambaLogonHoursPosted' value='1'> 
-<br>
-<p class="plugbottom">
-{if $acl}
-  <button type='submit' name='save_logonHours'>{msgPool type=saveButton}</button>
+<hr>
 
-  &nbsp;
-{/if}
+<div class="plugin-actions">
+  {if $acl}
+   <button type='submit' name='save_logonHours'>{msgPool type=saveButton}</button>
+  {/if}
   <button type='submit' name='cancel_logonHours'>{msgPool type=cancelButton}</button>
-
-</p>
+</div>
 
 <!--  
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: