aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/admin_email.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-16 12:08:59 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-16 12:08:59 +0000
commit2a777b536e2e2b8c38196c5c867518e24c7953c9 (patch)
treed17316c53567e1c04a7794fde054b6130ea9b882 /phpBB/adm/admin_email.php
parenta4ff0eba2d403adb24c1272ca571c651420394ad (diff)
downloadforums-2a777b536e2e2b8c38196c5c867518e24c7953c9.tar
forums-2a777b536e2e2b8c38196c5c867518e24c7953c9.tar.gz
forums-2a777b536e2e2b8c38196c5c867518e24c7953c9.tar.bz2
forums-2a777b536e2e2b8c38196c5c867518e24c7953c9.tar.xz
forums-2a777b536e2e2b8c38196c5c867518e24c7953c9.zip
mainoption/liteoption -> btnmain/btnlite
git-svn-id: file:///svn/phpbb/trunk@4271 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/admin_email.php')
-rw-r--r--phpBB/adm/admin_email.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/admin_email.php b/phpBB/adm/admin_email.php
index e16bfedca5..64cd4ab942 100644
--- a/phpBB/adm/admin_email.php
+++ b/phpBB/adm/admin_email.php
@@ -212,7 +212,7 @@ adm_page_header($user->lang['MASS_EMAIL']);
<td class="row2"><textarea class="post" name="message" rows="10" cols="76" wrap="virtual" tabindex="3"><?php echo $message; ?></textarea></td>
</tr>
<tr>
- <td class="cat" colspan="2" align="center"><input type="submit" value="<?php echo $user->lang['EMAIL']; ?>" name="submit" class="mainoption" /></td>
+ <td class="cat" colspan="2" align="center"><input type="submit" value="<?php echo $user->lang['EMAIL']; ?>" name="submit" class="btnmain" /></td>
</tr>
</table></form>