]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email_row.tpl
New network added, sorting now showed:
[mailer.git] / templates / de / html / admin / admin_config_email_row.tpl
index b79e330aed40c9d0029a54b5149ef1550e102950..a3ef0e8f99b7d419ea3240429bbb70092b893716 100644 (file)
@@ -1,11 +1,11 @@
 <tr>
-       <td align="center" class="bottom2 right2 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="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="bottom2 right2 switch_sw$content[sw]">
-               &nbsp;$content[value]&nbsp;
+       <td class="bottom right {%template,ColorSwitch%}">
+               $content[value]
        </td>
-       <td class="bottom2 switch_sw$content[sw]">
-               &nbsp;$content[comment]&nbsp;
+       <td class="bottom {%template,ColorSwitch%}">
+               {%pipe,fixEmptyContentToDashes=$content[comment]%}
        </td>
 </tr>