]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_actions_row.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_actions_row.tpl
index 5eca3a2ae6ef0eecaa430107119cee0a7258fa4b..d08d4d1c1165c2cebda58dd4f4feba3bcc08e0c7 100644 (file)
@@ -1,14 +1,14 @@
 <tr>
-       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <input type="checkbox" name="id[$content[id]]" value="1" class="admin_normal" />
+       <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%}">
+               {%pipe,translateMemberSurfbarActionToSubmit=$content[actions_action]%}
        </td>
-       <td align="center" class="bottom2 switch_sw$content[sw]">
-               $content[new_status]
+       <td align="center" class="bottom {%template,ColorSwitch%}">
+               {%pipe,translateSurfbarUrlStatus=$content[actions_new_status]%}
        </td>
 </tr>