Code

Updated table summary
[gosa.git] / gosa-plugins / mail / personal / mail / sieve / templates / select_test_type.tpl
index dd7a8fb2e8d4dc829bf574adfa61ee3fa0449e9a..b00cad6ce4dba2949a18d58631ad3397b0e1f8ae 100644 (file)
@@ -1,14 +1,14 @@
-<h2>{t}Select the type of test you want to add{/t}</h2>
+<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}'>
        {html_options options=$test_types_to_add}
 </select>
 
-<p class='seperator'>&nbsp;</p>
+<hr>
 <br>
 <div class='seperator' style='text-align:right; width:100%;'>
        <input type='submit' name='add_type' value='{t}Continue{/t}'>
        &nbsp;
-       <input type='submit' name='does_nothing' value='{t}Cancel{/t}'>
+       <input type='submit' name='does_nothing' value='{msgPool type=cancelButton}'>
 </div>