]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_extensions_row.tpl
index f5a02140c75c9339dc8491533f0cb65357336540..c3785a6fd55dca9a2cd48deb7d1ae0bded58a061 100644 (file)
@@ -1,17 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" class="admoin_normal" name="sel[$content[id]]" value="$content[act_val]" />
-       </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 right2" align="center">
-               $content[active]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
-               &nbsp;&nbsp;v$content[ver]
-       </TD>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[ext_id]" class="admoin_normal" name="sel[$content[ext_id]]" value="$content[ext_active]" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[ext_name]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[ext_css]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateYesNo=$content[ext_active]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               v$content[ext_version]
+       </td>
+</tr>