summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33a43e2)
raw | patch | inline | side by side (parent: 33a43e2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:33 +0000 (09:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:33 +0000 (09:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17252 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/admin/systems/gofon/phone.tpl | patch | blob | history |
diff --git a/gosa-plugins/gofon/admin/systems/gofon/phone.tpl b/gosa-plugins/gofon/admin/systems/gofon/phone.tpl
index 7eb2471004b2d62d6e9e063ad095538c978e74af..5d38a5b81af184b72d6fdfedc3e61c9b56d21e83 100644 (file)
-<table summary="" width="100%">
+<table summary="{t}Phone{/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}Phone 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' name="description" id="description" size=25 maxlength=80 value="{$description}">
{/render}
- </td>
- </tr>
- </table>
</td>
</tr>
</table>