View | Details | Raw Unified | Return to bug 29588
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc (-5 / +4 lines)
Lines 89-104 Link Here
89
          ShortcutButtonsPlugin({
89
          ShortcutButtonsPlugin({
90
            button: [
90
            button: [
91
              {
91
              {
92
                label: __("Yesterday")
92
                label: _("Yesterday")
93
              },
93
              },
94
              {
94
              {
95
                label: __("Today")
95
                label: _("Today")
96
              },
96
              },
97
              {
97
              {
98
                label: __("Tomorrow")
98
                label: _("Tomorrow")
99
              }
99
              }
100
            ],
100
            ],
101
            label: __("or"),
101
            label: _("or"),
102
            onClick: (index, fp) => {
102
            onClick: (index, fp) => {
103
              let date;
103
              let date;
104
              let hh = 23, mm = 59;
104
              let hh = 23, mm = 59;
105
- 

Return to bug 29588