From f43ed12a8419a2a0df57c8126cf6ecddcb7911e0 Mon Sep 17 00:00:00 2001 From: fatchan Date: Sat, 18 May 2019 08:43:07 +0000 Subject: [PATCH] change action footer options on manage and global manage pages --- views/includes/actionfooter_globalmanage.pug | 2 -- views/includes/actionfooter_manage.pug | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) 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') -