summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15e0037)
raw | patch | inline | side by side (parent: 15e0037)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Mar 2010 14:35:23 +0000 (14:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Mar 2010 14:35:23 +0000 (14:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17404 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/faiTemplateEdit.tpl | patch | blob | history | |
gosa-plugins/fai/admin/fai/faiTemplateEntry.tpl | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/faiTemplateEdit.tpl b/gosa-plugins/fai/admin/fai/faiTemplateEdit.tpl
index 081223ed10363b47177e3b9965a02c4354f4c8e1..b46d7bb9eb11b94cf6c4ea8e00781deaba23e24d 100644 (file)
<textarea {if $write_protect} disabled {/if} style='width:100%; height: 350px;' {if !$write_protect}name="templateValue"{/if}>
{$templateValue}</textarea>
- <p class='seperator'>
- <div style='text-align:right;'>
- <button type='submit' name='templateEditSave'>
- {msgPool type=okButton}</button>
- <button type='submit' name='templateEditCancel'>
- {msgPool type=cancelButton}</button>
- </div>
- </p>
+
+ <div class="plugin-actions">
+ <button type='submit' name='templateEditSave'>{msgPool type=okButton}</button>
+ <button type='submit' name='templateEditCancel'>{msgPool type=cancelButton}</button>
+ </div>
-{/if}
\ No newline at end of file
+{/if}
diff --git a/gosa-plugins/fai/admin/fai/faiTemplateEntry.tpl b/gosa-plugins/fai/admin/fai/faiTemplateEntry.tpl
index 929484a3b004f3f5c0f9984037171a2c58a97f1e..c2c7e1dacc2115d1381bee51e6ef7ecf94324937 100644 (file)
</td>
<td style='width:100%;'>
{render acl=$cnACL}
- <input style='width:100%;' value="{$templateFile}" name="templateFile" maxlength="80">
+ <input value="{$templateFile}" type='text' name="templateFile">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$FAItemplatePathACL}
- <input style='width:100%;' type="text" name="templatePath" value="{$templatePath}" id="templatePath" >
+ <input type="text" name="templatePath" value="{$templatePath}" id="templatePath" >
{/render}
</td>
</tr>
</td>
<td>{t}Description{/t}
{render acl=$descriptionACL}
- <input style='width:100%;' maxlength="80" value="{$description}" name="description">
+ <input value="{$description}" name="description" type='text'>
{/render}
</td>
</tr>