Removed "Toggle Header" option in page editor
Somewhat overlaps with the editor fullscreen button and is using jQuery
This commit is contained in:
parent
9e397a57a9
commit
ff841cff2e
2 changed files with 0 additions and 2 deletions
|
@ -176,7 +176,6 @@ return [
|
|||
'pages_delete_confirm' => 'Are you sure you want to delete this page?',
|
||||
'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?',
|
||||
'pages_editing_named' => 'Editing Page :pageName',
|
||||
'pages_edit_toggle_header' => 'Toggle header',
|
||||
'pages_edit_save_draft' => 'Save Draft',
|
||||
'pages_edit_draft' => 'Edit Page Draft',
|
||||
'pages_editing_draft' => 'Editing Draft',
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
<div class="action-buttons text-left px-m py-xs">
|
||||
<a href="{{ back()->getTargetUrl() }}" class="text-button text-primary">@icon('back')<span class="hide-under-l">{{ trans('common.back') }}</span></a>
|
||||
<a onclick="$('body>header').slideToggle();" class="text-button text-primary">@icon('swap-vertical')<span class="hide-under-l">{{ trans('entities.pages_edit_toggle_header') }}</span></a>
|
||||
</div>
|
||||
|
||||
<div class="text-center px-m py-xs">
|
||||
|
|
Loading…
Reference in a new issue