Extra rows now with CSS classes
authorRoland Häder <roland@mxchange.org>
Wed, 11 Nov 2009 19:11:51 +0000 (19:11 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 11 Nov 2009 19:11:51 +0000 (19:11 +0000)
templates/de/html/admin/admin_overview_task_extras.tpl
templates/de/html/admin/admin_overview_task_rows.tpl

index 83e45350449cd37898f95a883e62b0f530d0d5e9..14bc6e17d7e87fff450cf2f722647a702cb37fe6 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_task_table dashed">
        <tr>
-               <td colspan="3" class="admin_task_title bottom">
+               <td colspan="2" class="admin_task_title bottom">
                        <strong>{--ADMIN_TASK_OVERVIEW_EXTRAS--}:</strong>
                </td>
        </tr>
index 91441300b3ed42725c4692ecf27f2d4f77f2a363..bd78d5a90380a7b1f3939815dfd86dc173bf45dc 100644 (file)
@@ -1,5 +1,8 @@
 <tr>
-       <td width="240" align="right" class="switch_sw$content[row_sw] $content[bottom]">$content[row_descr]:</td>
-       <td width="10" class="switch_sw$content[row_sw] $content[bottom] seperator" height="5">&nbsp;</td>
-       <td width="25" align="center" class="switch_sw$content[row_sw] $content[bottom]"><strong>$content[row_link]</strong></td>
+       <td align="right" class="admin_task_left switch_sw$content[row_sw] $content[bottom]">
+               $content[row_descr]:
+       </td>
+       <td align="center" class="admin_task_right switch_sw$content[row_sw] $content[bottom]">
+               <strong>$content[row_link]</strong>
+       </td>
 </tr>