summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 591d9ad)
raw | patch | inline | side by side (parent: 591d9ad)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:26 +0000 (09:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:26 +0000 (09:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17249 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/component.tpl | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/component.tpl b/gosa-plugins/systems/admin/systems/component.tpl
index 9aaf93cf08410a16ad23d96d85a160c93f10c214..03a404f268d484d0399f240255ebb053cf5ee3e7 100644 (file)
-<table summary="" width="100%">
+<table summary="{t}Component{/t}" width="100%">
<tr>
<td style='width:50%; ' class='right-border'>
- <table summary="">
+ <table summary="{t}Generic settings{/t}">
<tr>
<td><LABEL for="cn">{t}Device 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>