diff --git a/tine20/Purchasing/images/purchasing.svg b/tine20/Purchasing/images/purchasing.svg deleted file mode 100644 index 98709ef7552..00000000000 --- a/tine20/Purchasing/images/purchasing.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tine20/Purchasing/styles/purchasing.less b/tine20/Purchasing/styles/purchasing.less index c2b83f90755..16ea0db4017 100644 --- a/tine20/Purchasing/styles/purchasing.less +++ b/tine20/Purchasing/styles/purchasing.less @@ -1,3 +1,4 @@ .PurchasingIconCls { - background-image:url(../images/purchasing.svg) !important; + background-image:url(../../Tinebase/js/node_modules/@tabler/icons/icons/outline/shopping-cart.svg) !important; + //background-image:url(../images/purchasing.svg) !important; } \ No newline at end of file diff --git a/tine20/Sales/css/Sales.css b/tine20/Sales/css/Sales.css index 4e98b1113e5..4bc2be41e23 100644 --- a/tine20/Sales/css/Sales.css +++ b/tine20/Sales/css/Sales.css @@ -9,7 +9,7 @@ */ .SalesIconCls { - background-image:url(../../images/icon-set/icon_calculator.svg) !important; + background-image:url(../../Tinebase/js/node_modules/@tabler/icons/icons/outline/building-store.svg) !important; } .x-tree-node-icon.SalesContract, .SalesContract { diff --git a/tine20/Tinebase/js/npm-shrinkwrap.json b/tine20/Tinebase/js/npm-shrinkwrap.json index 2972ca388c0..75b986cacf2 100644 --- a/tine20/Tinebase/js/npm-shrinkwrap.json +++ b/tine20/Tinebase/js/npm-shrinkwrap.json @@ -7,6 +7,7 @@ "name": "tine20_tinebase", "dependencies": { "@popperjs/core": "^2.11.6", + "@tabler/icons": "^3.29.0", "@vueuse/core": "^10.3.0", "ace-builds": "^1.14.0", "async": "^3.2.4", @@ -3138,6 +3139,15 @@ "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==", "dev": true }, + "node_modules/@tabler/icons": { + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.29.0.tgz", + "integrity": "sha512-VWNINymdmhay3MDvWVREmRwuWLSrX3YiInKvs5L4AHRF4bAfJabLlEReE0BW/XFsBt22ff8/C8Eam/LXlF97mA==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + } + }, "node_modules/@types/babel__core": { "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", @@ -20481,6 +20491,11 @@ "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==", "dev": true }, + "@tabler/icons": { + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.29.0.tgz", + "integrity": "sha512-VWNINymdmhay3MDvWVREmRwuWLSrX3YiInKvs5L4AHRF4bAfJabLlEReE0BW/XFsBt22ff8/C8Eam/LXlF97mA==" + }, "@types/babel__core": { "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", diff --git a/tine20/Tinebase/js/package.json b/tine20/Tinebase/js/package.json index eaa9ab623ec..62d125a9779 100644 --- a/tine20/Tinebase/js/package.json +++ b/tine20/Tinebase/js/package.json @@ -18,6 +18,7 @@ }, "dependencies": { "@popperjs/core": "^2.11.6", + "@tabler/icons": "^3.29.0", "@vueuse/core": "^10.3.0", "ace-builds": "^1.14.0", "async": "^3.2.4",