]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/select/select_network_type_box.tpl
New function getMenuModeFromModule() introduced:
[mailer.git] / templates / de / html / select / select_network_type_box.tpl
index 5c9bccb1e32613fe3262814ef0f0996001f1fc1b..48fa59ff4745fed7a77e0fd46d3f5657b38a94ce 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="{%pipe,getModule%}" />
 <input type="hidden" name="what" value="{%pipe,getWhat%}" />
 <input type="hidden" name="network_id" value="{%network,getNetworkDataById,network_id=%network_id%%}" />
 <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 class="tiny">
@@ -21,8 +21,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>