]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/select/select_network_box.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / select / select_network_box.tpl
index 699ad9032dc5d7e9980601a56250ed98e64eb27d..21e802b089b9eb96ebf15a46a045c652c8a3e334 100644 (file)
@@ -1,16 +1,18 @@
 <div align="center">
 <form accept-charset="utf-8" action="{?URL?}/modules.php" method="get">
-<input type="hidden" name="module" value="$content[module]" />
-<input type="hidden" name="what" value="$content[what]" />
-<div class="admin_table dashed">
-       <div class="admin_title bottom">
+<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">
                <strong>{--ADMIN_NETWORK_SELECT_TITLE--}</strong>
        </div>
+
        <div class="bottom">
                $content[selection_box]
        </div>
-       <div class="admin_footer">
-               <input type="submit" class="admin_submit" value="{--ADMIN_NETWORK_CHOOSE--}" />
+
+       <div class="table_footer">
+               <input type="submit" class="form_submit" value="{--ADMIN_NETWORK_CHOOSE--}" />
        </div>
 </div>
 </form>