aktualizacja modułu dpd
This commit is contained in:
33
modules/dpdshipping/views/css/admin/index.php
Normal file
33
modules/dpdshipping/views/css/admin/index.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright 2024 DPD Polska Sp. z o.o.
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* Licensed under the EUPL-1.2 or later.
|
||||
* You may not use this work except in compliance with the Licence.
|
||||
*
|
||||
* You may obtain a copy of the Licence at:
|
||||
* https://joinup.ec.europa.eu/software/page/eupl
|
||||
* It is also bundled with this package in the file LICENSE.txt
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the Licence is distributed on an AS IS basis,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the Licence for the specific language governing permissions
|
||||
* and limitations under the Licence.
|
||||
*
|
||||
* @author DPD Polska Sp. z o.o.
|
||||
* @copyright 2024 DPD Polska Sp. z o.o.
|
||||
* @license https://joinup.ec.europa.eu/software/page/eupl
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
27
modules/dpdshipping/views/css/admin/shipping-detail.css
Normal file
27
modules/dpdshipping/views/css/admin/shipping-detail.css
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* Copyright 2024 DPD Polska Sp. z o.o.
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* Licensed under the EUPL-1.2 or later.
|
||||
* You may not use this work except in compliance with the Licence.
|
||||
*
|
||||
* You may obtain a copy of the Licence at:
|
||||
* https://joinup.ec.europa.eu/software/page/eupl
|
||||
* It is also bundled with this package in the file LICENSE.txt
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the Licence is distributed on an AS IS basis,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the Licence for the specific language governing permissions
|
||||
* and limitations under the Licence.
|
||||
*
|
||||
* @author DPD Polska Sp. z o.o.
|
||||
* @copyright 2024 DPD Polska Sp. z o.o.
|
||||
* @license https://joinup.ec.europa.eu/software/page/eupl
|
||||
*/
|
||||
|
||||
.dpdshipping-order-detail-shipping-subtitle {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
}
|
||||
49
modules/dpdshipping/views/css/admin/special-price.css
Normal file
49
modules/dpdshipping/views/css/admin/special-price.css
Normal file
@@ -0,0 +1,49 @@
|
||||
.pagination-button {
|
||||
display: inline-block;
|
||||
margin: 0 0.25rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
line-height: 1.5;
|
||||
color: #6c757d;
|
||||
background-color: #fff;
|
||||
border: 1px solid #6c757d;
|
||||
border-radius: 0.25rem;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.pagination-button:hover {
|
||||
background-color: #6c757d;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pagination-button.active {
|
||||
background-color: #6c757d;
|
||||
color: #fff;
|
||||
border-color: #6c757d;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.pagination-button.disabled {
|
||||
background-color: #e9ecef;
|
||||
border-color: #dee2e6;
|
||||
color: #6c757d;
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.pagination-button {
|
||||
padding: 0.4rem 0.6rem;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
#pagination-info {
|
||||
font-size: 0.875rem;
|
||||
color: #6c757d;
|
||||
margin: 8px 0;
|
||||
}
|
||||
58
modules/dpdshipping/views/css/dpdshipping-common.css
Normal file
58
modules/dpdshipping/views/css/dpdshipping-common.css
Normal file
@@ -0,0 +1,58 @@
|
||||
/*
|
||||
* Copyright 2024 DPD Polska Sp. z o.o.
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* Licensed under the EUPL-1.2 or later.
|
||||
* You may not use this work except in compliance with the Licence.
|
||||
*
|
||||
* You may obtain a copy of the Licence at:
|
||||
* https://joinup.ec.europa.eu/software/page/eupl
|
||||
* It is also bundled with this package in the file LICENSE.txt
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the Licence is distributed on an AS IS basis,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the Licence for the specific language governing permissions
|
||||
* and limitations under the Licence.
|
||||
*
|
||||
* @author DPD Polska Sp. z o.o.
|
||||
* @copyright 2024 DPD Polska Sp. z o.o.
|
||||
* @license https://joinup.ec.europa.eu/software/page/eupl
|
||||
*/
|
||||
|
||||
.dpdshipping-pudo-container span, .dpdshipping-pudo-cod-container span, .dpdshipping-pudo-swipbox-container span {
|
||||
color: #464646;
|
||||
}
|
||||
|
||||
@media (min-width: 1299px) {
|
||||
.modal-dpd-xl {
|
||||
max-width: 1200px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.dpdshipping-pudo-container, .dpdshipping-pudo-cod-container, .dpdshipping-pudo-swipbox-container {
|
||||
padding: 0 15px 15px 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 993px) {
|
||||
.dpdshipping-pudo-container, .dpdshipping-pudo-cod-container, .dpdshipping-pudo-swipbox-container {
|
||||
padding: 0 0 15px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-dpd-body {
|
||||
padding: 5px 5px 0 5px;
|
||||
}
|
||||
|
||||
.modal-dpd-content {
|
||||
padding: 0 !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.modal-dpd-footer {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
/*
|
||||
* Copyright 2024 DPD Polska Sp. z o.o.
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* Licensed under the EUPL-1.2 or later.
|
||||
* You may not use this work except in compliance with the Licence.
|
||||
*
|
||||
* You may obtain a copy of the Licence at:
|
||||
* https://joinup.ec.europa.eu/software/page/eupl
|
||||
* It is also bundled with this package in the file LICENSE.txt
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the Licence is distributed on an AS IS basis,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the Licence for the specific language governing permissions
|
||||
* and limitations under the Licence.
|
||||
*
|
||||
* @author DPD Polska Sp. z o.o.
|
||||
* @copyright 2024 DPD Polska Sp. z o.o.
|
||||
* @license https://joinup.ec.europa.eu/software/page/eupl
|
||||
*/
|
||||
|
||||
.dpdshipping-pudo-open-map-btn {
|
||||
margin-left: 5px;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-change-map-btn {
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-cod-new-point, .dpdshipping-pudo-new-point, .dpdshipping-pudo-selected-point p, .dpdshipping-pudo-cod-selected-point p, .dpdshipping-pudo-swipbox-new-point, .dpdshipping-pudo-swipbox-selected-point p {
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-cod-open-map-btn, .dpdshipping-pudo-swipbox-open-map-btn {
|
||||
margin-left: 5px;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-cod-change-map-btn, .dpdshipping-pudo-swipbox-change-map-btn {
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.container_dpdshipping_pudo_cod_warning {
|
||||
margin-top: 10px;
|
||||
}
|
||||
50
modules/dpdshipping/views/css/dpdshipping-pudo-default.css
Normal file
50
modules/dpdshipping/views/css/dpdshipping-pudo-default.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/*
|
||||
* Copyright 2024 DPD Polska Sp. z o.o.
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* Licensed under the EUPL-1.2 or later.
|
||||
* You may not use this work except in compliance with the Licence.
|
||||
*
|
||||
* You may obtain a copy of the Licence at:
|
||||
* https://joinup.ec.europa.eu/software/page/eupl
|
||||
* It is also bundled with this package in the file LICENSE.txt
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the Licence is distributed on an AS IS basis,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the Licence for the specific language governing permissions
|
||||
* and limitations under the Licence.
|
||||
*
|
||||
* @author DPD Polska Sp. z o.o.
|
||||
* @copyright 2024 DPD Polska Sp. z o.o.
|
||||
* @license https://joinup.ec.europa.eu/software/page/eupl
|
||||
*/
|
||||
|
||||
.dpdshipping-pudo-open-map-btn {
|
||||
margin-left: 5px;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-change-map-btn {
|
||||
margin-right: 15px;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-cod-new-point, .dpdshipping-pudo-new-point, .dpdshipping-pudo-selected-point p, .dpdshipping-pudo-cod-selected-point p, .dpdshipping-pudo-swipbox-new-point, .dpdshipping-pudo-swipbox-selected-point p {
|
||||
padding: 0 0 0 15px;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-cod-open-map-btn, .dpdshipping-pudo-swipbox-open-map-btn {
|
||||
margin-left: 5px;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-cod-change-map-btn, .dpdshipping-pudo-swipbox-change-map-btn {
|
||||
margin-right: 15px;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
}
|
||||
33
modules/dpdshipping/views/css/index.php
Normal file
33
modules/dpdshipping/views/css/index.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright 2024 DPD Polska Sp. z o.o.
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* Licensed under the EUPL-1.2 or later.
|
||||
* You may not use this work except in compliance with the Licence.
|
||||
*
|
||||
* You may obtain a copy of the Licence at:
|
||||
* https://joinup.ec.europa.eu/software/page/eupl
|
||||
* It is also bundled with this package in the file LICENSE.txt
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the Licence is distributed on an AS IS basis,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the Licence for the specific language governing permissions
|
||||
* and limitations under the Licence.
|
||||
*
|
||||
* @author DPD Polska Sp. z o.o.
|
||||
* @copyright 2024 DPD Polska Sp. z o.o.
|
||||
* @license https://joinup.ec.europa.eu/software/page/eupl
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
40
modules/dpdshipping/views/css/navbar.css
Normal file
40
modules/dpdshipping/views/css/navbar.css
Normal file
@@ -0,0 +1,40 @@
|
||||
/*
|
||||
* Copyright 2024 DPD Polska Sp. z o.o.
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* Licensed under the EUPL-1.2 or later.
|
||||
* You may not use this work except in compliance with the Licence.
|
||||
*
|
||||
* You may obtain a copy of the Licence at:
|
||||
* https://joinup.ec.europa.eu/software/page/eupl
|
||||
* It is also bundled with this package in the file LICENSE.txt
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the Licence is distributed on an AS IS basis,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the Licence for the specific language governing permissions
|
||||
* and limitations under the Licence.
|
||||
*
|
||||
* @author DPD Polska Sp. z o.o.
|
||||
* @copyright 2024 DPD Polska Sp. z o.o.
|
||||
* @license https://joinup.ec.europa.eu/software/page/eupl
|
||||
*/
|
||||
|
||||
.dpdshipping-logo {
|
||||
width: 30px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.dpdshipping-nav-active {
|
||||
font-weight: bold;
|
||||
border-bottom: 2px solid red;
|
||||
}
|
||||
|
||||
.table-bordered, .table-bordered td, .table-bordered th {
|
||||
border: 1px solid #bbcdd2 !important;
|
||||
}
|
||||
|
||||
.dpdshipping-box-shadow {
|
||||
box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06);
|
||||
}
|
||||
110
modules/dpdshipping/views/css/order-details.css
Normal file
110
modules/dpdshipping/views/css/order-details.css
Normal file
@@ -0,0 +1,110 @@
|
||||
/*
|
||||
* Copyright 2024 DPD Polska Sp. z o.o.
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* Licensed under the EUPL-1.2 or later.
|
||||
* You may not use this work except in compliance with the Licence.
|
||||
*
|
||||
* You may obtain a copy of the Licence at:
|
||||
* https://joinup.ec.europa.eu/software/page/eupl
|
||||
* It is also bundled with this package in the file LICENSE.txt
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the Licence is distributed on an AS IS basis,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the Licence for the specific language governing permissions
|
||||
* and limitations under the Licence.
|
||||
*
|
||||
* @author DPD Polska Sp. z o.o.
|
||||
* @copyright 2024 DPD Polska Sp. z o.o.
|
||||
* @license https://joinup.ec.europa.eu/software/page/eupl
|
||||
*/
|
||||
|
||||
.dpdshipping-logo {
|
||||
width: 25px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.dpd-shipping-generate-form .form-group {
|
||||
margin-bottom: 5px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.dpd-shipping-generate-form .form-group .form-control-label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.dpd-shipping-generate-form .form-control::placeholder {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.dpd-shipping-services .form-check {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.border-generate-shipping {
|
||||
border-right: 1px solid #e3e3e3;
|
||||
border-left: 1px solid #e3e3e3;
|
||||
}
|
||||
|
||||
@media (min-width: 1299px) {
|
||||
.modal-dpd-xl {
|
||||
max-width: 1200px;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-dpd-body {
|
||||
padding: 5px 5px 0 5px;
|
||||
}
|
||||
|
||||
.modal-dpd-content {
|
||||
padding: 0 !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.modal-dpd-footer {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-cod-container {
|
||||
padding: 0 0 15px 0;
|
||||
}
|
||||
|
||||
.additional-fields-generate-shipping {
|
||||
width: 50%;
|
||||
float: left;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.dpdshipping-pudo-change-map-btn, #form_service_cod_currency, #form_service_guarantee_value, #form_service_declared_value_currency {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.btn-icon-right {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.btn-icon-right .icon {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.dpdshipping-btn-full-width {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
padding: 15px 0 15px 5px;
|
||||
background: #f8f8f8;
|
||||
}
|
||||
|
||||
.dpdshipping-carrier-name {
|
||||
text-align: right;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user