]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/theme_select_form.tpl
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / templates / de / html / theme_select_form.tpl
index bf57dcf32f45a1898eda792e7183538354f6947e..25b7c4619e104ac2665fc9a9191966e64bd0b8e3 100644 (file)
@@ -1,6 +1,7 @@
-<form action="{!__FORM_VALUE!}" method="POST" style="margin-bottom: 0px">
-<select name="new_theme" class="guest_select">
-       {!__THEME_SELECTION_OPTIONS!}
-</select> <br />
-<input type="submit" name="ok" class="guest_submit"
-       value="{--CHANGE_THEME--}" /></form>
+<form action="$content[form_action]" method="POST" style="margin-bottom: 0px">
+       <select name="new_theme" class="guest_select">
+               $content[selection]
+       </select>
+       <br />
+       <input type="submit" name="ok" class="guest_submit" value="{--CHANGE_THEME--}" />
+</form>