aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2006-11-24 14:58:48 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2006-11-24 14:58:48 +0000
commita0c3a326bd0e0162217589c57af90e7b477e4e88 (patch)
treee6a07be516d43dd093e89c6c7f916341a10000d3 /phpBB
parent40c4b1dcd77a8bd5ad617ec396ca3f6c84705753 (diff)
downloadforums-a0c3a326bd0e0162217589c57af90e7b477e4e88.tar
forums-a0c3a326bd0e0162217589c57af90e7b477e4e88.tar.gz
forums-a0c3a326bd0e0162217589c57af90e7b477e4e88.tar.bz2
forums-a0c3a326bd0e0162217589c57af90e7b477e4e88.tar.xz
forums-a0c3a326bd0e0162217589c57af90e7b477e4e88.zip
While we are at it ...
git-svn-id: file:///svn/phpbb/trunk@6649 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/acp_users.html2
-rw-r--r--phpBB/styles/subSilver/template/ucp_profile_signature.html3
2 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html
index 873a34b146..75c8846935 100644
--- a/phpBB/adm/style/acp_users.html
+++ b/phpBB/adm/style/acp_users.html
@@ -563,7 +563,6 @@ var help_line = {
o: '{LA_BBCODE_O_HELP}',
p: '{LA_BBCODE_P_HELP}',
w: '{LA_BBCODE_W_HELP}',
- a: '{LA_BBCODE_A_HELP}',
s: '{LA_BBCODE_S_HELP}',
f: '{LA_BBCODE_F_HELP}',
e: '{LA_BBCODE_E_HELP}',
@@ -614,7 +613,6 @@ var help_line = {
<option value="18">{L_FONT_LARGE}</option>
<option value="24">{L_FONT_HUGE}</option>
</select>
- <a href="#" onclick="bbstyle(-1); return false;" onmouseover="helpline('a')">{L_CLOSE_TAGS}</a>
<!-- IF .custom_tags -->
<br /><br />
<!-- BEGIN custom_tags -->
diff --git a/phpBB/styles/subSilver/template/ucp_profile_signature.html b/phpBB/styles/subSilver/template/ucp_profile_signature.html
index 735f80efd4..81a435ac3f 100644
--- a/phpBB/styles/subSilver/template/ucp_profile_signature.html
+++ b/phpBB/styles/subSilver/template/ucp_profile_signature.html
@@ -22,7 +22,6 @@ var help_line = {
o: '{LA_BBCODE_O_HELP}',
p: '{LA_BBCODE_P_HELP}',
w: '{LA_BBCODE_W_HELP}',
- a: '{LA_BBCODE_A_HELP}',
s: '{LA_BBCODE_S_HELP}',
f: '{LA_BBCODE_F_HELP}',
e: '{LA_BBCODE_E_HELP}',
@@ -79,7 +78,7 @@ var help_line = {
<option value="12" selected="selected">{L_FONT_NORMAL}</option>
<option value="18">{L_FONT_LARGE}</option>
<option value="24">{L_FONT_HUGE}</option>
- </select> | <a href="#" onclick="bbstyle(-1); return false;" onmouseover="helpline('a')">{L_CLOSE_TAGS}</a></span>
+ </select></span>
</td>
</tr>
<!-- IF .custom_tags -->