I did post another item with 4 features. But when I tried to edit this post it wouldn't allow me to and came back with an XSLT error and I tried to delete and it never worked. If "a hack" works I am happy. Just as long as versions going forward the hack will still work or the feature added.
Ok great. Sounding better. When is 1.1 due? What about ImageButton as that would be a great feature too. Managed as you can see to get the Left Alignment sorted.
Feature Request : Submit Button
Hello
Could we add three possible features to the "Submit Button":
1. Allow you to customize the text which appears on the button on the Settings tab.
2. Convert the button to an ImageButton to allow you to add an image to the button.
3. Left align the button with the left x coordinate of the fields displayed so the button and fields are aligned.
Regards,
Simon
Simon,
With regards to 2 and 3 you could hack like i did see http://our.umbraco.org/forum/umbraco-pro/contour/10373-Identifying-the-step-in-RecordServiceRecordPartiallySubmitted?p=0#comment37879 and hide the current submit button and add your own image button that handles the submit. Like I say its a hack but can be done.
Regards
Ismail
I did post another item with 4 features. But when I tried to edit this post it wouldn't allow me to and came back with an XSLT error and I tried to delete and it never worked. If "a hack" works I am happy. Just as long as versions going forward the hack will still work or the feature added.
To left align the button, edit the defaultform.css and change the .contourButton from
#contour .contourButton
{
margin-right: 10px;
padding: 2px 10px;
}
TO:
#contour .contourButton
{
margin-left: 215px;
margin-right: 10px;
padding: 2px 10px;
}
Hi,
Issue 1 is sorted in the Contour 1.1, whih allows you to set the text for the submit, forward and back buttons!
:)
Ok great. Sounding better. When is 1.1 due? What about ImageButton as that would be a great feature too. Managed as you can see to get the Left Alignment sorted.
1.1 beta is out now http://nightly.umbraco.org/Umbraco%20Contour/1.1%20Beta/
h.
Being about to change the submit button to an image would be great feature to add to the next release. Is it in the pipeline at all?
Any update on this request, just had another client ask if we can change the button :-)
Comment author was deleted
Hi Jeavon,
Well it should be possible with some css, check this out as an example: http://codegarden11.com/about/umbraco-awards.aspx
Cool! Thanks Tim.
is working on a reply...