summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9ab180)
raw | patch | inline | side by side (parent: c9ab180)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:57:18 +0000 (09:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:57:18 +0000 (09:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17268 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/samba/admin/systems/samba/wingeneric.tpl | patch | blob | history |
diff --git a/gosa-plugins/samba/admin/systems/samba/wingeneric.tpl b/gosa-plugins/samba/admin/systems/samba/wingeneric.tpl
index 66a151fcbe70a5e38735e6b313c1c2a41d964137..e3106d649037d2dfc3ef17c5c99ef9d69cdac6bf 100644 (file)
-<table summary="" width="100%">
+<table summary="{t}Windows workstation{/t}" width="100%">
<tr>
<td style='width:50%;'>
- <table summary="">
+ <table summary="{t}Generic settings{/t}">
<tr>
<td><LABEL for="cn">{t}Machine name{/t}</LABEL>{$must}</td>
<td>
</td>
<td>
- <table summary="">
- <tr>
- <td><LABEL for="description">{t}Description{/t}</LABEL></td>
- <td>
+ <LABEL for="description">{t}Description{/t}</LABEL>
{render acl=$descriptionACL}
<input type='text' id="description" name="description" size=25 maxlength=80 value="{$description}">
{/render}
- </td>
- </tr>
- </table>
</td>
</tr>
</table>