mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 01:58:49 +01:00
"Auto List Width" is now at "List ☰ Set Width" popup.
Thanks to xet7 ! Fixes https://github.com/wekan/wekan/pull/5628
This commit is contained in:
parent
14c9b70149
commit
a862486ec3
5 changed files with 20 additions and 21 deletions
|
|
@ -194,6 +194,11 @@ template(name="setListWidthPopup")
|
|||
input.list-constraint-value(type="number" value="{{ listConstraintValue }}" min="100")
|
||||
input.list-width-apply(type="submit" value="{{_ 'apply'}}")
|
||||
input.list-width-error
|
||||
br
|
||||
a.js-auto-width-board(
|
||||
title="{{#if isAutoWidth}}{{_ 'click-to-disable-auto-width'}}{{else}}{{_ 'click-to-enable-auto-width'}}{{/if}}")
|
||||
i.fa(class="fa-solid fa-{{#if isAutoWidth}}compress{{else}}expand{{/if}}")
|
||||
span {{_ 'auto-list-width'}}
|
||||
|
||||
template(name="listWidthErrorPopup")
|
||||
.list-width-invalid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue