More forced spaces ( ) removed, see ticket #142)
authorRoland Häder <roland@mxchange.org>
Sun, 20 Jun 2010 17:18:59 +0000 (17:18 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 20 Jun 2010 17:18:59 +0000 (17:18 +0000)
templates/de/html/admin/admin_extensions_delete.tpl
templates/de/html/admin/admin_extensions_delete_row.tpl
templates/de/html/admin/admin_list_refs_level.tpl
templates/de/html/admin/admin_login_form.tpl
templates/de/html/guest/guest_sponsor_infos.tpl
templates/de/html/member/member_unconfirmed_table_nopoints.tpl
templates/de/html/menu/menu_seperator.tpl

index f4ccc71bade298e498d1ee79c016e4d02752f0e7..6636ee893a27ee23e3876be237a8439cdee29771 100644 (file)
@@ -2,19 +2,18 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=extensions%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="4" align="center" class="admin_title">
+               <td colspan="3" align="center" class="admin_title">
                        <strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" class="header_column bottom right" width="40"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="header_column bottom right" width="180"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
-               <td align="center" class="header_column bottom" width="80"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
-               <td align="center" class="header_column bottom" width="220">&nbsp;</td>
+               <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+               <td align="center" class="header_column bottom right"><strong>{--ADMIN_EXTENSION_NAME--}</strong></td>
+               <td align="center" class="header_column bottom"><strong>{--ADMIN_EXTENSION_VERSION--}</strong></td>
        </tr>
        $content
        <tr>
-               <td colspan="4" class="admin_footer">
+               <td colspan="3" class="admin_footer">
                        <input type="submit" name="remove" class="admin_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
                </td>
        </tr>
index deec0c8f503ede8d1efa7a764ad006e06db9ea91..8e94566bf08f1f6092f54e301e6108c65ad7bb83 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="switch_sw$content[sw] bottom right" align="center" rowspan="2">
                <strong>$content[id]</strong>
                <input type="hidden" name="sel[$content[id]]" value="1" />
        </td>
@@ -9,9 +9,9 @@
        <td class="switch_sw$content[sw] bottom">
                v$content[ext_ver]
        </td>
-       <td class="switch_sw$content[sw] bottom seperator">&nbsp;</td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw] bottom right seperator">&nbsp;</td>
-       <td colspan="3">$content[verbose]</td>
+       <td colspan="2" class="bottom">
+               $content[verbose]
+       </td>
 </tr>
index 4f0b2e2bd8a9f6ebc46c8b747351ef876aee4cad..dd3050aab8511a67a1c4fabbe9e90706544934d2 100644 (file)
@@ -17,7 +17,8 @@
 </tr>
 $content[rows]
 <tr>
-       <td colspan="6" class="admin_footer seperator">
+       <td colspan="6" class="admin_footer">
+               <!-- @TODO Nothing to say here? //-->
                &nbsp;
        </td>
 </tr>
index 4b128ef596e8ef60f16e1137980033270cfc654b..9fcc5cbdea2c5651a0c8e4f84537f2b71669049f 100644 (file)
@@ -30,7 +30,6 @@
                </td>
        </tr>
        $content[pass_message]
-       <tr><td colspan="2" class="bottom seperator">&nbsp;</td></tr>
        <!--
        @TODO Doesn't work with sessions
        <tr>
index b5b89f79d99ec223c92691f34d0bd671967ff3d2..827a37515075425d377ba8d2e11a5e2d0942fed2 100644 (file)
@@ -19,7 +19,7 @@
     <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
 $content[paytypes]
     <tr>
-      <td colspan="2" class="guest_footer seperator">
+      <td colspan="2" class="guest_footer">
         {--GUEST_SPONSOR_PRICING_FOOTER--}
       </td>
     </tr>
@@ -37,7 +37,7 @@ $content[paytypes]
     </tr>
 $content[actions]
     <tr>
-      <td colspan="2" class="guest_footer seperator">
+      <td colspan="2" class="guest_footer">
         {--GUEST_SPONSOR_ACTIONS_FOOTER--}
       </td>
     </tr>
index 03c3a8238c4f56a7fa3b7955e54420436caee1b9..4450297e53b45a44d9e8fd7c95175357239df159 100644 (file)
@@ -7,7 +7,8 @@
 </tr>
 $content[rows]
 <tr>
-       <td class="member_footer seperator" colspan="4">
+       <td class="member_footer" colspan="4">
+               <!-- @TODO Nothing to say here? //-->
                &nbsp;
        </td>
 </tr>
index f2cb490927182cc3347fe7c79efe65e1e375f77d..ef4eaaeb84566bdc90ba225c22ca3075e7d28c7b 100644 (file)
@@ -1 +1,4 @@
-<tr><td class="$content_menu_seperator"></td></tr>
+<tr>
+       <td class="$content_menu_seperator">
+       </td>
+</tr>