summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1373fc7)
raw | patch | inline | side by side (parent: 1373fc7)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Dec 2006 08:41:07 +0000 (08:41 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Dec 2006 08:41:07 +0000 (08:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5422 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/samba/samba3.tpl | patch | blob | history | |
plugins/personal/samba/sambaLogonHours.tpl | patch | blob | history |
index 6c41bf168ed0910fc30c8a91b4742e9765357df3..13558be75007adbb9fda50a23347008ae9844541 100644 (file)
<input type="hidden" name="sambaLogoffTime" value="{$sambaLogoffTime}">
<input type="hidden" name="sambaKickoffTime" value="{$sambaKickoffTime}">
- <input type='submit' name='SetSambaLogonHours' value='{t}Setup{/t}'> {t}Samba logon restrictions{/t}
+ {t}Samba logon times{/t} <input type='submit' name='SetSambaLogonHours' value='{t}Edit settings...{/t}'>
</td>
<td style="border-left:1px solid #A0A0A0">
diff --git a/plugins/personal/samba/sambaLogonHours.tpl b/plugins/personal/samba/sambaLogonHours.tpl
index e259ec8850683f6ed618ba2319ec73a4c81fa31c..9a9dfae08625eb126e7c4de46c93fa69ad717e4b 100644 (file)
{/literal}
</script>
+<h1>{t}Specify the hours this user is allowed to log in{/t}</h1>
+<br>
+
<table cellspacing=0 cellpadding=0>
<tr>
- <td style='text-align: right;' class='list0'>
- {t}Hours{/t}
+ <td style='text-align: left;' class='list0'>
+ <b>{t}Hour{/t}</b>
</td>
{foreach from=$Hours item=hours key=key_hours}
{if (($hours)%2) == 0 }
<!-- Add toggle buttons for hours -->
<tr>
<td style='text-align: left;' class='list0'>
- {t}Days{/t}
+
</td>
{foreach from=$Hours item=hours key=key_hours}
{if (($hours)%2) == 0 }