aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/gcp_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/gcp_body.html')
-rw-r--r--phpBB/templates/subSilver/gcp_body.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/templates/subSilver/gcp_body.html b/phpBB/templates/subSilver/gcp_body.html
index 37fafd3850..4acf9aaf51 100644
--- a/phpBB/templates/subSilver/gcp_body.html
+++ b/phpBB/templates/subSilver/gcp_body.html
@@ -23,17 +23,17 @@
<td class="row1" width="20%"><span class="gen">{L_GROUP_MEMBERSHIP}:</span></td>
<td class="row2"><span class="gen">{GROUP_DETAILS} &nbsp;&nbsp;
<!-- BEGIN switch_subscribe_group_input -->
- <input class="mainoption" type="submit" name="joingroup" value="{L_JOIN_GROUP}" />
+ <input class="btnmain" type="submit" name="joingroup" value="{L_JOIN_GROUP}" />
<!-- END switch_subscribe_group_input -->
<!-- BEGIN switch_unsubscribe_group_input -->
- <input class="mainoption" type="submit" name="unsub" value="{L_UNSUBSCRIBE_GROUP}" />
+ <input class="btnmain" type="submit" name="unsub" value="{L_UNSUBSCRIBE_GROUP}" />
<!-- END switch_unsubscribe_group_input -->
</span></td>
</tr>
<!-- BEGIN switch_mod_option -->
<tr>
<td class="row1" width="20%"><span class="gen">{L_GROUP_TYPE}:</span></td>
- <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"><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="btnmain" type="submit" name="groupstatus" value="{L_UPDATE}" /></span></td>
</tr>
<!-- END switch_mod_option -->
</table>
@@ -100,7 +100,7 @@
<!-- BEGIN switch_mod_option -->
<tr>
<td class="catBottom" colspan="8" align="right"><span class="cattitle">
- <input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="mainoption" />
+ <input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="btnmain" />
</td>
</tr>
<!-- END switch_mod_option -->
@@ -110,7 +110,7 @@
<tr>
<td align="left" valign="top">
<!-- BEGIN switch_mod_option -->
- <span class="genmed"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="submit" name="add" value="{L_ADD_MEMBER}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></span><br /><br />
+ <span class="genmed"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="submit" name="add" value="{L_ADD_MEMBER}" class="btnmain" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="btnlite" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></span><br /><br />
<!-- END switch_mod_option -->
<span class="nav">{PAGE_NUMBER}</span></td>
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>