From 8a5a63a30caf23efc638e0f13f18183d6f34c18c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 2 Oct 2014 12:53:56 +0000 Subject: added file import modal diff --git a/index.html b/index.html index b021025..3766d12 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ + @@ -78,6 +79,18 @@
+
diff --git a/js/shows.js b/js/shows.js index d12563c..5f8eecc 100644 --- a/js/shows.js +++ b/js/shows.js @@ -11,7 +11,8 @@ function shows_deleteCart(cart) { } function shows_importCart(cart) { - alertbox.warning('app-shows', 'importing carts', 'not implemented yet!'); + $('#shows-upload div.modal-body').text("Cart: " + cart); + $('#shows-upload').modal({ keyboard: true }); } // -- cgit v0.10.2