summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 22bb3c5)
raw | patch | inline | side by side (parent: 22bb3c5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Mar 2010 16:50:53 +0000 (16:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Mar 2010 16:50:53 +0000 (16:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16972 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/admin/systems/services/gofax/goFaxServer.tpl | patch | blob | history |
diff --git a/gosa-plugins/gofax/admin/systems/services/gofax/goFaxServer.tpl b/gosa-plugins/gofax/admin/systems/services/gofax/goFaxServer.tpl
index 1770eb367fc19d8a2b1ba91982080c6afef3e320..f7c6c17a10c75a5ca99b2ee531b40e7a068ec72a 100644 (file)
<h3>{t}FAX database information{/t}</h3>
<table summary="">
- <tr>
- <td>{t}FAX DB user{/t}{$must}</td>
- <td>
-{render acl=$goFaxAdminACL}
- <input type='text' name="goFaxAdmin" size=30 maxlength=60 id="goFaxAdmin" value="{$goFaxAdmin}" >
-{/render}
- </td>
- </tr>
- <tr>
- <td>{t}Password{/t}{$must}</td>
- <td>
-{render acl=$goFaxPasswordACL}
- <input type=password name="goFaxPassword" id="goFaxPassword" size=30 maxlength=60 value="{$goFaxPassword}" >
-{/render}
- </td>
- </tr>
- </table>
+ <tr>
+ <td>{t}FAX DB user{/t}{$must}</td>
+ <td>
+ {render acl=$goFaxAdminACL}
+ <input type='text' name="goFaxAdmin" id="goFaxAdmin" value="{$goFaxAdmin}" >
+ {/render}
+ </td>
+ </tr>
+ <tr>
+ <td>{t}Password{/t}{$must}</td>
+ <td>
+ {render acl=$goFaxPasswordACL}
+ <input type=password name="goFaxPassword" id="goFaxPassword" value="{$goFaxPassword}" >
+ {/render}
+ </td>
+ </tr>
+</table>
<hr>
-<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
-
-
- <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
+<div class="plugin-actions">
+ <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
+ <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
</div>
<input type="hidden" name="goFaxServerPosted" value="1">