Adjust board header actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
9cefecb45d
commit
827aceecda
@@ -269,6 +269,7 @@ input.input-inline {
|
|||||||
margin: 3px;
|
margin: 3px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
|
height: 34px;
|
||||||
|
|
||||||
> form {
|
> form {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -11,15 +11,15 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="button" ng-if="params.filter!='archive'" ng-click="switchFilter('archive')" style="opacity:0.5;" title="<?php p($l->t('Show archived cards')); ?>">
|
<button ng-if="params.filter!='archive'" ng-click="switchFilter('archive')" style="opacity:0.5;" title="<?php p($l->t('Show archived cards')); ?>">
|
||||||
<i class="icon icon-archive"></i>
|
<i class="icon icon-archive"></i>
|
||||||
<span class="hidden-visually"><?php p($l->t('Show archived cards')); ?></span>
|
<span class="hidden-visually"><?php p($l->t('Show archived cards')); ?></span>
|
||||||
</a>
|
</button>
|
||||||
<a class="button" ng-if="params.filter=='archive'" ng-click="switchFilter('')" title="<?php p($l->t('Hide archived cards')); ?>">
|
<button ng-if="params.filter=='archive'" ng-click="switchFilter('')" title="<?php p($l->t('Hide archived cards')); ?>">
|
||||||
<i class="icon icon-archive"></i>
|
<i class="icon icon-archive"></i>
|
||||||
<span class="hidden-visually"><?php p($l->t('Hide archived cards')); ?></span>
|
<span class="hidden-visually"><?php p($l->t('Hide archived cards')); ?></span>
|
||||||
</a>
|
</button>
|
||||||
<a class="button" ui-sref="board.detail({ id: id, tab: 0})" title="<?php p($l->t('Board details')); ?>">
|
<button ui-sref="board.detail({ id: id, tab: 0})" title="<?php p($l->t('Board details')); ?>">
|
||||||
<i class="icon icon-details"></i>
|
<i class="icon icon-settings"></i>
|
||||||
<span class="hidden-visually"><?php p($l->t('Board details')); ?></span>
|
<span class="hidden-visually"><?php p($l->t('Board details')); ?></span>
|
||||||
</a>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user