Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / select / select_network_box.tpl
index 7ac4659829a6512809998a277f614354bcfea3c9..d38523b2abfafcadbfe87008eb066f40d3fe818c 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%}" />
 <div class="table dashed">
@@ -15,5 +15,5 @@
                <input type="submit" class="form_submit" value="{--ADMIN_CHOOSE_NETWORK_SUBMIT--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 </div>