|
15 | 15 |
|
16 | 16 | <div class="pat-calendar"
|
17 | 17 | data-pat-calendar="category-controls: .cal-nav;
|
18 |
| - event-sources: /code/src/pat/calendar/test_event_source.json,/src/pat/calendar/test_event_source2.json; |
| 18 | + event-sources: /code/src/pat/calendar/test_event_source.json,/code/src/pat/calendar/test_event_source2.json; |
19 | 19 | event-sources-classes: internal-calendar, external-calendar;
|
20 | 20 | add-url: /code/src/pat/calendar/test_add_event.html;
|
21 | 21 | initial-date: 2020-10-10;
|
|
26 | 26 | id="calendar-toolbar">
|
27 | 27 | <div class="pat-toolbar-section">
|
28 | 28 | <fieldset class="pat-button-cluster cal-nav">
|
29 |
| - <button class="pat-button jump-prev" |
30 |
| - title="Back" |
| 29 | + <button class="pat-button jump-prev" |
| 30 | + title="Back" |
31 | 31 | type="button"><</button>
|
32 |
| - <button class="pat-button jump-today" |
33 |
| - title="Today" |
| 32 | + <button class="pat-button jump-today" |
| 33 | + title="Today" |
34 | 34 | type="button">Today</button>
|
35 |
| - <button class="pat-button jump-next" |
36 |
| - title="Forward" |
| 35 | + <button class="pat-button jump-next" |
| 36 | + title="Forward" |
37 | 37 | type="button">></button>
|
38 | 38 | </fieldset>
|
39 | 39 | </div>
|
40 | 40 | <div class="pat-toolbar-section cal-timezone">
|
41 | 41 | <label class="pat-select">
|
42 |
| - <select name="timezone" |
| 42 | + <select name="timezone" |
43 | 43 | class="timezone">
|
44 | 44 | <option value="Europe/London">GMT</option>
|
45 | 45 | <option value="Europe/Berlin" selected="selected">CET</option>
|
|
53 | 53 | id="calendar-toolbar">
|
54 | 54 | <div class="pat-toolbar-section">
|
55 | 55 | <fieldset class="pat-button-cluster cal-views">
|
56 |
| - <button class="pat-button view-month" |
| 56 | + <button class="pat-button view-month" |
57 | 57 | type="button">Month</button>
|
58 |
| - <button class="pat-button view-week" |
| 58 | + <button class="pat-button view-week" |
59 | 59 | type="button">Week</button>
|
60 |
| - <button class="pat-button view-day" |
| 60 | + <button class="pat-button view-day" |
61 | 61 | type="button">Day</button>
|
62 |
| - <button class="pat-button view-listYear" |
| 62 | + <button class="pat-button view-listYear" |
63 | 63 | type="button">List Year</button>
|
64 |
| - <button class="pat-button view-listMonth" |
| 64 | + <button class="pat-button view-listMonth" |
65 | 65 | type="button">List Month</button>
|
66 |
| - <button class="pat-button view-listWeek" |
| 66 | + <button class="pat-button view-listWeek" |
67 | 67 | type="button">List Week</button>
|
68 |
| - <button class="pat-button view-listDay" |
| 68 | + <button class="pat-button view-listDay" |
69 | 69 | type="button">List Day</button>
|
70 | 70 | </fieldset>
|
71 | 71 | </div>
|
|
0 commit comments