From ca75ef7708faad4c44b68ff50c10485292e24b26 Mon Sep 17 00:00:00 2001 From: Kilian Saffran Date: Fri, 29 Apr 2022 16:29:19 +0200 Subject: [PATCH] v20220429 --- .gitignore | 3 +- public_html/index.php | 4 +- public_html/js/askprice.js | 4 +- public_html/js/shop.js | 45 +- public_html/js/shop/askprice.js | 10 +- public_html/js/shop/nouse/contratcadre.js | 28 - public_html/js/shop/nouse/dataform.js | 221 - public_html/js/shop/nouse/number.js | 30 - public_html/js/shop/nouse/orders.js | 221 - public_html/js/shop/nouse/shop.js | 400 - public_html/js/site.js | 6 +- public_html/lib/config.php | 36 +- public_html/lib/email.php | 3 +- public_html/lib/modules/ArticleGroups.php | 8 +- public_html/lib/modules/Articles.php | 4 +- public_html/lib/modules/Orders.php | 24 +- public_html/lib/version.php | 6 +- public_html/log/sql.log | 10103 ---------------- public_html/pages/product.php | 53 +- .../shop/tmpl/elements/articlecart.html | 2 +- 20 files changed, 121 insertions(+), 11090 deletions(-) delete mode 100644 public_html/js/shop/nouse/contratcadre.js delete mode 100644 public_html/js/shop/nouse/dataform.js delete mode 100644 public_html/js/shop/nouse/number.js delete mode 100644 public_html/js/shop/nouse/orders.js delete mode 100644 public_html/js/shop/nouse/shop.js delete mode 100644 public_html/log/sql.log diff --git a/.gitignore b/.gitignore index ccfa16a..1a61ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -35,5 +35,6 @@ api/data/art_image/* nouse/* public_html/shop/media/* api/data/live/* -dev/tmp/" +dev/tmp/* +public_html/log/* diff --git a/public_html/index.php b/public_html/index.php index 260e80b..d1f2620 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -185,12 +185,14 @@ $site = new Site($db,$cfg); + + - + 1){ - - - \ No newline at end of file + \ No newline at end of file diff --git a/public_html/shop/tmpl/elements/articlecart.html b/public_html/shop/tmpl/elements/articlecart.html index 269eaba..8465d66 100644 --- a/public_html/shop/tmpl/elements/articlecart.html +++ b/public_html/shop/tmpl/elements/articlecart.html @@ -65,7 +65,7 @@
[%#show_fav%][%/show_fav%] [%#show_favrem%][%/show_favrem%] - [%#show_ask%][%/show_ask%] + [%#show_ask%][%/show_ask%] [%#show_shop%][%/show_shop%]
-- 2.39.5