]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_delete_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_extensions_delete_row.tpl
index a560b12989d588f8e44f091e73687f37d8df8f6c..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>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2 seperator">&nbsp;</TD>
-       <TD colspan="3">$content[verbose]</TD>
-</TR>
+<tr>
+       <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 colspan="2" class="bottom">
+               $content[verbose]
+       </td>
+</tr>