Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / mail / personal / mail / sieve / templates / select_test_type.tpl
diff --git a/branches/old/gosa-plugins/mail/personal/mail/sieve/templates/select_test_type.tpl b/branches/old/gosa-plugins/mail/personal/mail/sieve/templates/select_test_type.tpl
new file mode 100644 (file)
index 0000000..1c21d1f
--- /dev/null
@@ -0,0 +1,14 @@
+<h2>{t}Select the type of test you want to add{/t}</h2>
+
+<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>
+<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='{msgPool type=cancelButton}'>
+</div>