Just add
<input type="checkbox" name="allbox" id="allbox" title="Check All" onclick="js_check_all(this.form);" /><label for="allbox"></label> in
mgc_cb_evo_archives
Quote:
Originally Posted by SnapOff Racing
AGREED!!! haha I have been needing that feature for a long time. I usually have to go into MySQL Administrator and delete them directly from the database. So a select all tick PER ARCHIVE page would be great. That way you could tick like all the shouts on a certain page and then delete all the shouts on that page. :up:
|
Code:
<!-- Chats -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" width="0" align="center" valign="middle"> </td>
<if condition="$vbulletin->options['mgc_cb_evo_avatar_on']">
<td class="thead" width="0" align="center" valign="middle"> </td>
</if>
<td class="thead" width="0" nowrap="nowrap" align="center" valign="middle">$vbphrase[date]</td>
<td class="thead" width="0" nowrap="nowrap" align="$stylevar[left]" valign="middle">$vbphrase[username]</td>
<td class="thead" valign="middle" width="100%" nowrap="nowrap" align="$stylevar[left]">$vbphrase[mgc_cb_evo_chat]</td>
<if condition="$show['delete_column']">
<td class="thead" valign="middle" width="0" nowrap="nowrap" align="center">
<input type="checkbox" name="allbox" id="allbox" title="Check All" onclick="js_check_all(this.form);" /><label for="allbox"></label>
</td>
</if>
</tr>