diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-08-01 04:23:13 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-08-01 04:23:13 +0000 |
| commit | 3c69c8f00a70ceeebabcd1cec79b6077ad785062 (patch) | |
| tree | fd331d189eb1c1a795c05a5745875cc24c1fa0f5 /phpBB/styles/subSilver | |
| parent | 85e049dd668c969a0263776e3ae1ce24f3e37666 (diff) | |
| download | forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.tar forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.tar.gz forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.tar.bz2 forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.tar.xz forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.zip | |
- Captcha ACP
- BBCode stuff
git-svn-id: file:///svn/phpbb/trunk@6222 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver')
| -rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 3 | ||||
| -rw-r--r-- | phpBB/styles/subSilver/template/ucp_profile_signature.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index 802de2f6d1..42a63f16df 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -29,6 +29,7 @@ a_help = "{LA_BBCODE_A_HELP}"; s_help = "{LA_BBCODE_S_HELP}"; f_help = "{LA_BBCODE_F_HELP}"; e_help = "{LA_BBCODE_E_HELP}"; +d_help = "{LA_BBCODE_D_HELP}"; function checkForm() { @@ -247,7 +248,7 @@ function checkForm() <input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" /> <!-- IF S_BBCODE_IMG --><input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" /><!-- ENDIF --> <input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" /> - <!-- IF S_BBCODE_FLASH --><input type="button" class="btnbbcode" accesskey="f" name="addbbcode18" value="Flash" onclick="bbstyle(18)" /><!-- ENDIF --> + <!-- IF S_BBCODE_FLASH --><input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" /><!-- ENDIF --> <span class="genmed" style="white-space: nowrap;">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')"> <option value="7">{L_FONT_TINY}</option> <option value="9">{L_FONT_SMALL}</option> diff --git a/phpBB/styles/subSilver/template/ucp_profile_signature.html b/phpBB/styles/subSilver/template/ucp_profile_signature.html index 237c6affe6..63bd604a44 100644 --- a/phpBB/styles/subSilver/template/ucp_profile_signature.html +++ b/phpBB/styles/subSilver/template/ucp_profile_signature.html @@ -25,6 +25,7 @@ a_help = "{LA_BBCODE_A_HELP}"; s_help = "{LA_BBCODE_S_HELP}"; f_help = "{LA_BBCODE_F_HELP}"; e_help = "{LA_BBCODE_E_HELP}"; +d_help = "{LA_BBCODE_D_HELP}"; //--> </script> @@ -56,7 +57,7 @@ e_help = "{LA_BBCODE_E_HELP}"; <input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" /> <!-- IF S_BBCODE_IMG --><input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" /><!-- ENDIF --> <input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" /> - <!-- IF S_BBCODE_FLASH --><input type="button" class="btnbbcode" accesskey="f" name="addbbcode18" value="Flash" onclick="bbstyle(18)" /><!-- ENDIF --> + <!-- IF S_BBCODE_FLASH --><input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" /><!-- ENDIF --> </td> </tr> <tr> |
