|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 6 | <link |
7 | 7 | rel="stylesheet" |
8 | | - href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=arrow_back,arrow_back_ios_new,arrow_forward_ios,bar_chart,block,check,close,delete,error,event,info,link,menu,more_horiz,notification_multiple,palette,qr_code_scanner,settings" |
| 8 | + href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=add,arrow_back,arrow_back_ios_new,arrow_forward_ios,bar_chart,block,check,close,delete,error,event,info,link,menu,more_horiz,notification_multiple,palette,qr_code_scanner,settings" |
9 | 9 | /> |
10 | 10 | <link rel="stylesheet" href="dialog-polyfill.min.css" /> |
11 | 11 | <link rel="stylesheet" href="material.css" /> |
@@ -413,36 +413,37 @@ <h2>Afspraak toevoegen</h2> |
413 | 413 | <input type="text" id="custTitle" placeholder=" " required /> |
414 | 414 | <label for="custTitle">Titel</label> |
415 | 415 | </div> |
| 416 | + <div class="les dates"> |
| 417 | + <div class="material-textfield"> |
| 418 | + <input type="text" id="custLocation" placeholder=" " required /> |
| 419 | + <label for="custLocation">Locatie</label> |
| 420 | + </div> |
416 | 421 |
|
417 | | - <div class="material-textfield"> |
418 | | - <input type="text" id="custLocation" placeholder=" " required /> |
419 | | - <label for="custLocation">Locatie</label> |
| 422 | + <div class="material-textfield"> |
| 423 | + <input type="text" id="custTeacher" placeholder=" " required /> |
| 424 | + <label for="custTeacher">Docent</label> |
| 425 | + </div> |
420 | 426 | </div> |
421 | 427 |
|
422 | 428 | <div class="material-textfield"> |
423 | | - <input type="text" id="custTeacher" placeholder=" " required /> |
424 | | - <label for="custTeacher">Docent(en)</label> |
| 429 | + <input type="text" id="custGroup" placeholder=" " required /> |
| 430 | + <label for="custGroup">Groep</label> |
425 | 431 | </div> |
426 | 432 |
|
427 | 433 | <div class="material-textfield"> |
428 | | - <input type="text" id="custGroup" placeholder=" " required /> |
429 | | - <label for="custGroup">Groep(en)</label> |
| 434 | + <input type="text" id="custContent" placeholder=" " /> |
| 435 | + <label for="custContent">Inhoud</label> |
430 | 436 | </div> |
431 | 437 |
|
432 | 438 | <div class="switch switch--2"> |
433 | | - <label for="custCancelled">Afgezegd</label> |
| 439 | + <label for="custCancelled">Uitval</label> |
434 | 440 | <label class="switch__label"> |
435 | 441 | <input type="checkbox" id="custCancelled" class="switch__input" /> |
436 | 442 | <span class="switch__design"></span> </label |
437 | 443 | ><br /> |
438 | 444 | <small></small> |
439 | 445 | </div> |
440 | 446 |
|
441 | | - <div class="material-textfield"> |
442 | | - <input type="text" id="custContent" placeholder=" " /> |
443 | | - <label for="custContent">Content</label> |
444 | | - </div> |
445 | | - |
446 | 447 | <div class="material-textfield"> |
447 | 448 | <input type="date" id="custDate" placeholder=" " required /> |
448 | 449 | <label for="custTitle">Datum</label> |
@@ -1279,15 +1280,7 @@ <h2>Instellingen</h2> |
1279 | 1280 | command="show-modal" |
1280 | 1281 | commandfor="customAppointments" |
1281 | 1282 | > |
1282 | | - <svg |
1283 | | - xmlns="http://www.w3.org/2000/svg" |
1284 | | - viewBox="0 -960 960 960" |
1285 | | - id="icon" |
1286 | | - > |
1287 | | - <path |
1288 | | - d="M440-440H240q-17 0-28.5-11.5T200-480q0-17 11.5-28.5T240-520h200v-200q0-17 11.5-28.5T480-760q17 0 28.5 11.5T520-720v200h200q17 0 28.5 11.5T760-480q0 17-11.5 28.5T720-440H520v200q0 17-11.5 28.5T480-200q-17 0-28.5-11.5T440-240v-200Z" |
1289 | | - /> |
1290 | | - </svg> |
| 1283 | + <span id="icon">add</span> |
1291 | 1284 | <span>Toevoegen</span> |
1292 | 1285 | </button> |
1293 | 1286 | </main> |
|
0 commit comments