1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-16 19:08:38 +01:00

Update quick-post-controls.js

add global checkbox to inline report
This commit is contained in:
Lineark 2014-09-24 21:21:53 -04:00 committed by 8chan
parent a6e9c13e51
commit f9c703dc08

View File

@ -34,6 +34,10 @@ $(document).ready(function(){
'<br>' +
'[<input title="Global Report" type="checkbox" name="global" id="global_report" />' +
'<label for="global_report" title="Report rule violation (CP, etc) to global staff">Global</label>' +
']<input type="submit" name="report" value="Report" />' +
'<label for="reason_' + id + '">'+_('Reason')+'</label>: ' +
'<input id="reason_' + id + '" type="text" name="reason" size="20" maxlength="100">' +
' <input type="submit" name="report" value="'+_('Report')+'">' +