wb-2_10_x/trunk/modules/droplets/ModalDialog.php @ 2
| 1 | 2 | Manuela | |
|---|---|---|---|
| 2 | |||
| 3 | <!-- modal -->
|
||
| 4 | <div class="modal"> |
||
| 5 | <header class="modal-header"> |
||
| 6 | <h1 class="modal-header-title left">Title of Modal</h1> |
||
| 7 | <button class="modal-header-btn right modal-close" title="Close Modal">OK</button> |
||
| 8 | </header>
|
||
| 9 | <div class="modal-body"> |
||
| 10 | <section class="modal-content"> |
||
| 11 | |||
| 12 | </section>
|
||
| 13 | </div>
|
||
| 14 | </div>
|
||
| 15 | <!-- modal -->
|