Complete refacture for previously discovered inconsistency
[mailer.git] / templates / de / html / admin / admin_list_surfbar_actions_row.tpl
index c84c9d5b1f2c33f9add64c0c45a92a4510ad0a7f..afdb904efd073c320dd88a78d4e300d2f0db4186 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[id]" name="id[$content[id]]" value="1" />
+               <input type="checkbox" class="admin_normal" 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[status]
+               $content[actions_status]
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
-               $content[action]
+               $content[actions_action]
        </td>
        <td align="center" class="bottom switch_sw$content[sw]">
-               $content[new_status]
+               $content[actions_new_status]
        </td>
 </tr>