2.6.8.b Shopper admin button layout change to prevent accidental deletion

Started by AH, September 01, 2014, 16:56:04 PM

Previous topic - Next topic

AH

Please can we cahnge the order and layout of the header buttons in the shopper admin

administrator\components\com_virtuemart\views\user\view.html.php

The delete and edit buttons are too close


  JToolBarHelper::editListX(); //moved quorvia
            JToolBarHelper::spacer('50'); // new spacer quorvia
            JToolBarHelper::divider();  //new divider quorvia
            JToolBarHelper::custom('toggle.user_is_vendor.1', 'publish','','COM_VIRTUEMART_USER_ISVENDOR');
            JToolBarHelper::custom('toggle.user_is_vendor.0', 'unpublish','','COM_VIRTUEMART_USER_ISNOTVENDOR');
            JToolBarHelper::divider();
            JToolBarHelper::spacer('50'); // new spacer quorvia
            JToolBarHelper::deleteList();





[attachment cleanup by admin]
Regards
A

Joomla 3.10.11
php 8.0

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

AH

Thanks, I trust it will help someone not make a simple error - did you see the post for the order admin as well - similar potential problem

Of course it has to be different - lol    :o
Regards
A

Joomla 3.10.11
php 8.0

AH

Regards
A

Joomla 3.10.11
php 8.0