2007-07-19 12:40:05 +02:00
|
|
|
<% if EditForm %>
|
|
|
|
$EditForm
|
|
|
|
<% else %>
|
2009-11-21 03:35:52 +01:00
|
|
|
<form id="Form_EditForm" action="admin?executeForm=EditForm" method="post" enctype="multipart/form-data">
|
|
|
|
<h1>$ApplicationName</h1>
|
|
|
|
<p>
|
|
|
|
<% _t('WELCOMETO','Welcome to') %> $ApplicationName!
|
|
|
|
<% _t('CHOOSEPAGE','Please choose a page from the left.') %>
|
|
|
|
</p>
|
|
|
|
</form>
|
2007-07-19 12:40:05 +02:00
|
|
|
<% end_if %>
|
|
|
|
|
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
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
2009-11-21 03:35:20 +01:00
|
|
|
<!--<p id="statusMessage" style="visibility:hidden"></p>-->
|