]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email_row.tpl
A lot more wrapper functions added, templates renamed
[mailer.git] / templates / de / html / admin / admin_config_email_row.tpl
index 61de8d522e2be59b290af0a3c64e90cc45e1d007..acae20dba0c7c721c56dd7444444860e636580e2 100644 (file)
@@ -1,11 +1,11 @@
 <tr>
-       <td align="center" class="bottom right switch_sw$content[sw]">
-               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="bottom right switch_sw$content[sw]">
+       <td class="bottom right {%template,ColorSwitch%}">
                $content[value]
        </td>
-       <td class="bottom switch_sw$content[sw]">
+       <td class="bottom {%template,ColorSwitch%}">
                {%pipe,fixEmptyContentToDashes=$content[comment]%}
        </td>
 </tr>