aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/ucp_pm_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/ucp_pm_body.html')
-rw-r--r--phpBB/templates/subSilver/ucp_pm_body.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/templates/subSilver/ucp_pm_body.html b/phpBB/templates/subSilver/ucp_pm_body.html
index 9d1fd207cb..4644bdb768 100644
--- a/phpBB/templates/subSilver/ucp_pm_body.html
+++ b/phpBB/templates/subSilver/ucp_pm_body.html
@@ -64,7 +64,7 @@
<td align="right" nowrap="nowrap"><span class="gensmall">{L_DISPLAY_MESSAGES}:
<select name="msgdays">{S_SELECT_MSG_DAYS}
</select>
- <input type="submit" value="{L_GO}" name="submit_msgdays" class="liteoption" />
+ <input type="submit" value="{L_GO}" name="submit_msgdays" class="btnlite" />
</span></td>
</tr>
</table>
@@ -95,11 +95,11 @@
<!-- END switch_no_messages -->
<tr>
<td class="catBottom" colspan="5" height="28" align="right"> {S_HIDDEN_FIELDS}
- <input type="submit" name="save" value="{L_SAVE_MARKED}" class="mainoption" />
+ <input type="submit" name="save" value="{L_SAVE_MARKED}" class="btnmain" />
&nbsp;
- <input type="submit" name="delete" value="{L_DELETE_MARKED}" class="liteoption" />
+ <input type="submit" name="delete" value="{L_DELETE_MARKED}" class="btnlite" />
&nbsp;
- <input type="submit" name="deleteall" value="{L_DELETE_ALL}" class="liteoption" />
+ <input type="submit" name="deleteall" value="{L_DELETE_ALL}" class="btnlite" />
</td>
</tr>
</table>