Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / select / select_network_type_box.tpl
index 1584919223071315b19f6edd943bc3aa416e7500..48fa59ff4745fed7a77e0fd46d3f5657b38a94ce 100644 (file)
@@ -1,5 +1,5 @@
 <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%%}" />
@@ -24,5 +24,5 @@
                <input type="submit" class="form_submit" value="{--ADMIN_CHOOSE_NETWORK_HANDLER_TYPE_SUBMIT--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 </div>