mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
59efd280ad
Standardise template locations Move CMSSettingsController class to SiteConfig module Fix CMSMenu behaviour for namespaced admin sections Split classes into one per file Manual fixes and cleanup
7 lines
407 B
Scheme
7 lines
407 B
Scheme
<div class="ss-loading-screen">
|
|
<div class="loading-logo">
|
|
<img class="loading-animation" src="$ModulePath(frameworkadmin)/client/dist/images/spinner.gif" alt="<%t CMSLoadingScreen_ss.LOADING 'Loading...' %>" />
|
|
<noscript><p class="nojs-warning"><span class="message notice"><%t CMSLoadingScreen_ss.REQUIREJS 'The CMS requires that you have JavaScript enabled.' %></span></p></noscript>
|
|
</div>
|
|
</div>
|