Hello,
This javascript is in the admin folder : script.js
no need to copy the javascript code a the "admin/images_edit.php" bottom file.
In "admin/images_edit.php"
Search this:
PHP Code:
<form method="post" name="manageposts" id="manageposts" accept-charset="UTF-8" action="">
And Paste this after:
PHP Code:
<input class="cmnt-buttons" type="button" onclick="checkAll(document.getElementById('manageposts')); return false; " value="check all" name="chechallbox" />
<input class='cmnt-buttons' type='button' onclick="clearAll(document.getElementById('manageposts')); return false; " value='uncheck all' name='clearallbox' />
<input class="cmnt-buttons" type="button" onclick="invertselection(document.getElementById('manageposts')); return false; " value="Invert selection" name="invcheckbox" />
++
Thierry