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