summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6bff16d)
raw | patch | inline | side by side (parent: 6bff16d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Apr 2006 08:31:01 +0000 (08:31 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Apr 2006 08:31:01 +0000 (08:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3103 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/server.tpl | patch | blob | history |
index 6230d84730f91bd41b6e5a803e51c1b5b0266adc..5370ddc111e806b2903284c0648c2c1fe840b74a 100644 (file)
<td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
<td><input name="cn" id="cn" size=20 maxlength=60 value="{$cn}"></td>
</tr>
+ <tr>
+ <td><LABEL for="description">{t}Description{/t}</LABEL></td>
+ <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
+ </tr>
<tr>
- <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
+ <td><br><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
<td>
+ <br>
<select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}">
{html_options options=$bases selected=$base_select}
</select>
</select>
</td>
</tr>
-
- <tr>
- <td><LABEL for="description">{t}Description{/t}</LABEL></td>
- <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
- </tr>
</table>
</td>
</tr>