]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_edit_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_mods_edit_row.tpl
index 1c50693b05d9077a009add94829386ea1d678dca..425ed1e97c472ead74e3eeb1140b51665ee7660e 100644 (file)
@@ -1,20 +1,20 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right">
+       <td class="{%template,ColorSwitch%} bottom right">
                &nbsp;$content[mod] <input type="hidden" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                <input type="text" class="admin_normal" name="title[$content[id]]" size="20" maxlength="255" value="$content[title]" />
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[locked]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[hidden]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[admin]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[mem]
        </td>
 </tr>