A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_extensions_delete_row.tpl
index f3d523b5339bfe3f92c35ab1755e8d85b901d8f4..b14a076c6ebc7ffe885798788c976878958fbf95 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center" rowspan="2">
                <strong>$content[id]</strong>
                <input type="hidden" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom right">
-               &nbsp;$content[ext_name]
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[ext_name]
        </td>
-       <td class="switch_sw$content[sw] bottom">
-               &nbsp;v$content[ext_ver]
+       <td class="{%template,ColorSwitch%} 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>