summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 150a64b)
raw | patch | inline | side by side (parent: 150a64b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 13:39:50 +0000 (13:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 13:39:50 +0000 (13:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2345 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/faiHook.tpl | patch | blob | history | |
plugins/admin/fai/faiProfile.tpl | patch | blob | history | |
plugins/admin/fai/faiScript.tpl | patch | blob | history |
index c037d381c29d0576d998b3e2d07edaca966a7639..0e8b9fa36be8e451c394d0e51f0e56e8648aefe3 100644 (file)
</LABEL>
</td>
<td>
- <input value="{$cn}" size="45" disabled id="cn">
+ <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
</td>
</tr>
<tr>
</LABEL>
</td>
<td>
- <input value="{$description}" size="45" {$description} name="description" id="description">
+ <input value="{$description}" size="45" maxlength="80" {$description} name="description" id="description">
</td>
</tr>
</table>
index 9364d5310025d276b1937846282ec824cf05e050..5bbfa3c5e7ffdb8aac96aad941f0bdc5749b7c17 100644 (file)
</LABEL>
</td>
<td>
- <input value="{$cn}" size="45" id="cn" name="cn">
+ <input value="{$cn}" size="45" maxlength="80" id="cn" name="cn">
</td>
</tr>
<tr>
</LABEL>
</td>
<td>
- <input value="{$description}" size="45" name="description" id="description">
+ <input value="{$description}" size="45" maxlength="80" name="description" id="description">
</td>
</tr>
</table>
index c7b2a6eae719facfacd344ba3defaacf8a1ba121..59a80471d6ed86da95b09f537d2033438fe2f97d 100644 (file)
-<table width="100%">
+<table width="100%" summary="">
<tr>
<td width="50%" valign="top">
<h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
</LABEL>
</td>
<td>
- <input value="{$cn}" size="45" maxsize="80" disabled id="cn">
+ <input value="{$cn}" maxlength="80" size="45" disabled id="cn">
</td>
</tr>
<tr>
</LABEL>
</td>
<td>
- <input size="45" maxsize="80" value="{$description}" {$description} name="description" id="description">
+ <input size="45" maxlength="80" value="{$description}" {$description} name="description" id="description">
</td>
</tr>
</table>
{t}List of scripts{/t}
</LABEL>
</h2>
- <table width="100%">
+ <table width="100%" summary="">
<tr>
<td>
<select name="SubObject" title="{t}Choose a script to delete or edit{/t}" style="width:100%;" size="20" id="SubObject">