diff --git a/views/includes/actionfooter_globalmanage.pug b/views/includes/actionfooter_globalmanage.pug index 7a18be5c..c289a50e 100644 --- a/views/includes/actionfooter_globalmanage.pug +++ b/views/includes/actionfooter_globalmanage.pug @@ -11,8 +11,6 @@ details.toggle-label label input.post-check(type='checkbox', name='spoiler' value=1) | Spoiler Images - label - input#report(type='text', name='report_reason', placeholder='report reason' autocomplete='off') label input.post-check(type='checkbox', name='delete_ip_global' value=1) | Delete from IP globally diff --git a/views/includes/actionfooter_manage.pug b/views/includes/actionfooter_manage.pug index 5ce46915..68163047 100644 --- a/views/includes/actionfooter_manage.pug +++ b/views/includes/actionfooter_manage.pug @@ -11,6 +11,11 @@ details.toggle-label label input.post-check(type='checkbox', name='spoiler' value=1) | Spoiler Images + label + input.post-check(type='checkbox', name='global_report' value=1) + | Global Report + label + input#report(type='text', name='report_reason', placeholder='report reason' autocomplete='off') label input.post-check(type='checkbox', name='delete_ip_board' value=1) | Delete from IP on board @@ -32,4 +37,3 @@ details.toggle-label label input#ban_reason(type='text', name='ban_reason', placeholder='ban reason' autocomplete='off') input(type='submit', value='submit') -