first commit
This commit is contained in:
316
modules/psgdpr/views/css/back.css
Normal file
316
modules/psgdpr/views/css/back.css
Normal file
@@ -0,0 +1,316 @@
|
||||
/**
|
||||
* Copyright since 2007 PrestaShop SA and Contributors
|
||||
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.md.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
*/
|
||||
|
||||
.dt-buttons {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.dataTables_filter {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.swal-text {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.addresses-table {
|
||||
text-align: center;
|
||||
}
|
||||
.addresses-table th {
|
||||
text-align: center;
|
||||
font-weight: bold !important;
|
||||
border-bottom: solid 2px #25b9d7 !important;
|
||||
}
|
||||
.addresses-table td {
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
.customerCards {
|
||||
padding: 15px;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
.customerCard {
|
||||
margin: 10px;
|
||||
width: calc((100% / 3) - 20px);
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.card-expander {
|
||||
transition: all 0.2s ease-in-out;
|
||||
border: solid 3px #25b9d7 !important;
|
||||
|
||||
/* width: calc(300% + 60px); */
|
||||
width: calc(300% + 40px);
|
||||
|
||||
/* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
|
||||
background-size: 100%;
|
||||
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #95e0c0), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #95e0c0), color-stop(100%, rgba(255, 255, 255, 0)));
|
||||
background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(top, #95e0c0, rgba(255, 255, 255, 0)), -moz-linear-gradient(bottom, #95e0c0, rgba(255, 255, 255, 0));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(top, #95e0c0, rgba(255, 255, 255, 0)), -webkit-linear-gradient(bottom, #95e0c0, rgba(255, 255, 255, 0));
|
||||
background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to bottom, #d4d4d4, rgba(255, 255, 255, 0)), linear-gradient(to top, #b1b1b1, rgba(255, 255, 255, 0));
|
||||
background-position: 0 0, 0 100%, 0 0, 0 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-color: white;
|
||||
background-size: 100% 5em, 100% 5em, 100% 1em, 100% 1em;
|
||||
background-attachment: local, local, scroll, scroll; */
|
||||
}
|
||||
.customerCard.is-expanded .card-expander {
|
||||
min-height: 500px;
|
||||
max-height: 500px;
|
||||
/* overflow: visible; */
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
margin-top: 30px;
|
||||
opacity: 1;
|
||||
}
|
||||
.customerCard.is-collapsed .card-expander {
|
||||
max-height: 0;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
margin-top: 0;
|
||||
opacity: 0;
|
||||
padding: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.customerCard:nth-of-type(3n+2) .card-expander {
|
||||
margin-left: calc(-100% - 20px);
|
||||
}
|
||||
.customerCard:nth-of-type(3n+3) .card-expander {
|
||||
margin-left: calc(-200% - 40px);
|
||||
}
|
||||
.customerCard:nth-of-type(3n+4) {
|
||||
clear: left;
|
||||
}
|
||||
/* .card_expander {
|
||||
width: calc(300% + 40px);
|
||||
} */
|
||||
|
||||
.card-inner {
|
||||
margin-bottom: 0px !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
.card-inner:hover {
|
||||
border: 1px solid #25b9d7 !important;
|
||||
background-color: #3ed2f01a !important;
|
||||
}
|
||||
.card-inner:hover .panel-footer {
|
||||
background-color: #ffffff1a !important;
|
||||
}
|
||||
.card-inner.active {
|
||||
border: 3px solid #25b9d7 !important;
|
||||
}
|
||||
.card-inner:after {
|
||||
display: block;
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
bottom: -33px;
|
||||
left: calc(50% - 15px);
|
||||
border-left: 15px solid transparent;
|
||||
border-right: 15px solid transparent;
|
||||
border-bottom: 15px solid #25B9D7;
|
||||
}
|
||||
.customerCard.is-collapsed .card-inner:after {
|
||||
transition: all 0.1s ease-in-out;
|
||||
content: "";
|
||||
opacity: 0;
|
||||
}
|
||||
.customerCard.is-expanded .card-inner:after {
|
||||
transition: all 0.5s ease-in-out;
|
||||
content: "";
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.notransition {
|
||||
-webkit-transition: none !important;
|
||||
-moz-transition: none !important;
|
||||
-o-transition: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
.table-header {
|
||||
color: #00aff0;
|
||||
}
|
||||
|
||||
.psgdpr-card-useful-link {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 170px;
|
||||
padding: 15px;
|
||||
background-color: white;
|
||||
margin: 5px;
|
||||
}
|
||||
.psgdpr-card-useful-link img {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.psgdpr-card-useful-link:hover {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
.psgdpr-card-useful-link:hover .card-link {
|
||||
color: #25b9d7;
|
||||
}
|
||||
|
||||
.psgdpr-card {
|
||||
cursor: pointer;
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
border: 2px solid #bbcdd2;
|
||||
background-color: white;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.psgdpr-card:hover {
|
||||
border: 4px solid #25b9d7;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.psgdpr-card:hover .card-title {
|
||||
color: #25b9d7;
|
||||
}
|
||||
|
||||
.panel-box {
|
||||
border-radius: 0px !important;
|
||||
background-color: #F5F5F5 !important;
|
||||
}
|
||||
|
||||
.panel-box h3 {
|
||||
background-color: white !important;
|
||||
margin: -20px -20px 15px -20px !important;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.right-panel {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.addons-title {
|
||||
margin: 1em 0;
|
||||
padding-left: 20px;
|
||||
/* background-color: #e8faff; */
|
||||
border-left: 4px solid #2eacce;
|
||||
font-size: 18px !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.addons-number-fields {
|
||||
display: block;
|
||||
width: 22%;
|
||||
height: 31px;
|
||||
padding: 6px 8px;
|
||||
font-size: 12px;
|
||||
line-height: 1.42857;
|
||||
color: #555;
|
||||
background-color: #F5F8F9;
|
||||
background-image: none;
|
||||
border: 1px solid #C7D6DB;
|
||||
border-radius: 3px;
|
||||
-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
|
||||
-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
|
||||
transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s
|
||||
}
|
||||
|
||||
.addons-inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.addons-text {
|
||||
padding: 14px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.addons-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.titleinfos{
|
||||
text-align: center;
|
||||
padding-top: 10%;
|
||||
}
|
||||
.logos
|
||||
{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
vertical-align: middle;
|
||||
line-height: 50px;
|
||||
}
|
||||
.infos{
|
||||
margin: auto;
|
||||
}
|
||||
.card-title-size{
|
||||
text-align: center;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.card-text{
|
||||
text-align: center;
|
||||
}
|
||||
.card-header{
|
||||
margin-top: 10%;
|
||||
}
|
||||
.card-body{
|
||||
display: inline-block;
|
||||
}
|
||||
.data-card{
|
||||
height: auto;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.registered-modules {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
/* padding: 15px; */
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.module-card {
|
||||
width: 150px;
|
||||
height: 100px;
|
||||
background-color: white;
|
||||
margin: 5px;
|
||||
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
|
||||
}
|
||||
.module-card:hover {
|
||||
/* border: 2px solid #bbcdd2; */
|
||||
}
|
||||
.module-card-content {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
}
|
||||
.module-card-img {
|
||||
text-align: center;
|
||||
}
|
||||
.module-card-title {
|
||||
margin: 0 auto;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
.module-card-img {
|
||||
text-align: center;
|
||||
}
|
||||
44
modules/psgdpr/views/css/customerPersonalData.css
Normal file
44
modules/psgdpr/views/css/customerPersonalData.css
Normal file
@@ -0,0 +1,44 @@
|
||||
/**
|
||||
* Copyright since 2007 PrestaShop SA and Contributors
|
||||
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.md.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
*/
|
||||
|
||||
#exportDataToCsv {
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#exportDataToPdf {
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.psgdprinfo17 {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
background: #f1f1f1;
|
||||
padding: 20px;
|
||||
}
|
||||
.psgdprgetdatabtn17 {
|
||||
float: right;
|
||||
}
|
||||
.psgdprinfo16 {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.psgdprgetdatabtn16{
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
15
modules/psgdpr/views/css/datatables.min.css
vendored
Normal file
15
modules/psgdpr/views/css/datatables.min.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* This combined file was created by the DataTables downloader builder:
|
||||
* https://datatables.net/download
|
||||
*
|
||||
* To rebuild or modify this file with the latest versions of the included
|
||||
* software please visit:
|
||||
* https://datatables.net/download/#bs/dt-1.10.16
|
||||
*
|
||||
* Included libraries:
|
||||
* DataTables 1.10.16
|
||||
*/
|
||||
|
||||
table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'FontAwesome';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\f160"}table.dataTable thead .sorting_asc:after{content:"\f160"}table.dataTable thead .sorting_desc:after{content:"\f161"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}
|
||||
|
||||
|
||||
83
modules/psgdpr/views/css/faq.css
Normal file
83
modules/psgdpr/views/css/faq.css
Normal file
@@ -0,0 +1,83 @@
|
||||
#faq span.faq-h1 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#faq span.faq-h2 {
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
#faq span.faq-h2:hover {
|
||||
color: #25B9D7;
|
||||
}
|
||||
#faq span.faq-h2.faq-open {
|
||||
color: #25B9D7;
|
||||
font-weight: bold;
|
||||
}
|
||||
#faq span.faq-h2 i {
|
||||
font-size: 13px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
#faq > ul {
|
||||
list-style: none;
|
||||
}
|
||||
#faq > ul > li {
|
||||
list-style: none;
|
||||
padding: 5px
|
||||
}
|
||||
#faq .faq-text {
|
||||
padding: 15px 15px;
|
||||
background: #f7f7f7;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.helpContentParent {
|
||||
overflow:hidden;
|
||||
}
|
||||
.helpContentLeft {
|
||||
float:left;
|
||||
width:30%;
|
||||
border-right:1px solid #555;
|
||||
overflow:hidden;
|
||||
}
|
||||
.helpContentLeft > .left {
|
||||
float:left;
|
||||
width:20%;
|
||||
}
|
||||
.helpContentLeft > .left img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.helpContentLeft > .right {
|
||||
float:left;
|
||||
width:80%;
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
padding: 0 5%;
|
||||
}
|
||||
.helpContentRight {
|
||||
float:right;
|
||||
width:70%;
|
||||
/*border-left:1px solid #16222c;*/
|
||||
}
|
||||
.helpContentRight-sub{
|
||||
margin-left:50px;
|
||||
}
|
||||
.numberCircle {
|
||||
border-radius: 50%;
|
||||
float:left;
|
||||
margin-right: 10px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
/*padding: 8px;*/
|
||||
background: #fff;
|
||||
border: 2px solid #666;
|
||||
color: #555;
|
||||
text-align: center;
|
||||
font: 14px Arial, sans-serif;
|
||||
}
|
||||
.numberCircleText {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
5
modules/psgdpr/views/css/fontawesome-all.min.css
vendored
Normal file
5
modules/psgdpr/views/css/fontawesome-all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
18
modules/psgdpr/views/css/front.css
Normal file
18
modules/psgdpr/views/css/front.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Copyright since 2007 PrestaShop SA and Contributors
|
||||
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.md.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
*/
|
||||
28
modules/psgdpr/views/css/index.php
Normal file
28
modules/psgdpr/views/css/index.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright since 2007 PrestaShop SA and Contributors
|
||||
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.md.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
*/
|
||||
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;
|
||||
26
modules/psgdpr/views/css/overrideAddress.css
Normal file
26
modules/psgdpr/views/css/overrideAddress.css
Normal file
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* Copyright since 2007 PrestaShop SA and Contributors
|
||||
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
||||
* that is bundled with this package in the file LICENSE.md.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* https://opensource.org/licenses/AFL-3.0
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
*/
|
||||
|
||||
#addressShipping {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#addressInvoice {
|
||||
visibility: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user