Merge pull request #690 from cloud2018/unify-title-icons-more
Papercut: unifiy title icon-more
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<?php print_unescaped($this->inc('part.board.headerControls', ['headerControlsId' => 'main'])); ?>
|
||||
</div>
|
||||
<div class="board-header-controls app-popover-menu-utils">
|
||||
<button class="icon-more button"></button>
|
||||
<button class="icon-more button" title="<?php p($l->t('Actions')) ?>"></button>
|
||||
<div class="popovermenu hidden">
|
||||
<div id="popover-controls">
|
||||
<?php print_unescaped($this->inc('part.board.headerControls', ['headerControlsId' => 'popover'])); ?>
|
||||
@@ -117,7 +117,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="app-popover-menu-utils" ng-if="!boardservice.isArchived()">
|
||||
<button class="button-inline card-options icon-more" ng-model="card" aria-label="<?php p($l->t('Actions')) ?>"></button>
|
||||
<button class="button-inline card-options icon-more" ng-model="card" title="<?php p($l->t('Actions')) ?>"></button>
|
||||
<div class="popovermenu hidden">
|
||||
<ul>
|
||||
<li ng-if="!isCurrentUserAssigned(c)">
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="app-popover-menu-utils" ng-if="b.deletedAt == 0" ng-show="!b.status.edit">
|
||||
<button class="icon icon-more button-inline" title="<?php p($l->t('More actions')); ?>">
|
||||
<button class="icon icon-more button-inline" title="<?php p($l->t('Actions')); ?>">
|
||||
<span class="hidden-visually"><?php p($l->t('More actions')); ?></span>
|
||||
</button>
|
||||
<div class="popovermenu bubble hidden">
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<span class="hidden-visually"><?php p($l->t('Insert the file into the description')); ?></span>
|
||||
</button>
|
||||
<div class="app-popover-menu-utils" ng-if="!$ctrl.isFileSelector && attachment.deletedAt == 0">
|
||||
<button class="button-inline icon icon-more"></button>
|
||||
<button class="button-inline icon icon-more" title="<?php p($l->t('Actions')) ?>"></button>
|
||||
<div class="popovermenu hidden">
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<a href="#!/board/{{b.id}}/">{{ b.title }}</a>
|
||||
<div class="app-navigation-entry-utils">
|
||||
<ul>
|
||||
<li class="app-navigation-entry-utils-menu-button svg" ng-show="!status.deleteUndo[b.id]"><button class="icon-more" title="<?php p($l->t('View more')); ?>"><span class="hidden-visually"><?php p($l->t('View more')); ?></span></button></li>
|
||||
<li class="app-navigation-entry-utils-menu-button svg" ng-show="!status.deleteUndo[b.id]"><button class="icon-more" title="<?php p($l->t('Actions')); ?>"><span class="hidden-visually"><?php p($l->t('Actions')); ?></span></button></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="app-navigation-entry-menu" ng-show="!b.status.editNavigation">
|
||||
|
||||
Reference in New Issue
Block a user