summaryrefslogtreecommitdiff
path: root/subsilver2/template/posting_buttons.html
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-22 20:19:05 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-22 20:19:05 -0700
commit2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d (patch)
treecccf2b45522adfa56167bb0ecb136f22b2c681aa /subsilver2/template/posting_buttons.html
parent3895d7e01054a38dd40d1e35c97a6c46709b92a7 (diff)
downloadforum-themes-master.tar.gz
forum-themes-master.tar.bz2
forum-themes-master.tar.xz
forum-themes-master.zip
Commit changes to upstream themes from the 3.0.12 upgradeHEADmaster
Diffstat (limited to 'subsilver2/template/posting_buttons.html')
-rw-r--r--subsilver2/template/posting_buttons.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/subsilver2/template/posting_buttons.html b/subsilver2/template/posting_buttons.html
index 92b4bd3..cfe69de 100644
--- a/subsilver2/template/posting_buttons.html
+++ b/subsilver2/template/posting_buttons.html
@@ -16,15 +16,15 @@
q: '{LA_BBCODE_Q_HELP}',
c: '{LA_BBCODE_C_HELP}',
l: '{LA_BBCODE_L_HELP}',
+ e: '{LA_BBCODE_LISTITEM_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}',
+ y: '{LA_BBCODE_Y_HELP}',
d: '{LA_BBCODE_D_HELP}',
- t: '{LA_BBCODE_T_HELP}',
tip: '{L_STYLES_TIP}'
<!-- BEGIN custom_tags -->
,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}'
@@ -45,7 +45,7 @@
<input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" />
- <input type="button" class="btnbbcode" accesskey="y" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
+ <input type="button" class="btnbbcode" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
<!-- IF S_BBCODE_IMG -->
<input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />
<!-- ENDIF -->