]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/select/select_network_type_title_box.tpl
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / templates / de / html / select / select_network_type_title_box.tpl
index 93f91a02b86cb208910d049c2bb86aac29d34b88..4601b49f5c3947f8d75d6ba15177f2df6263f560 100644 (file)
@@ -1,11 +1,11 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{?URL?}/modules.php" method="get">
+{%form,formMethodGet=modules.php%}
 <input type="hidden" name="module" value="{%pipe,getModule%}" />
 <input type="hidden" name="what" value="{%pipe,getWhat%}" />
 <div class="table dashed">
        <div class="table_header bottom">
                <div>
-                       <strong>{--ADMIN_SELECT_NETWORK_TYPE_TITLE--}</strong>
+                       <strong>{--ADMIN_SELECT_NETWORK_HANDLER_TYPE_TITLE--}</strong>
                </div>
        </div>
 
@@ -14,8 +14,8 @@
        </div>
 
        <div class="table_footer">
-               <input type="submit" class="form_submit" value="{--ADMIN_CHOOSE_NETWORK_TYPE_SUBMIT--}" />
+               <input type="submit" class="form_submit" value="{--ADMIN_CHOOSE_NETWORK_HANDLER_TYPE_SUBMIT--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 </div>