forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: rybosom on January 28, 2009, 12:50:25 pm

Title: [Closed]: CheckAll don't work
Post by: rybosom on January 28, 2009, 12:50:25 pm
In fresh install of gallery the function CheckAll don't work, something wrong with code?

Code: [Select]
<tr><td class="tableh1_compact" align="center"><img src="images/arrow_upleft.gif" alt="" width="31" border="0" height="22"></td><td colspan="3" class="tableh1_compact">

<input name="CheckAll" class="button" value="Zaznacz wszystkie" onclick="checkAll(document.ecardselect.eidselector)" type="button">
&nbsp;
<input name="UnCheckAll" class="button" value="Odznacz wszystkie" onclick="uncheckAll(document.ecardselect.eidselector)" type="button">

</td><td colspan="4" class="tableh1_compact" align="left">

<input class="button" name="delete" value="Skasuj wybrane e-kartki" disabled="disabled" type="submit">
&nbsp;
<input name="agreecheck" onclick="agreesubmit(this)" type="checkbox">Jestem pewny?

</td></tr>
Title: Re: CheckAll don't work
Post by: Joachim Müller on January 29, 2009, 07:33:43 am
I guess you're refering to the output of the file db_ecard.php
Happens on my testbed as well, moving to bugs board.
Title: Re: CheckAll don't work
Post by: Joachim Müller on May 24, 2009, 12:45:56 pm
Works on my testbed, so I guess someone has fixed this without resolvimg this thread. Marking accordingly and moving.