]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_edit_row.tpl
A lot more wrapper functions added, templates renamed
[mailer.git] / templates / de / html / admin / admin_extensions_edit_row.tpl
index 237793ef12b4c7ff17fdad15e6ccfe153b38a3e6..95f70983c4cc57928d9e8daced8cc33353655d40 100644 (file)
@@ -1,10 +1,10 @@
-<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;&nbsp;$content[name]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[css]</TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
-       $content[active]</TD>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right" align="center"><strong>$content[id]</strong>
+       <input type="hidden" name="sel[$content[id]]" value="1" /></td>
+       <td class="{%template,ColorSwitch%} bottom right">
+       &nbsp;&nbsp;$content[name]</td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+       $content[css]</td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+       $content[active]</td>
+</tr>