View Single Post
  #4  
Old 11-16-2006, 09:09 AM
klimin_a_s's Avatar
klimin_a_s Offline
pp veteran
 
Join Date: Oct 2006
Location: Russia, Birsk
Posts: 95
Send a message via ICQ to klimin_a_s
Thank you, but I had to make some modification:

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\" /> 
__________________
Klimin Andrew,
Birsk photoblog: photoblog.birsk.info (PP 1.7.1)
Pixelpost addons: Custom Fields 1.3
Reply With Quote