aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-08-23 18:20:25 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-08-23 18:20:25 +0000
commit7e97dbdabd41e2ab495f355d5e24036867e1e797 (patch)
treead56fb633d14876b13aaefd646810fdcc02a75a0 /phpBB
parent60ced25ee51b89e59c3205b2104be732748eb3a2 (diff)
downloadforums-7e97dbdabd41e2ab495f355d5e24036867e1e797.tar
forums-7e97dbdabd41e2ab495f355d5e24036867e1e797.tar.gz
forums-7e97dbdabd41e2ab495f355d5e24036867e1e797.tar.bz2
forums-7e97dbdabd41e2ab495f355d5e24036867e1e797.tar.xz
forums-7e97dbdabd41e2ab495f355d5e24036867e1e797.zip
That shouldn't be there ...
git-svn-id: file:///svn/phpbb/trunk@4425 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/admin_styles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/admin_styles.php b/phpBB/adm/admin_styles.php
index e813ed9e3b..4fd02e5171 100644
--- a/phpBB/adm/admin_styles.php
+++ b/phpBB/adm/admin_styles.php
@@ -1096,7 +1096,7 @@ function csspreview()
<td class="row3" colspan="2"><b><?php echo $user->lang['FOREGROUND']; ?></b></td>
</tr>
<tr>
- <td class="row1" width="40%"><b><?php echo $user->lang['FONT_COLOUR']; ?>:</b> <br /><span class="gensmall"><?php echo $user->lang['COLOUR_EXPLAIN']; ?> <a href="swatch.<?php echo $phpEx; ?>" onclick="swatch('color');return false" target="_swatch"><?php echo $user->lang['COLOUR_SWATCH']; ?></a></span></td>
+ <td class="row1" width="40%"><b><?php echo $user->lang['FONT_COLOUR']; ?>:</b> <br /><span class="gensmall"><?php echo $user->lang['COLOUR_EXPLAIN']; ?></span></td>
<td class="row2"><table cellspacing="0" cellpadding="0" border="0"><tr><td><input class="post" type="text" name="color" value="<?php echo $color; ?>" size="8" maxlength="14" onchange="document.all.stylecolor.bgColor=this.form.color.value" /></td><td>&nbsp;</td><td bgcolor="<?php echo $color; ?>" id="stylecolor" style="border:solid 1px black;"><img src="../images/spacer.gif" width="45" height="15" alt="" /></td><td class="gensmall"> &nbsp; [ <a href="swatch.<?php echo $phpEx; ?>" onclick="swatch('color');return false" target="_swatch"><?php echo $user->lang['COLOUR_SWATCH']; ?></a> ]</td></tr></table></td>
</tr>
<tr>