summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be7ae04)
raw | patch | inline | side by side (parent: be7ae04)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Dec 2006 09:21:13 +0000 (09:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Dec 2006 09:21:13 +0000 (09:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5427 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/samba/sambaLogonHours.tpl | patch | blob | history |
diff --git a/plugins/personal/samba/sambaLogonHours.tpl b/plugins/personal/samba/sambaLogonHours.tpl
index 5750339f5b848715c00e29ce974bfb5b55786d67..d4a26cb7489520c04b16f566b468446ff887442f 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;'>
+<table cellspacing=0 cellpadding=0 style='border: solid 1px #B0B0B0; background-color: #EEEEEE; width :100%;' >
<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: left;' class='list0'> </td>
{foreach from=$Hours item=hours key=key_hours}
{if (($hours)%2) == 0 }
- <td style="height: 22px; background-color: rgb(226, 226, 226); ">
+ <td style="text-align:center;height: 22px; background-color: rgb(226, 226, 226); ">
{else}
- <td style="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); border-right: solid 1px #B0B0B0;">
{/if}
{$hours}
</td>
</td>
{foreach from=$Hours item=hours key=key_hours}
{if (($hours)%2) == 0 }
- <td style="height: 22px; background-color: rgb(226, 226, 226); text-align: right;">
+ <td style="text-align:center; height: 22px; background-color: rgb(226, 226, 226); text-align: right;">
{else}
- <td style="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); border-right: solid 1px #B0B0B0; text-align: right;">
{/if}
- <input type='button' onClick="toggle_chk('_{$hours}$');" value='+/-' style='padding:0px;margin:0px;;'>
+ <input type='button' onClick="toggle_chk('_{$hours}$');" value='+/-' style='width:100%;'>
</td>
{/foreach}
</tr>
</td>
{foreach from=$days item=hours key=key_hour}
{if (($key_hour)%2) == 0 }
- <td style="height: 22px; background-color: rgb(226, 226, 226); ">
+ <td style="text-align:center;height: 22px; background-color: rgb(226, 226, 226); ">
{else}
- <td style="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); border-right: solid 1px;">
{/if}
{if $Matrix[$key_day].$key_hour}
<input id='day_{$key_day}_{$key_hour}' type='checkbox' name='day_{$key_day}_{$key_hour}' checked >