summaryrefslogtreecommitdiff
path: root/html/processed-views/modals/My_Lists_Delete.html
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-12 07:16:23 +0200
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-12 07:16:23 +0200
commit7076343338ae3439f3c86f01144818abe8c31978 (patch)
tree794abb1e6b8f821091fd095341885496b6dad51d /html/processed-views/modals/My_Lists_Delete.html
parent47cbb529f5723b246125ae083a193e11481b89ef (diff)
downloadclassroom-7076343338ae3439f3c86f01144818abe8c31978.tar.gz
classroom-7076343338ae3439f3c86f01144818abe8c31978.tar.bz2
classroom-7076343338ae3439f3c86f01144818abe8c31978.zip
add container helpers; constuct public directory-tree
Diffstat (limited to 'html/processed-views/modals/My_Lists_Delete.html')
-rw-r--r--html/processed-views/modals/My_Lists_Delete.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/html/processed-views/modals/My_Lists_Delete.html b/html/processed-views/modals/My_Lists_Delete.html
new file mode 100644
index 0000000..79cecf1
--- /dev/null
+++ b/html/processed-views/modals/My_Lists_Delete.html
@@ -0,0 +1,12 @@
+<div class="modal modal--s open" data-plugin-modal="">
+ <div class="modal__bg modal__close"></div>
+ <div class="modal__wrap">
+ <button class="modal__close modal__closeButton iconButton iconButton--s iconButton--black icon-close"></button>
+ <h2 class="modal__title">Διαγραφή Λίστας</h2>
+ <p>Eίστε σίγουροι ότι θέλετε να διαγράψετε την Λίστα “Χριστούγεννα”; H Λίστα περιέχει 23 προϊόντα.</p>
+ <div class="btnWrap btnWrap--hCenter">
+ <button class="button button--border">Ακύρωση</button>
+ <button class="button">Διαγραφή</button>
+ </div>
+ </div>
+</div> \ No newline at end of file