Author Topic: Add a Link Feature?  (Read 917 times)

keith_h

  • club
  • Senior Member
  • *
  • Posts: 3490
Re: Add a Link Feature?
« Reply #15 on: May 16, 2016, 07:18:53 PM »
Not having access to all of the source I think it should be nothing more than changing the template or script that builds this line from:

<input type="submit" name="preview" value="Preview" onclick="return submitThisOnce(this);" accesskey="p" tabindex="3" class="button_submit" />

To

<input type="submit" name="preview" value="Go Advanced" onclick="return submitThisOnce(this);" accesskey="p" tabindex="3" class="button_submit" />