mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
added temporary label for calendar buttons
This commit is contained in:
parent
b5c7bc3185
commit
5a944a075f
@ -1193,11 +1193,14 @@ ICS ==> create a new event with the same UID and a RECURRENCE-ID field (with a v
|
||||
}).appendTo(APP.toolbar.$bottomL);
|
||||
|
||||
// Change page
|
||||
// XXX
|
||||
var goLeft = h('button.fa.fa-chevron-left',{'aria-label': 'left'}); // XXX
|
||||
var goRight = h('button.fa.fa-chevron-right', {'aria-label': 'right'}); // XXX
|
||||
|
||||
Messages.goLeft = "Left"; // XXX
|
||||
Messages.goRight = "Right"; // XXX
|
||||
Messages.date = "Date"; // XXX
|
||||
var goLeft = h('button.fa.fa-chevron-left',{'aria-label': Messages.goLeft}); // XXX
|
||||
var goRight = h('button.fa.fa-chevron-right', {'aria-label': Messages.goRight}); // XXX
|
||||
var goToday = h('button', Messages.calendar_today);
|
||||
var goDate = h('button.fa.fa-calendar',{'aria-label': 'date'}); // XXX
|
||||
var goDate = h('button.fa.fa-calendar',{'aria-label': Messages.date}); // XXX
|
||||
$(goLeft).click(function () {
|
||||
cal.prev();
|
||||
updateDateRange();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user