Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10570

subsilver Fix In template/posting_buttons.html

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 3.0.10
    • Styles
    • 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')" />

            Unassigned Unassigned
            Mighty Gorgon Luca Libralato [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: