Change Style (Layout) Of Admin Pages

Hi!

It's about page "editing vendor" (dispatch=companies.update).

Is it possible to change the layout of pages of the admin area?

In this special case, I don't want to show the two boxes ("Menu" and "Vendor's statistics"= in the sidebar anymore. Is that possible?

Best regards

hummer

[attachment=14540:sidebar.PNG]

sidebar.PNG

Try to enable My changes and create the following file

design/backend/templates/addons/my_changes/hooks/companies/update_sidebar.override.tpl

with the following content

{if $smarty.const.ACCOUNT_TYPE == 'vendor'}
{/if}

Then clear cache and check

(!) Not tested