]> 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 afdb904efd073c320dd88a78d4e300d2f0db4186..d08d4d1c1165c2cebda58dd4f4feba3bcc08e0c7 100644 (file)
@@ -1,14 +1,14 @@
 <tr>
-       <td align="center" class="bottom right switch_sw$content[sw]">
-               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[actions_id]" name="id[$content[actions_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="bottom right switch_sw$content[sw]">
-               $content[actions_status]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,translateSurfbarUrlStatus=$content[actions_status]%}
        </td>
-       <td align="center" class="bottom right switch_sw$content[sw]">
-               $content[actions_action]
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               {%pipe,translateMemberSurfbarActionToSubmit=$content[actions_action]%}
        </td>
-       <td align="center" class="bottom switch_sw$content[sw]">
-               $content[actions_new_status]
+       <td align="center" class="bottom {%template,ColorSwitch%}">
+               {%pipe,translateSurfbarUrlStatus=$content[actions_new_status]%}
        </td>
 </tr>