Quote:
Originally Posted by Chris-777
I believe you'd need to look for colspan="4" to the bottom row of that template, and change it to colspan="5".
|
Hmm, I believe this is the relevant code from the MEMBERLIST template:
Code:
<td class="tfoot" colspan="$totalcols" align="$stylevar[right]">
<span class="smallfont">
<if condition="$show['usergroup']">
<input type="submit" class="button" value="$vbphrase[remove_selected_users]" />
<else />
<phrase 1="$first" 2="$last" 3="$totalusers">$vbphrase[showing_results_x_to_y_of_z]</phrase>
</if>
</span>
</td>