What version of 68 Classifieds are you running?
v4.2.1 Developer
What template are you using?
Sigma
Please describe in detail the issue you are having:
In the file listings_browse.tpl ( \Corefiles\Developer-v4.2.1\upload\administration\templates\default\lis tings\listings_browse.tpl) from my point the functionality of toggle all is missing at line 64
Code:
<th scope="col" width="5%"><input type="checkbox" name="checkbox" id="checkbox" value="checkbox"/></th>
I think it should be:
Code:
<th scope="col" width="5%"><input type="checkbox" name="checkbox" id="checkbox" value="checkbox" onClick="javascript:toggleAll(document.listings);"/></th>
I have tested it and it works correct now in the admin.