Skip to content

Instantly share code, notes, and snippets.

@sugarknowledge
Created November 7, 2012 19:14
Show Gist options
  • Save sugarknowledge/4033740 to your computer and use it in GitHub Desktop.
Save sugarknowledge/4033740 to your computer and use it in GitHub Desktop.
How to remove the select button on a subpanel
<?php
$layout_defs["Accounts"]["subpanel_setup"]["contacts"]["top_buttons"] = array(
array(
'widget_class' => 'SubPanelTopButtonQuickCreate',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment