Changing Module Tabs View

My bosses would like to change the view of the invoices module.
Instead of having 9 tabs along the top they want:
2 separate rows with the top row being split up into 2 tabs and the bottom row having 7 tabs.
I have not found anyway to implement this as it doesn’t work with the standard tab function.
How would I implement this?
Thanks

Hi there,

You would need to modify the header tpl files in themes/Suite7 and modify the smarty/html/php/javascript code.

Thanks,

Will.

Hi,
Can you clarify where I can find the smarty/html/php files?
Can’t seem to locate them.
Thanks

They are in hemes/Suite7/tpls. You need to modify _headerModuleList.tpl and you will also need to modify css files.

I’m talking about the tabs and panels within the module, not the navigation bar at the top.
Is this still the right code to be editing?

Hi there,

You would need to look at the detail views/edit views within the invoices module for this which are located in modules/AOS_Invoices and you may also need to edit the main views in include(non-upgrade safe).

You will need to have good experience of SugarCRM/SuiteCRM programming to modify these files as required.

Thanks,

Will.