Code

Updated template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Apr 2010 08:51:41 +0000 (08:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Apr 2010 08:51:41 +0000 (08:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17539 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/personal/mail/sieve/templates/select_test_type.tpl

index b00cad6ce4dba2949a18d58631ad3397b0e1f8ae..6ce42dccbdd78d28a041ebc790e4e39c79572d40 100644 (file)
@@ -1,14 +1,16 @@
 <h3>{t}Select the type of test you want to add{/t}</h3>
 
 <b>{t}Available test types{/t}</b>&nbsp;:&nbsp;
-<select name='test_type_to_add_{$ID}'>
+<select name='test_type_to_add_{$ID}' size=1>
        {html_options options=$test_types_to_add}
 </select>
 
 <hr>
 <br>
 <div class='seperator' style='text-align:right; width:100%;'>
-       <input type='submit' name='add_type' value='{t}Continue{/t}'>
+       <button type='submit' name='add_type'>{t}Continue{/t}</button>
+
        &nbsp;
-       <input type='submit' name='does_nothing' value='{msgPool type=cancelButton}'>
+       <button type='submit' name='does_nothing'>{msgPool type=cancelButton}</button>
+
 </div>