]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_actions_row.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_actions_row.tpl
index e603e08c31a3eb817ca1910acffb0d5874d43c82..f2dead389ec3333f54d25a1f026836592e769d76 100644 (file)
@@ -1,14 +1,14 @@
 <tr>
-       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="1" />
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[actions_id]" name="id[$content[actions_id]]" value="1" />
        </td>
-       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[status]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,translateSurfbarUrlStatus=$content[actions_status]%}
        </td>
-       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
-               $content[action]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               $content[actions_action]
        </td>
-       <td align="center" class="bottom2 switch_sw$content[sw]">
-               $content[new_status]
+       <td align="center" class="bottom {%template,ColorSwitch%}">
+               $content[actions_new_status]
        </td>
 </tr>