summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 21a7aaa)
raw | patch | inline | side by side (parent: 21a7aaa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:01 +0000 (14:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:40:01 +0000 (14:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16685 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/systems/services/imap/goImapServer.tpl | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/systems/services/imap/goImapServer.tpl b/gosa-plugins/mail/admin/systems/services/imap/goImapServer.tpl
index 9be6c06d5b57ec705727275491393ed3414fad34..51214dbe56cdb11953935d587924f8984b8bf8ee 100644 (file)
<option value="none"> </option>
{html_options options=$Actions}
</select>
-<input type='submit' name='ExecAction' title='{t}Set status{/t}' value='{t}Execute{/t}'
+<button type='submit' name='ExecAction' title="{t}Set status{/t}">{t}Execute{/t}</button>
{if $is_new == "new" || !$is_acc} disabled {/if}
>
<hr>
<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
+ <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
+
- <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
+ <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
+
</div>
<input type="hidden" name="goImapServerPosted" value="1">