Subpanel

how to separate Edit button and Remove Button subpanel ? Thanks.

Which version of SuiteCRM are you using?

Do you mean to separate, in subpanels, the two options that are inside the dropdown (edit and remove), so that they become two buttons, side by side? Is that it?

1 Like

yes yes. how ?

version 7. something

“7 something” is not a good enough answer, there are almost a hundred “7 something” versions of SuiteCRM… :slight_smile:

Are you a PHP developer? This function does not exist in SuiteCRM out-of-the-box, although it should be possible to achieve editing some code.

7.10
Yes im Newbie PHP Developer? Where can i edit it ?

I found this

https://github.com/salesagility/SuiteCRM/blob/master/include/Smarty/plugins/function.sugar_action_menu.php#L133

maybe it’s as simple as setting that parameter in config_override.php, but I didn’t try it.

$sugar_config['enable_action_menu']= false;

Tell me how it goes.

1 Like

i try later. thanks a lot dude.

dude. where can i find the config.verride.php? thanks

dude i want Separate
edit button and remove button.
Not Create and Select :frowning: Thanks

https://www.agsi-ph.com/sandboxes/try/picture

Check this Thanks

Version 7.10.4

Sorry I don’t know how to change that menu, you’ll have to scan the code looking for where the list is generated (HTML elements UL and LI)

Okay , thanks dude :slight_smile: