]> git.mxchange.org Git - mailer.git/blob - admin_list_surfbar_actions_row.tpl
277c2dabd928496e0fe2e4807d66993f6954ec0e
[mailer.git] / admin_list_surfbar_actions_row.tpl
1 <tr>
2         <td align="center" class="bottom right switch_sw$content[sw]">
3                 <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[actions_id]" name="id[$content[actions_id]]" value="1" />
4         </td>
5         <td align="center" class="bottom right switch_sw$content[sw]">
6                 {%pipe,translateSurfbarUrlStatus=$content[actions_status]%}
7         </td>
8         <td align="center" class="bottom right switch_sw$content[sw]">
9                 $content[actions_action]
10         </td>
11         <td align="center" class="bottom switch_sw$content[sw]">
12                 $content[actions_new_status]
13         </td>
14 </tr>