Hi
Just noticed after the v10 upgrade that the buttons for Done and Print on the final receipt page are different. The "print" button is a standard grey button whereas the "done" button is a flat green rectangle. As these two buttons sit next to each other on the page it looks odd.
I would prefer if both buttons were of the standard grey type -any ideas ?
DONE:
<input type="submit" name="ACTION" value="<actinic:variable encoding="html" name="DoneButton" />" class="highlight-button" />
PRINT:
<input type="button" onclick="window.print();return false" value="Print" />
on www.mowermagic.co.uk
Many thanks
Jez
Just noticed after the v10 upgrade that the buttons for Done and Print on the final receipt page are different. The "print" button is a standard grey button whereas the "done" button is a flat green rectangle. As these two buttons sit next to each other on the page it looks odd.
I would prefer if both buttons were of the standard grey type -any ideas ?
DONE:
<input type="submit" name="ACTION" value="<actinic:variable encoding="html" name="DoneButton" />" class="highlight-button" />
PRINT:
<input type="button" onclick="window.print();return false" value="Print" />
on www.mowermagic.co.uk
Many thanks
Jez