aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/admin_words.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_words.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_words.php')
-rw-r--r--phpBB/adm/admin_words.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/admin_words.php b/phpBB/adm/admin_words.php
index 66c69fa126..fae053b47f 100644
--- a/phpBB/adm/admin_words.php
+++ b/phpBB/adm/admin_words.php
@@ -112,7 +112,7 @@ if ($mode != '')
<td class="row2"><input class="post" type="text" name="replacement" value="<?php echo $word_info['replacement']; ?>" /></td>
</tr>
<tr>
- <td class="cat" colspan="2" align="center"><?php echo $s_hidden_fields; ?><input class="mainoption" type="submit" name="save" value="<?php echo $user->lang['SUBMIT']; ?>" /></td>
+ <td class="cat" colspan="2" align="center"><?php echo $s_hidden_fields; ?><input class="btnmain" type="submit" name="save" value="<?php echo $user->lang['SUBMIT']; ?>" /></td>
</tr>
</table></form>
@@ -216,7 +216,7 @@ else
?>
<tr>
- <td class="cat" colspan="5" height="28" align="center"><?php echo $s_hidden_fields; ?><input class="mainoption" type="submit" name="add" value="<?php echo $user->lang['ADD_WORD']; ?>" /></td>
+ <td class="cat" colspan="5" height="28" align="center"><?php echo $s_hidden_fields; ?><input class="btnmain" type="submit" name="add" value="<?php echo $user->lang['ADD_WORD']; ?>" /></td>
</tr>
</table></form>