diff options
Diffstat (limited to 'templates/displayheaders/_main_table.html.ep')
-rw-r--r-- | templates/displayheaders/_main_table.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/displayheaders/_main_table.html.ep b/templates/displayheaders/_main_table.html.ep index c88e125..6ba33fa 100644 --- a/templates/displayheaders/_main_table.html.ep +++ b/templates/displayheaders/_main_table.html.ep @@ -42,7 +42,7 @@ </div> <div class=media-right> - %= check_box mail => $msg->{message_handle} => (form => 'move-mail') => (class => 'jwm-mail-checkbox') + %= check_box mail => $msg->{message_handle} => (form => 'move-mail') => (form => 'remove-mail') => (class => 'jwm-mail-checkbox') </div> % end |