mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fixed 9.2.4.6, 9.1.3.5 and 11.7
This commit is contained in:
parent
53726fed24
commit
cb10ad3a20
3 changed files with 11 additions and 2 deletions
|
|
@ -346,6 +346,14 @@ BlazeComponent.extendComponent({
|
||||||
'agendaDay,listDay,timelineDay agendaWeek,listWeek,timelineWeek month,listMonth',
|
'agendaDay,listDay,timelineDay agendaWeek,listWeek,timelineWeek month,listMonth',
|
||||||
right: '',
|
right: '',
|
||||||
},
|
},
|
||||||
|
buttonText: {
|
||||||
|
prev: TAPi18n.__('calendar-previous-month'),
|
||||||
|
next: TAPi18n.__('calendar-next-month'),
|
||||||
|
},
|
||||||
|
ariaLabel: {
|
||||||
|
prev: TAPi18n.__('calendar-previous-month'),
|
||||||
|
next: TAPi18n.__('calendar-next-month'),
|
||||||
|
},
|
||||||
// height: 'parent', nope, doesn't work as the parent might be small
|
// height: 'parent', nope, doesn't work as the parent might be small
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
/* TODO: lists as resources: https://fullcalendar.io/docs/vertical-resource-view */
|
/* TODO: lists as resources: https://fullcalendar.io/docs/vertical-resource-view */
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ template(name="boardHeaderBar")
|
||||||
i.fa.fa-pencil-square-o
|
i.fa.fa-pencil-square-o
|
||||||
|
|
||||||
a.board-header-btn.js-star-board(class="{{#if isStarred}}is-active{{/if}}"
|
a.board-header-btn.js-star-board(class="{{#if isStarred}}is-active{{/if}}"
|
||||||
title="{{#if isStarred}}{{_ 'click-to-unstar'}}{{else}}{{_ 'click-to-star'}}{{/if}} {{_ 'starred-boards-description'}}")
|
title="{{#if isStarred}}{{_ 'star-board-short-unstar'}}{{else}}{{_ 'star-board-short-star'}}{{/if}}" aria-label="{{#if isStarred}}{{_ 'star-board-short-unstar'}}{{else}}{{_ 'star-board-short-star'}}{{/if}}")
|
||||||
i.fa(class="fa-star{{#unless isStarred}}-o{{/unless}}")
|
i.fa(class="fa-star{{#unless isStarred}}-o{{/unless}}")
|
||||||
if showStarCounter
|
if showStarCounter
|
||||||
span
|
span
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@ AccountsTemplates.addFields([
|
||||||
displayName: 'username',
|
displayName: 'username',
|
||||||
required: true,
|
required: true,
|
||||||
minLength: 2,
|
minLength: 2,
|
||||||
|
autocomplete: 'username',
|
||||||
},
|
},
|
||||||
emailField,
|
emailField,
|
||||||
passwordField,
|
passwordField,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue