Hi,
does anyone know how I can chance the text for the variable "DoneButton" from just "Done" to "Finished" I tryed to change the input button value manually:
<input type="submit" name="ACTION" value="<actinic:variable encoding="html" name="DoneButton" />" />
<input type="submit" name="ACTION" value="Finished" />
however now that value="Finished" dosnt work.
Simon
does anyone know how I can chance the text for the variable "DoneButton" from just "Done" to "Finished" I tryed to change the input button value manually:
<input type="submit" name="ACTION" value="<actinic:variable encoding="html" name="DoneButton" />" />
<input type="submit" name="ACTION" value="Finished" />
however now that value="Finished" dosnt work.
Simon
Comment