-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.0.10
-
None
The helpline javascript still points to the old var.
Open: template/posting_buttons.html
Find:
<input type="button" class="btnbbcode" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
Replace With:
<input type="button" class="btnbbcode" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('y')" onmouseout="helpline('tip')" />
- duplicates
-
PHPBB-10567 styles/subsilver2/template/posting_buttons.html helpline error
- Closed