A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_edit_networks.tpl
index ac2b81fc202be9d9e844357346e032c6e9b44580..457adc1d7e14fd4db7c40ed19ecdf14604aaa96d 100644 (file)
@@ -1,22 +1,22 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_networks&amp;do=change_network%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" class="admin_title bottom" height="25" colspan="4">
+               <td align="center" class="table_header bottom" height="25" colspan="4">
                        <strong>{--ADMIN_NETWORK_EDIT_TITLE--}</strong>
                </td>
        </tr>
        $content
        <tr>
-               <td colspan="4" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="change" class="admin_submit" value="{--ADMIN_NETWORK_CHANGE--}" />
+               <td colspan="4" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="change" class="form_submit" value="{--ADMIN_NETWORK_CHANGE--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="admin_note">
+<div class="notice">
        {--ADMIN_NETWORK_LIST_NOTE--}
 </div>
 </div>