VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: mrnam1988 on July 20, 2015, 10:20:23 AM

Title: [Help] Dislay Virtue Mard admin page
Post by: mrnam1988 on July 20, 2015, 10:20:23 AM
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.
(//)
Title: Re: [Help] Dislay Virtue Mard admin page
Post by: mrnam1988 on July 20, 2015, 10:26:19 AM
please help me
Title: Re: [Help] Dislay Virtue Mard admin page
Post by: mrnam1988 on July 20, 2015, 10:36:28 AM
<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.
Title: Re: [Help] Dislay Virtue Mard admin page
Post by: jenkinhill on July 20, 2015, 16:43:46 PM
This is not a live chat!  See http://forum.virtuemart.net/index.php?topic=104795.0
Title: Re: [Help] Dislay Virtue Mard admin page
Post by: mrnam1988 on July 21, 2015, 01:36:56 AM
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'