Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Avoid creating two tab rows when creating a custom tab in CMS


Go to End


2 Posts   864 Views

Avatar
Jare

Community Member, 39 Posts

16 December 2014 at 7:49am

Hi,
how do I create a new tab adjacent to the already existing tabs? Attached is an image of what I want to avoid. In the image I have created a tab named "Root.JavaScript".

Thank you for your support! :)

Attached Files
Avatar
Devlin

Community Member, 344 Posts

17 December 2014 at 9:30pm

I'm afraid this is hard coded in the template "CMSMain_Content.ss"

You could overload the template by copying it to your project folder, though... and I think you will need to create a new controller for this thing to work.