]> 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 e603e08c31a3eb817ca1910acffb0d5874d43c82..d08d4d1c1165c2cebda58dd4f4feba3bcc08e0c7 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%}">
+               {%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>