mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #115 from normann/trac/7280
Trac 7280: remove a 'Go' button with '-->' seen in the pages listview
This commit is contained in:
commit
1a27c531a5
@ -1,7 +1,5 @@
|
||||
<div class="cms-content-toolbar">
|
||||
<!--
|
||||
<% include CMSPagesController_ContentToolActions %>
|
||||
-->
|
||||
<%--<% include CMSPagesController_ContentToolActions %>--%>
|
||||
</div>
|
||||
|
||||
<div class="ss-dialog cms-page-add-form-dialog cms-dialog-content" id="cms-page-add-form" title="<% _t('CMSMain.AddNew', 'Add new page') %>">
|
||||
|
@ -6,7 +6,7 @@
|
||||
<title>Print</title>
|
||||
</head>
|
||||
|
||||
<!-- <body onload="window.print();"> -->
|
||||
<%-- <body onload="window.print();"> --%>
|
||||
<body>
|
||||
<% control Form.Controller %>
|
||||
<h1 style="margin-bottom: 0">$CurrentReport.Title</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user