summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c70ba7)
raw | patch | inline | side by side (parent: 2c70ba7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Jun 2009 13:01:20 +0000 (13:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Jun 2009 13:01:20 +0000 (13:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13758 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/faiTemplateEntry.tpl | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/faiTemplateEntry.tpl b/gosa-plugins/fai/admin/fai/faiTemplateEntry.tpl
index 5845ffe9a1e009e1357c9fa11bd28b8f62868100..789dac439c54939cdc64178f6630d9c684d496fe 100644 (file)
<h2><img class="middle" alt="" src="images/forward.png" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table width="100%" summary="">
<tr>
- <td width="50%">
- <table>
+ <td style="vertical-align:top;width:50%;border-right:1px solid #B0B0B0; padding-right:10px;">
+ <table style='width:100%;'>
<tr>
<td>
{t}File name{/t}{$must}
</td>
- <td>
+ <td style='width:100%;'>
{render acl=$cnACL}
- <input value="{$templateFile}" name="templateFile" size="45" maxlength="80">
+ <input style='width:100%;' value="{$templateFile}"
+ name="templateFile" maxlength="80">
{/render}
</td>
- </tr>
+ </tr>
<tr>
- <td>
- <LABEL for="templatePath">
- {t}Destination path{/t}{$must}
- </LABEL>
- </td>
- <td>
+ <td>
+ <LABEL for="templatePath">
+ {t}Destination path{/t}{$must}
+ </LABEL>
+ </td>
+ <td>
{render acl=$FAItemplatePathACL}
- <input type="text" name="templatePath" value="{$templatePath}" id="templatePath" size="45">
+ <input style='width:100%;' type="text" name="templatePath"
+ value="{$templatePath}" id="templatePath" >
{/render}
</td>
- </tr>
+ </tr>
</table>
</td>
- <td>
- {t}Description{/t}
+ <td style='vertical-align:top;'>
+ <table style='width:100%;'>
+ <tr>
+ <td style='vertical-align:top;'>
+ {t}Description{/t}
+ </td>
+ <td style='width:100%;'>
{render acl=$descriptionACL}
- <input size="45" maxlength="80" value="{$description}" name="description">
+ <input style='width:100%;' maxlength="80"
+ value="{$description}" name="description">
{/render}
- </td>
+ </td>
+ </tr>
+ </table>
+ </td>
</tr>
</table>