]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_theme_edit_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_theme_edit_row.tpl
index 7532662a57f1677830d1dcb9427a528f39c98935..03ff0c656de501a54adac43cfd5f88496aa36e4b 100644 (file)
@@ -1,24 +1,24 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               <input type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" class="admin_normal" value="1" />
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" class="form_field" value="1" />
                <input type="hidden" name="active[$content[id]]" value="$content[theme_active]" />
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[link]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[theme_name]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                {%pipe,translateYesNo=$content[theme_active]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[email]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                <a href="{%pipe,generateDerefererUrl=$content[url]%}" target="_blank">$content[url]</a>
        </td>
-       <td class="switch_sw$content[sw] bottom" align="center">
-               v$content[theme_ver]
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               v$content[theme_version]
        </td>
 </tr>