News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[Help] Dislay Virtue Mard admin page

Started by mrnam1988, July 20, 2015, 10:20:23 AM

Previous topic - Next topic

mrnam1988

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.

mrnam1988


mrnam1988

<button onclick="Joomla.submitbutton('save')" class="btn btn-small">
   <span class="icon-save"></span>
   Save &amp; Close</button>
i want to replace "save" with "apply"
How can i do that?
please help me.

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

mrnam1988

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 &amp; Close</button>"
I do not know how to delete this line source or change 'save' with 'apply'