Code

Updated template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Apr 2010 08:52:20 +0000 (08:52 +0000)
committerhickert <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

index c9edcb75185e3d512bbd4dfd16af493552a214a9..26ed918ace17a31ee6f9030ce6f468b26d73882a 100644 (file)
@@ -1,14 +1,16 @@
 <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>
+
     &nbsp;
-    <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>