add important actions to modview for staff to sticky/lock, etc

merge-requests/208/head
fatchan 4 years ago
parent 746d04c296
commit b74e068c04
  1. 17
      views/includes/actionfooter_manage.pug

@ -58,4 +58,21 @@ details.toggle-label
input(type='text', name='ban_duration', placeholder='ban duration e.g. 7d' autocomplete='off')
label
input(type='text', name='log_message', placeholder='modlog message' autocomplete='off')
label
input.post-check(type='checkbox', name='move' value='1')
| Move
label
input(type='number', name='move_to_thread', placeholder='destination thread No.' autocomplete='off')
label
input.post-check(type='checkbox', name='sticky' value='1')
| Toggle Sticky
label
input.post-check(type='checkbox', name='lock' value='1')
| Toggle Lock
label
input.post-check(type='checkbox', name='bumplock' value='1')
| Toggle Bumplock
label
input.post-check(type='checkbox', name='cyclic' value='1')
| Toggle Cycle
input(type='submit', value='submit')

Loading…
Cancel
Save