A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / select / select_network_box.tpl
index 2f67a1a5a3132e22a892347d878507d119b3ff80..21e802b089b9eb96ebf15a46a045c652c8a3e334 100644 (file)
@@ -2,8 +2,8 @@
 <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">
+<div class="table dashed">
+       <div class="table_header bottom">
                <strong>{--ADMIN_NETWORK_SELECT_TITLE--}</strong>
        </div>
 
@@ -11,8 +11,8 @@
                $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>