mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
While we are at it ...
git-svn-id: file:///svn/phpbb/trunk@6649 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
40c4b1dcd7
commit
a0c3a326bd
2 changed files with 1 additions and 4 deletions
|
@ -563,7 +563,6 @@ var help_line = {
|
||||||
o: '{LA_BBCODE_O_HELP}',
|
o: '{LA_BBCODE_O_HELP}',
|
||||||
p: '{LA_BBCODE_P_HELP}',
|
p: '{LA_BBCODE_P_HELP}',
|
||||||
w: '{LA_BBCODE_W_HELP}',
|
w: '{LA_BBCODE_W_HELP}',
|
||||||
a: '{LA_BBCODE_A_HELP}',
|
|
||||||
s: '{LA_BBCODE_S_HELP}',
|
s: '{LA_BBCODE_S_HELP}',
|
||||||
f: '{LA_BBCODE_F_HELP}',
|
f: '{LA_BBCODE_F_HELP}',
|
||||||
e: '{LA_BBCODE_E_HELP}',
|
e: '{LA_BBCODE_E_HELP}',
|
||||||
|
@ -614,7 +613,6 @@ var help_line = {
|
||||||
<option value="18">{L_FONT_LARGE}</option>
|
<option value="18">{L_FONT_LARGE}</option>
|
||||||
<option value="24">{L_FONT_HUGE}</option>
|
<option value="24">{L_FONT_HUGE}</option>
|
||||||
</select>
|
</select>
|
||||||
<a href="#" onclick="bbstyle(-1); return false;" onmouseover="helpline('a')">{L_CLOSE_TAGS}</a>
|
|
||||||
<!-- IF .custom_tags -->
|
<!-- IF .custom_tags -->
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<!-- BEGIN custom_tags -->
|
<!-- BEGIN custom_tags -->
|
||||||
|
|
|
@ -22,7 +22,6 @@ var help_line = {
|
||||||
o: '{LA_BBCODE_O_HELP}',
|
o: '{LA_BBCODE_O_HELP}',
|
||||||
p: '{LA_BBCODE_P_HELP}',
|
p: '{LA_BBCODE_P_HELP}',
|
||||||
w: '{LA_BBCODE_W_HELP}',
|
w: '{LA_BBCODE_W_HELP}',
|
||||||
a: '{LA_BBCODE_A_HELP}',
|
|
||||||
s: '{LA_BBCODE_S_HELP}',
|
s: '{LA_BBCODE_S_HELP}',
|
||||||
f: '{LA_BBCODE_F_HELP}',
|
f: '{LA_BBCODE_F_HELP}',
|
||||||
e: '{LA_BBCODE_E_HELP}',
|
e: '{LA_BBCODE_E_HELP}',
|
||||||
|
@ -79,7 +78,7 @@ var help_line = {
|
||||||
<option value="12" selected="selected">{L_FONT_NORMAL}</option>
|
<option value="12" selected="selected">{L_FONT_NORMAL}</option>
|
||||||
<option value="18">{L_FONT_LARGE}</option>
|
<option value="18">{L_FONT_LARGE}</option>
|
||||||
<option value="24">{L_FONT_HUGE}</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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- IF .custom_tags -->
|
<!-- IF .custom_tags -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue