summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2949f4b)
raw | patch | inline | side by side (parent: 2949f4b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Apr 2010 08:52:20 +0000 (08:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Apr 2010 08:52:20 +0000 (08:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17540 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/sieve/templates/add_element.tpl | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/sieve/templates/add_element.tpl b/gosa-plugins/mail/personal/mail/sieve/templates/add_element.tpl
index c9edcb75185e3d512bbd4dfd16af493552a214a9..26ed918ace17a31ee6f9030ce6f468b26d73882a 100644 (file)
<h3>{t}Add a new element{/t}</h3>
{t}Please select the type of element you want to add{/t}
<br>
-<select name='element_type'>
+<select name='element_type' size=1>
{html_options options=$element_types selected=$element_type}
</select>
<hr>
<br>
<div class='seperator' style='text-align:right; width:100%;'>
- <input type='submit' name='select_new_element_type' value='{t}Continue{/t}'>
+ <button type='submit' name='select_new_element_type'>{t}Continue{/t}</button>
+
- <input type='submit' name='select_new_element_type_cancel' value='{t}Abort{/t}'>
+ <button type='submit' name='select_new_element_type_cancel'>{t}Abort{/t}</button>
+
</div>