ro
2b437c0173
moved the page listing template over and made all of the apropriate changes so the CSS lines up as it should there was also a minor issue that was keeping the sub menu for the start pages from displaying so that was fixed
16 lines
444 B
PHP
16 lines
444 B
PHP
@php
|
|
$renderOnSave = false;
|
|
@endphp
|
|
|
|
<div class="submenu">
|
|
<button id="save-toggle" title="save settings">
|
|
<i class="ti ti-device-floppy"></i>
|
|
</button>
|
|
<button id="publish-pages" title="publish site">
|
|
<i class="ti ti-world-upload"></i>
|
|
</button>
|
|
<button id="render-toggle" title="render on save toggle" data-render="{{ $renderOnSave }}">
|
|
<i class="ti ti-circle-dashed"></i>
|
|
</button>
|
|
</div>
|