Skip to content

Commit

Permalink
moves duplicate page button label into a tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Brinkel committed Mar 16, 2022
1 parent fdcd0e3 commit 2bb32b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/index/_page_toolbar.htm
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

<button
type="button"
class="btn btn-default oc-icon-clone <?php if (!$objectPath): ?>hide<?php endif ?>"
class="btn btn-default empty oc-icon-clone <?php if (!$objectPath): ?>hide<?php endif ?>"
title="<?= e(trans('winter.pages::lang.editor.duplicate')) ?>"
data-control="duplicate-object"
>
<?= e(trans('winter.pages::lang.editor.duplicate')) ?>
</button>

<button
Expand Down

0 comments on commit 2bb32b7

Please sign in to comment.