View Single Post
  #3  
Old 11-16-2006, 08:50 AM
taquinade Offline
forum loafer
 
Join Date: Aug 2006
Posts: 15
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
__________________
My Photo blog:
Reply With Quote