diff options
Diffstat (limited to 'phpBB/templates/subSilver/ucp_pm_read.html')
-rw-r--r-- | phpBB/templates/subSilver/ucp_pm_read.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/ucp_pm_read.html b/phpBB/templates/subSilver/ucp_pm_read.html index f9ebf0c225..e38019f738 100644 --- a/phpBB/templates/subSilver/ucp_pm_read.html +++ b/phpBB/templates/subSilver/ucp_pm_read.html @@ -65,9 +65,9 @@ </tr> <tr> <td class="catBottom" colspan="3" height="28" align="right"> {S_HIDDEN_FIELDS} - <input type="submit" name="save" value="{L_SAVE_MSG}" class="liteoption" /> + <input type="submit" name="save" value="{L_SAVE_MSG}" class="btnlite" /> - <input type="submit" name="delete" value="{L_DELETE_MSG}" class="liteoption" /> + <input type="submit" name="delete" value="{L_DELETE_MSG}" class="btnlite" /> </td> </tr> </table> |