-
Bug
-
Resolution: Duplicate
-
Minor
-
3.0.10
-
None
3.0.10 version of styles/subsilver2/template/posting_buttons.html still has an error in the [*] helpline.
<input type="button" class="btnbbcode" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
In above onmouseover="helpline('e')" should be onmouseover="helpline('y')" ("e" changed in "y").
Also refer to PHPBB3-10554
- duplicates
-
PHPBB-10554 Missing helpline for addlistitem in styles/subsilver2/posting_buttons.html
- Closed
- is duplicated by
-
PHPBB-10570 subsilver Fix In template/posting_buttons.html
- Closed