mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
Remaining files from #4760
git-svn-id: file:///svn/phpbb/trunk@6506 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2917956fe5
commit
6f23849556
@ -546,22 +546,26 @@
|
||||
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);
|
||||
imageTag = false;
|
||||
|
||||
// Helpline messages
|
||||
b_help = "{LA_BBCODE_B_HELP}";
|
||||
i_help = "{LA_BBCODE_I_HELP}";
|
||||
u_help = "{LA_BBCODE_U_HELP}";
|
||||
q_help = "{LA_BBCODE_Q_HELP}";
|
||||
c_help = "{LA_BBCODE_C_HELP}";
|
||||
l_help = "{LA_BBCODE_L_HELP}";
|
||||
o_help = "{LA_BBCODE_O_HELP}";
|
||||
p_help = "{LA_BBCODE_P_HELP}";
|
||||
w_help = "{LA_BBCODE_W_HELP}";
|
||||
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}";
|
||||
<!-- BEGIN custom_tags -->cb_{custom_tags.BBCODE_ID}_help = "{custom_tags.BBCODE_HELPLINE}";<!-- END custom_tags -->
|
||||
// Helpline messages
|
||||
var help_line = {
|
||||
b: '{LA_BBCODE_B_HELP}',
|
||||
i: '{LA_BBCODE_I_HELP}',
|
||||
u: '{LA_BBCODE_U_HELP}',
|
||||
q: '{LA_BBCODE_Q_HELP}',
|
||||
c: '{LA_BBCODE_C_HELP}',
|
||||
l: '{LA_BBCODE_L_HELP}',
|
||||
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}',
|
||||
d: '{LA_BBCODE_D_HELP}'
|
||||
<!-- BEGIN custom_tags -->
|
||||
,cb_{custom_tags.BBCODE_ID}: '{custom_tags.BBCODE_HELPLINE}'
|
||||
<!-- END custom_tags -->
|
||||
}
|
||||
|
||||
//-->
|
||||
</script>
|
||||
|
@ -12,21 +12,25 @@ bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','
|
||||
imageTag = false;
|
||||
|
||||
// Helpline messages
|
||||
b_help = "{LA_BBCODE_B_HELP}";
|
||||
i_help = "{LA_BBCODE_I_HELP}";
|
||||
u_help = "{LA_BBCODE_U_HELP}";
|
||||
q_help = "{LA_BBCODE_Q_HELP}";
|
||||
c_help = "{LA_BBCODE_C_HELP}";
|
||||
l_help = "{LA_BBCODE_L_HELP}";
|
||||
o_help = "{LA_BBCODE_O_HELP}";
|
||||
p_help = "{LA_BBCODE_P_HELP}";
|
||||
w_help = "{LA_BBCODE_W_HELP}";
|
||||
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}";
|
||||
<!-- BEGIN custom_tags -->cb_{custom_tags.BBCODE_ID}_help = "{custom_tags.BBCODE_HELPLINE}";<!-- END custom_tags -->
|
||||
var help_line = {
|
||||
b: '{LA_BBCODE_B_HELP}',
|
||||
i: '{LA_BBCODE_I_HELP}',
|
||||
u: '{LA_BBCODE_U_HELP}',
|
||||
q: '{LA_BBCODE_Q_HELP}',
|
||||
c: '{LA_BBCODE_C_HELP}',
|
||||
l: '{LA_BBCODE_L_HELP}',
|
||||
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}',
|
||||
d: '{LA_BBCODE_D_HELP}'
|
||||
<!-- BEGIN custom_tags -->
|
||||
,cb_{custom_tags.BBCODE_ID}: '{custom_tags.BBCODE_HELPLINE}'
|
||||
<!-- END custom_tags -->
|
||||
}
|
||||
|
||||
//-->
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user