Page 1 of 1

groupcp_info_body.tpl fix for Acidtech theme

PostPosted: Thu Jun 08, 2006 2:08 am
Author: a_lunatic
Was bugging me why the order was out of line & manage to work out how to fix it

code starts at line 39 & the fix comes in at line 44

Code: Select all
<td><span><input></span></td><td>{L_GROUP_OPEN}    </td><td><span><input></span></td><td>{L_GROUP_CLOSED}   </td><td><span><input></span></td><td>{L_GROUP_HIDDEN}   <span><input></span> {L_GROUP_AUTO}   <span><input></span>    {L_GROUP_PAYMENT}  </td>


Should be like this

Code: Select all
<td><span><input></span></td><td>{L_GROUP_OPEN}    </td><td><span><input></span></td><td>{L_GROUP_CLOSED}   </td><td><span><input></span></td><td>{L_GROUP_HIDDEN}   </td><td><span><input></span></td><td>{L_GROUP_AUTO}   </td><td><span><input></span></td><td>{L_GROUP_PAYMENT}   </td>


Puts in the order it should be in