mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #98 from silverstripe-big-o/breadcrumbs-tabs-overflow-Trac6882
ENHANCEMENT: Created include for back button. Fixes #6882
This commit is contained in:
commit
121e7d3784
@ -3,11 +3,7 @@
|
|||||||
<div class="cms-content-header north">
|
<div class="cms-content-header north">
|
||||||
<div>
|
<div>
|
||||||
<% control EditForm %>
|
<% control EditForm %>
|
||||||
<% if Backlink %>
|
<% include BackLink_Button %>
|
||||||
<a class="backlink ss-ui-button cms-panel-link" data-icon="back" href="$Backlink">
|
|
||||||
<% _t('Back', 'Back') %>
|
|
||||||
</a>
|
|
||||||
<% end_if %>
|
|
||||||
|
|
||||||
<h2 id="page-title-heading">
|
<h2 id="page-title-heading">
|
||||||
<% control Controller %>
|
<% control Controller %>
|
||||||
|
@ -3,11 +3,7 @@
|
|||||||
<div class="cms-content-header north">
|
<div class="cms-content-header north">
|
||||||
<div>
|
<div>
|
||||||
<% control EditForm %>
|
<% control EditForm %>
|
||||||
<% if Backlink %>
|
<% include BackLink_Button %>
|
||||||
<a class="backlink ss-ui-button cms-panel-link" data-icon="back" href="$Backlink">
|
|
||||||
<% _t('Back', 'Back') %>
|
|
||||||
</a>
|
|
||||||
<% end_if %>
|
|
||||||
|
|
||||||
<h2 id="page-title-heading">
|
<h2 id="page-title-heading">
|
||||||
<% control Controller %>
|
<% control Controller %>
|
||||||
|
Loading…
Reference in New Issue
Block a user