change action footer options on manage and global manage pages

merge-requests/208/head
fatchan 5 years ago
parent 27afcafa47
commit f43ed12a84
  1. 2
      views/includes/actionfooter_globalmanage.pug
  2. 6
      views/includes/actionfooter_manage.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

@ -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')

Loading…
Cancel
Save