Hi everyone
I'm using joomla 3.4.3 and virtuemart 3.0
In adminitrator page of virtuemart, i want to disable button "Save and Close"
How can I do that???
This is very important for me.
thanks a lot for your support.
(//)
please help me
<button onclick="Joomla.submitbutton('save')" class="btn btn-small">
<span class="icon-save"></span>
Save & Close</button>
i want to replace "save" with "apply"
How can i do that?
please help me.
This is not a live chat! See http://forum.virtuemart.net/index.php?topic=104795.0
Sorry, My English is not good.
I want to disable button "Save and Close" in Virtuemart administrator.
when i click view source on this button, and result is "<button onclick="Joomla.submitbutton('save')" class="btn btn-small">
<span class="icon-save"></span>
Save & Close</button>"
I do not know how to delete this line source or change 'save' with 'apply'