]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_form_selection_box.tpl
Introduced 'per-what-word-wrapping
[mailer.git] / templates / de / html / admin / admin_form_selection_box.tpl
index 167119dc3e86200b56ed609c04dedeb3f5f4381d..b9fb948ac9b3cf3febd3758132fa4c17e234da9e 100644 (file)
@@ -1,12 +1,12 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{?URL?}/modules.php" method="get">
+{%form,formMethodGet=modules.php%}
 <input type="hidden" name="module" value="admin" />
 <input type="hidden" name="what" value="$content[what]" />
 <div class="table dashed">
        <div class="table_header bottom">
                <strong>{--ADMIN_SELECTION_BOX_TITLE--}</strong>
        </div>
-       <div align="center" class="bottom">
+       <div class="bottom" align="center" style="padding:5px">
                {--ADMIN_SELECT_USER--}:
                <select name="userid" size="1" class="form_select">
                        $content[form_selection]
@@ -17,5 +17,5 @@
                <input type="submit" class="form_submit" value="{--ADMIN_DO_ACTION--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 </div>