MINOR moved title for content tools panel into scrollable region

This commit is contained in:
Will Rossiter 2011-10-29 14:19:12 +13:00
parent c34ef60d82
commit e2b4913df9
2 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@
<div class="cms-content-tools cms-panel west cms-panel-layout" data-expandOnClick="true" data-layout="{type: 'border'}"> <div class="cms-content-tools cms-panel west cms-panel-layout" data-expandOnClick="true" data-layout="{type: 'border'}">
<div class="cms-panel-content center">
<h3 class="cms-panel-header north"></h3> <h3 class="cms-panel-header north"></h3>
<div class="cms-panel-content center">
<div class="cms-content-tools-actions ui-widget-content"> <div class="cms-content-tools-actions ui-widget-content">
$AddForm $AddForm
</div> </div>

View File

@ -1,12 +1,12 @@
<div class="cms-content center $BaseCSSClasses" data-layout="{type: 'border'}"> <div class="cms-content center $BaseCSSClasses" data-layout="{type: 'border'}">
<div class="cms-content-tools west cms-panel" data-expandOnClick="true"> <div class="cms-content-tools west cms-panel cms-panel-layout" data-expandOnClick="true" data-layout="{type: 'border'}">
<div class="cms-content-header north"> <div class="cms-content-header north">
<div> <div>
<h2><% _t('CMSPageHistoryController.History','History') %></h2> <h2><% _t('CMSPageHistoryController.History','History') %></h2>
</div> </div>
</div> </div>
<div class="cms-panel-content cms-helper-hide-actions"> <div class="cms-panel-content cms-helper-hide-actions center">
$VersionsForm $VersionsForm
</div> </div>
</div> </div>