Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / mail / personal / mail / sieve / templates / add_element.tpl
diff --git a/branches/old/gosa-plugins/mail/personal/mail/sieve/templates/add_element.tpl b/branches/old/gosa-plugins/mail/personal/mail/sieve/templates/add_element.tpl
new file mode 100644 (file)
index 0000000..d98c529
--- /dev/null
@@ -0,0 +1,14 @@
+<h2>{t}Add a new element{/t}</h2>
+{t}Please select the type of element you want to add{/t}
+<br>
+<select name='element_type'>
+       {html_options options=$element_types selected=$element_type }
+</select>
+
+<p class='seperator'>&nbsp;</p>
+<br>
+<div class='seperator' style='text-align:right; width:100%;'>
+    <input type='submit' name='select_new_element_type' value='{t}Continue{/t}'>
+    &nbsp;
+    <input type='submit' name='select_new_element_type_cancel' value='{t}Abort{/t}'>
+</div>