]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_actions_row.tpl
XML parser introduced, ext-surfbar rewritten, more EL code:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_actions_row.tpl
index 41b85c6f3cf63aaf63bedc92d503b0c55ff8e1c9..cf9d4659c12f584987a53ea81df2bff22f3cf86f 100644 (file)
@@ -1,6 +1,6 @@
 <tr>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
-               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[actions_id]" name="id[$content[actions_id]]" value="1" />
+               <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 {%template,ColorSwitch%}">
                {%pipe,translateSurfbarUrlStatus=$content[actions_status]%}
@@ -9,6 +9,6 @@
                $content[actions_action]
        </td>
        <td align="center" class="bottom {%template,ColorSwitch%}">
-               $content[actions_new_status]
+               {%pipe,translateSurfbarUrlStatus=$content[actions_new_status]%}
        </td>
 </tr>