Zohaib-fk Posted October 13, 2017 Share Posted October 13, 2017 Hi, I want to disable button "Add New" and keep "Refresh List", "Show SQL Query" and "Export to SQL Manager" buttons visible on back-office module management page. Below function help to remove "Add New" button but it removed other buttons "Refresh List", "Show SQL Query" and "Export to SQL Manager" as well. public function initToolbar() { parent::initToolbar(); unset( $this->toolbar_btn['new'] ); } I want to remove "Add New" but keep other buttons visible. Any Solution? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now