how to customize submit button
Archived from the Xataface Users forum.
xyloweb — Fri Apr 27, 2012 4:49 am
My users said : “Ok, your application is pretty cool but could you make the submit (save) button more big and in red color ?”
How can I do that.
I try to customize Dataface_Form_Template.html but ‘submit button’ section is replaced by QuickForm.php !!!
Is it possible to use CSS ?
Jean — Fri Apr 27, 2012 5:26 am
Hi,
You can add it in the plone.css or better you can add a css and insert it into the Dataface_Main_Template.html file
- Code: Select all
{define_slot name="custom_stylesheets"}<link rel="stylesheet" type="text/css" href="styles_etat.css"/>{/define_slot}
Jean