It is rather easy to accidentally hit the "Autogenerate HTML" button when I am trying to hit the "View in Browser" button on the HTML Generator popup window. can those buttons be spaced apart or the "Auto" button moved to top of popup or somehow disabled once the button has been clicked??
Anonymous
The request above is easily implemented by simply changing the button's coding.
Original coding for Autogenerate HTML button:
Modified to move Autogenerate HTML button to top of popup:
Just change the $f2 to $f1 and the Autogenerate HTML button will move to the top row and the View in Browser will be the only button on bottom row!