diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-31 14:31:25 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-31 14:31:25 +0000 |
commit | 83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4 (patch) | |
tree | ea88ed6a11a3f3e2c4479afc5082cc49154fe2a8 /phpBB/adm/style/acp_users_signature.html | |
parent | 54884aa5d6ef1c556f216569393e909eae7abfd3 (diff) | |
download | forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar.gz forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar.bz2 forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar.xz forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.zip |
stylistic fixes...
git-svn-id: file:///svn/phpbb/trunk@8074 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_users_signature.html')
-rw-r--r-- | phpBB/adm/style/acp_users_signature.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html index b45e61295e..8c9fcaeec6 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -67,12 +67,12 @@ <input type="button" class="button2" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" /> <!-- ENDIF --> - {L_FONT_SIZE}: <select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')"> - <option value="7">{L_FONT_TINY}</option> - <option value="9">{L_FONT_SMALL}</option> - <option value="12" selected="selected">{L_FONT_NORMAL}</option> - <option value="18">{L_FONT_LARGE}</option> - <option value="24">{L_FONT_HUGE}</option> + {L_FONT_SIZE}: <select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_FONT_SIZE}" onmouseover="helpline('f')" onmouseout="helpline('tip')"> + <option value="50">{L_FONT_TINY}</option> + <option value="85">{L_FONT_SMALL}</option> + <option value="100" selected="selected">{L_FONT_NORMAL}</option> + <option value="150">{L_FONT_LARGE}</option> + <option value="200">{L_FONT_HUGE}</option> </select> <!-- IF .custom_tags --> <br /><br /> |