mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
ae56eba853
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left() API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom" ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
18 lines
404 B
Scheme
Executable File
18 lines
404 B
Scheme
Executable File
<div class="ui-layout-center">
|
|
<% if EditForm %>
|
|
$EditForm
|
|
<% else %>
|
|
<h1>$ApplicationName</h1>
|
|
<p>
|
|
<% _t('WELCOMETO','Welcome to') %> $ApplicationName!
|
|
<% _t('CHOOSEPAGE','Please choose a page from the left.') %>
|
|
</p>
|
|
<% end_if %>
|
|
</div>
|
|
|
|
<div class="ui-layout-south">
|
|
<div id="form_actions_right" class="ajaxActions"></div>
|
|
</div>
|
|
|
|
<!--<p id="statusMessage" style="visibility:hidden"></p>-->
|