]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_cats_row.tpl
Even more string languages/templates renamed (not really) according to naming convention
[mailer.git] / templates / de / html / admin / admin_del_cats_row.tpl
index d366052fcca62100e65d7502a52c5a5a0edd4b2c..a34fe8f48e25ae875d50d13ac1a2d455450764cd 100644 (file)
@@ -1,17 +1,11 @@
-<TR>
-       <TD height="5" class="seperator switch_sw$content[sw]">&nbsp;</TD>
-</TR>
-<TR>
-       <TD align="center" class="switch_sw$content[sw]"><STRONG>{--CATEGORY_ID--}
-       $content[id]:</STRONG></TD>
-</TR>
-<TR>
-       <TD height="5" class="seperator switch_sw$content[sw]"></TD>
-</TR>
-<TR>
-       <TD align="center" class="switch_sw$content[sw]">$content[cat] <INPUT
-               type="hidden" name="id[$content[id]]" value="1" size="35"></TD>
-</TR>
-<TR>
-       <TD height="5" class="bottom2 seperator switch_sw$content[sw]">&nbsp;</TD>
-</TR>
+<tr>
+       <td align="center" class="{%template,ColorSwitch%}">
+               <strong>{--ADMIN_CATEGORY_ID--} $content:</strong>
+       </td>
+</tr>
+<tr>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%pipe,getCategory=$content%}
+               <input type="hidden" name="id[$content]" value="1" />
+       </td>
+</tr>