mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Move mock back button
This commit is contained in:
parent
0885a3178e
commit
d761075fd3
@ -64,8 +64,11 @@ class Preview extends SilverStripeComponent {
|
||||
return (
|
||||
<div className="flexbox-area-grow fill-height cms-content__right preview">
|
||||
{body}
|
||||
<a href="" className="cms-content__back-btn font-icon-left-open-big" />
|
||||
<div className="toolbar toolbar--south">
|
||||
<button
|
||||
className="btn btn-secondary font-icon-left-open-big toolbar__back-button hidden-lg-up"
|
||||
type="button"
|
||||
>Back</button>
|
||||
<div className="btn-toolbar">
|
||||
{toolbarButtons}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user