groupcp_info_body.tpl fix for Acidtech theme

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
Should be like this
Puts in the order it should be in
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