]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_cats_row.tpl
Renamed a lot language strings to new naming convention, first english translation...
[mailer.git] / templates / de / html / admin / admin_config_cats_row.tpl
index cff985ae62e183d4acf3f0510ef3373b637b6aa1..211ba4e7566133fa7b25c3d077f32c524595f273 100644 (file)
@@ -1,14 +1,14 @@
-<TR>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
-       </TD>
-       <TD class="bottom2 right2 switch_sw$content[sw]"">
-               &nbsp;$content[cat]&nbsp;
-       </TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[vis]
-       </TD>
-       <TD align="center" class="bottom2 switch_sw$content[sw]">
+<tr>
+       <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 {%template,ColorSwitch%}">
+               {%pipe,getCategory=$content[id]%}
+       </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,translateComma=$content[visible]%}
+       </td>
+       <td align="center" class="bottom {%template,ColorSwitch%}">
                $content[sort]
-       </TD>
-</TR>
+       </td>
+</tr>