#2737 - Use Creator Group Select
On SuiteCRM v7.7.8, the "Use Creator Group Select" panel appears at the top of the page, whereas before it was at the bottom after everything. Is this the intended behavior? I prefer it at the bottom.
On SuiteCRM v7.7.8, the "Use Creator Group Select" panel appears at the top of the page, whereas before it was at the bottom after everything. Is this the intended behavior? I prefer it at the bottom.
8 years ago
No changes in SecuritySuite around this for 7.7.8 so likely a framework change caused it to move. I will look into it.
8 years ago
And forgot to mention the panel appears on the full form only, not the quick create.
7 years ago
Added a check for the SuiteP theme and adjusted accordingly. Included in the 2.9.5 release.
7 years ago
I'm actually using a custom SuiteP theme called SuitePImproved. Can you let me know where you made the changes for SuiteP so I can add it for my custom theme? Thanks.
7 years ago
Have you changed the structure for this theme or just the CSS? The tweak is structure dependent.
7 years ago
It's actually a 3rd party implementation but the structure hasn't changed, just padding and spacing I believe.
FINE TUNNING THE SUITECRM'S NEW THEME (SUITEP)
7 years ago
Looks to be in the file include/EditView/EditView2.php on line 780
if($theme == 'SuiteP')
if I change that to
if($theme == 'SuitePImproved')
it works, it puts the panel at the bottom.
7 years ago
That should do it!