]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/select/select_network_box.tpl
mailer project continued:
[mailer.git] / templates / de / html / select / select_network_box.tpl
index 2f67a1a5a3132e22a892347d878507d119b3ff80..7ac4659829a6512809998a277f614354bcfea3c9 100644 (file)
@@ -1,18 +1,18 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php" method="get">
+<form accept-charset="UTF-8" action="{?URL?}/modules.php" method="get">
 <input type="hidden" name="module" value="{%pipe,getModule%}" />
 <input type="hidden" name="what" value="{%pipe,getWhat%}" />
-<div class="admin_table dashed">
-       <div class="admin_title bottom">
-               <strong>{--ADMIN_NETWORK_SELECT_TITLE--}</strong>
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--ADMIN_SELECT_NETWORK_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_CHOOSE_NETWORK_SUBMIT--}" />
        </div>
 </div>
 </form>