]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/select/select_network_type_box.tpl
Extension 'ext-coupon' moved to branch, SQLs improved:
[mailer.git] / templates / de / html / select / select_network_type_box.tpl
index 4a975983ccf1408849865d67cb6042df05568903..719a5011df016b547c58e265ddedd8bd2c57eab5 100644 (file)
@@ -1,10 +1,10 @@
 <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%}" />
 <input type="hidden" name="network" value="{%network,getNetworkDataById,network_id=%network%%}" />
-<div class="admin_table dashed">
-       <div class="admin_title bottom">
+<div class="table dashed">
+       <div class="table_header bottom">
                <div>
                        <strong>{--ADMIN_NETWORK_TYPE_SELECT_TITLE--}</strong>
                </div>
@@ -20,8 +20,8 @@
                $content[selection_box]
        </div>
 
-       <div class="admin_footer">
-               <input type="submit" class="admin_submit" value="{--ADMIN_NETWORK_TYPE_CHOOSE--}" />
+       <div class="table_footer">
+               <input type="submit" class="form_submit" value="{--ADMIN_NETWORK_TYPE_CHOOSE--}" />
        </div>
 </div>
 </form>