The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
admin_backup select all not working - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: admin_backup select all not working (/showthread.php?tid=629) |
admin_backup select all not working - Brandin - 07-04-2017 Unsure why - I didn't look into this, but here is the function I swapped it out for... Replace the select all button in the headings with: Code: <input type="checkbox" id="checkall" value="1" onclick="checkCheckboxes(this.id, 'maindiv');" > Add Code: id="maindiv" Add this haste of JS: https://hastebin.com/qogabiheda.xml |