summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cb77387)
raw | patch | inline | side by side (parent: cb77387)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:08 +0000 (09:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:08 +0000 (09:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17241 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/faiScript.tpl | patch | blob | history |
index 8ac0711b71a203347892016c5c76f82d3018af5d..47d1221435f08ceb378f6c2f387df6bb99042e4b 100644 (file)
-<table width="100%" summary="">
+<table width="100%" summary="{t}FAI script{/t}">
<tr>
<td width="50%" valign="top">
<h3>{t}Generic{/t}</h3>
- <table summary="" cellspacing="4">
+ <table summary="{t}Generic settings{/t}" cellspacing="4">
<tr>
<td>
<LABEL for="cn">
</tr>
</table>
<hr>
-<table width="100%" summary="">
+<table width="100%" summary="{t}List of scripts{/t}">
<tr>
<td>
<h3>
{t}List of scripts{/t}
</h3>
- <table summary="" width="100%">
-
- <tr>
- <td>
- {$Entry_divlist}
+ {$Entry_divlist}
{if $sub_object_is_addable}
- <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
+ <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
{else}
- <button type='submit' name='Dummy2' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
+ <button type='submit' name='Dummy2' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
{/if}
- </td>
- </tr>
- </table>
</td>
</tr>
</table>