mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR moved title for content tools panel into scrollable region
This commit is contained in:
parent
c34ef60d82
commit
e2b4913df9
@ -21,9 +21,9 @@
|
||||
|
||||
|
||||
<div class="cms-content-tools cms-panel west cms-panel-layout" data-expandOnClick="true" data-layout="{type: 'border'}">
|
||||
<h3 class="cms-panel-header north"></h3>
|
||||
|
||||
<div class="cms-panel-content center">
|
||||
<h3 class="cms-panel-header north"></h3>
|
||||
|
||||
<div class="cms-content-tools-actions ui-widget-content">
|
||||
$AddForm
|
||||
</div>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<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>
|
||||
<h2><% _t('CMSPageHistoryController.History','History') %></h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cms-panel-content cms-helper-hide-actions">
|
||||
<div class="cms-panel-content cms-helper-hide-actions center">
|
||||
$VersionsForm
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user