templates/subSilver/groupcp_info_body.tpl
 NOTE --- Remember to do this for all your installed styles!
  • FIND:

     NOTE --- This is a partial match, the whole line on a fresh subSilver template looks like this:
    		<td class="row2"><span class="gen"><span class="gen"><input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} &nbsp;&nbsp;<input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} />	{L_GROUP_CLOSED} &nbsp;&nbsp;<input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} />	{L_GROUP_HIDDEN} &nbsp;&nbsp; <input class="mainoption" type="submit" name="groupstatus" value="{L_UPDATE}" /></span></td>
    		<td class="row2"><span class="gen"><span class="gen">
    
  • IN-LINE FIND:

    <span class="gen"><span class="gen">
    
  • IN-LINE REPLACE WITH:

    <span class="gen">
    
  • FIND:

    		<td class="catBottom" colspan="8" align="right"><span class="cattitle">
    			<input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="mainoption" />
    
  • REPLACE WITH:

    		<td class="catBottom" colspan="8" align="right">
    			<span class="cattitle"><input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="mainoption" /></span>