Skip to content

Commit

Permalink
Move restore button after layout controls
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Nov 28, 2023
1 parent ceb595e commit f05b731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/view/omeka/site-admin/page/edit.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ $form->prepare();

?>
<div id="page-layout-controls">
<button type="button" id="page-layout-restore" style="display: none;"><?php echo $translate('Restore'); ?></button>
<label id="page-layout-label">
<?php echo $translate('Layout'); ?>
<select name="o:layout" id="page-layout-select" data-page-layout="<?php echo $escape($pageLayout); ?>">
Expand All @@ -65,6 +64,7 @@ $form->prepare();
</select>
<a href="#" id="preview-page-layout-grid" class="o-icon-search" aria-label="<?php echo $escape($translate('Preview layout')); ?>" title="<?php echo $escape($translate('Preview layout')); ?>"></a>
<a href="#" id="configure-page-layout-data" class="o-icon-settings" aria-label="<?php echo $escape($translate('Configure layout')); ?>" title="<?php echo $escape($translate('Configure layout')); ?>"></a>
<button type="button" id="page-layout-restore" style="display: none;"><?php echo $translate('Restore'); ?></button>
</div>

<div class="expand-collapse-all">
Expand Down

0 comments on commit f05b731

Please sign in to comment.