summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6dc1536)
raw | patch | inline | side by side (parent: 6dc1536)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:04:40 +0000 (16:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:04:40 +0000 (16:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16812 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/samba/personal/samba/sambaLogonHours.tpl | patch | blob | history |
diff --git a/gosa-plugins/samba/personal/samba/sambaLogonHours.tpl b/gosa-plugins/samba/personal/samba/sambaLogonHours.tpl
index 99f6aa4a2f714cb2a21438d5319facdc1c3208ee..ee959b8c8088e8a557ee725fc33a6756aa4d731d 100644 (file)
<h1>{t}Specify the hours this user is allowed to log in{/t}</h1>
<br>
-<table cellspacing=0 cellpadding=0 style='border: solid 1px #B0B0B0; background-color: #EEEEEE; width :100%;'
+<table style='background-color: #EEEEEE; width :100%;'>
summary="{t}Samba logon hours{/t}">
<tr>
<td> </td>
- <td colspan=24 style='text-align:center;height:24px;border-bottom: solid 1px #B0B0B0;'><b>{t}Hour{/t}</b></td>
+ <td style='text-align:center;height:24px;' colspan="24">
+<b>{t}Hour{/t}</b></td>
</tr>
<tr>
- <td style='text-align: left;' class='list0'> </td>
+ <td class='list0'>
+</td>
{foreach from=$Hours item=hours key=key_hours}
{if (($hours)%2)==0}
<td style="text-align:center;height: 22px; background-color: rgb(226, 226, 226); ">
{else}
- <td style="text-align:center;height: 22px; background-color: rgb(245, 245, 245); border-right: solid 1px #B0B0B0;">
+ <td style='text-align:center;height: 22px; background-color: rgb(245, 245, 245); ' class='right-border'>
+
{/if}
{$hours}
</td>
{if $acl}
<!-- Add toggle buttons for hours -->
<tr>
- <td style='text-align: left;' class='list0'>
+ <td class='list0'>
+
</td>
{foreach from=$Hours item=hours key=key_hours}
{if (($hours)%2)==0}
<td style="text-align:center; height: 22px; background-color: rgb(226, 226, 226); text-align: right;">
{else}
- <td style="text-align:center; height: 22px; background-color: rgb(245, 245, 245); border-right: solid 1px #B0B0B0; text-align: right;">
+ <td style='text-align:center; height: 22px; background-color: rgb(245, 245, 245); text-align: right;' class='right-border'>
+
{/if}
<input type='button' onClick="toggle_chk('^day_[0-9]*_{$hours}$');" value='+/-' style='width:100%;'>
{if (($key_hour)%2)==0}
<td style="text-align:center;height: 22px; background-color: rgb(226, 226, 226); ">
{else}
- <td style="text-align:center;height: 22px; background-color: rgb(245, 245, 245); border-right: solid 1px;">
+ <td style='text-align:center;height: 22px; background-color: rgb(245, 245, 245); ' class='right-border'>
+
{/if}
<input type='checkbox'
{if $acl} id='day_{$key_day}_{$key_hour}' name='day_{$key_day}_{$key_hour}' {/if}