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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Editing Admin Loading Page...[SOLVED]


Go to End


4 Posts   2220 Views

Avatar
MarkAB

Community Member, 30 Posts

31 August 2010 at 6:06am

Edited: 31/08/2010 6:17am

Hi,

I think this is probably a simple one, but I'm having problems finding the file I need to edit for the Admin loading page. I've been able to change the loading image but I'd also like to change the background colour too.

Can anyone please point me in the right direction??

Thanks,

MarkAB.

Avatar
MarkAB

Community Member, 30 Posts

31 August 2010 at 6:17am

Found it!! For anyone else who may need to edit that page, it can be found here...

cms > templates > LeftAndMain.ss

Cheers!!

Avatar
Martijn

Community Member, 271 Posts

31 August 2010 at 8:23am

Edited: 31/08/2010 8:26am

Note that you can use LeftAndMain::set_loading_image('themes/MyTheme/images/CMSLoading.gif'); to change the loading image and a LeftAndMain Decorator to Decorate LeftAndMain without touching corefiles.

http://www.ssbits.com/a-config-php-cheatsheet/

http://www.sspaste.com/paste/show/4bbdbbdd98a4d

Avatar
MarkAB

Community Member, 30 Posts

31 August 2010 at 8:57am

Thanks for that - I think I'll do it that way instead, it makes more sense!!