Merge branch 'master' of https://git.1ka.si/git/1ka
This commit is contained in:
commit
2e9b31a385
@ -47,16 +47,16 @@ else {
|
|||||||
}
|
}
|
||||||
//grey row
|
//grey row
|
||||||
if (grey_row_count == 1){
|
if (grey_row_count == 1){
|
||||||
text_box3_p.innerHTML = ' <span class="num_of_surveys" id="num_of_surveys1"> '+grey_row_count+' </span>anketa lahko vsebuje GDPR občutljive podatke';
|
text_box3_p.innerHTML = ' <span class="num_of_surveys" id="num_of_surveys1"> '+grey_row_count+' </span>anketa ne vsebuje GDPR občutljivih podatkov';
|
||||||
}
|
}
|
||||||
else if (grey_row_count == 2){
|
else if (grey_row_count == 2){
|
||||||
text_box3_p.innerHTML = ' <span class="num_of_surveys" id="num_of_surveys1"> '+grey_row_count+' </span>anketi lahko vsebujeta GDPR občutljive podatke';
|
text_box3_p.innerHTML = ' <span class="num_of_surveys" id="num_of_surveys1"> '+grey_row_count+' </span>anketi ne vsebujeta GDPR občutljivih podatkov';
|
||||||
}
|
}
|
||||||
else if (grey_row_count == 3){
|
else if (grey_row_count == 3){
|
||||||
text_box3_p.innerHTML = ' <span class="num_of_surveys" id="num_of_surveys1"> '+grey_row_count+' </span>ankete lahko vsebujejo GDPR občutljive podatke';
|
text_box3_p.innerHTML = ' <span class="num_of_surveys" id="num_of_surveys1"> '+grey_row_count+' </span>ankete ne vsebujejo GDPR občutljivih podatkov';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
text_box3_p.innerHTML = ' <span class="num_of_surveys" id="num_of_surveys1"> '+grey_row_count+' </span>anket lahko vsebuje GDPR občutljive podatke';
|
text_box3_p.innerHTML = ' <span class="num_of_surveys" id="num_of_surveys1"> '+grey_row_count+' </span>anket ne vsebuje GDPR občutljivih podatkov';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Seznam anket - togle checkbox prikaz anket
|
// Seznam anket - togle checkbox prikaz anket
|
||||||
|
@ -10167,6 +10167,7 @@ div .table-horizontal-scroll-wrapper2 table {
|
|||||||
#anketa_edit .page_num_fieldset {
|
#anketa_edit .page_num_fieldset {
|
||||||
border: unset;
|
border: unset;
|
||||||
border-top: 1px dashed #E5E5E5;
|
border-top: 1px dashed #E5E5E5;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_num_fieldset {
|
.page_num_fieldset {
|
||||||
@ -30053,6 +30054,7 @@ iframe#ifmcontentstoprint {
|
|||||||
.analysis_icons_holder {
|
.analysis_icons_holder {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
box-shadow: 0px 0px 7px 0px #0000001F;
|
||||||
}
|
}
|
||||||
.analysis_icons_holder .icon_box {
|
.analysis_icons_holder .icon_box {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
|
@ -110,6 +110,8 @@ div {
|
|||||||
#anketa_edit .page_num_fieldset{
|
#anketa_edit .page_num_fieldset{
|
||||||
border: unset;
|
border: unset;
|
||||||
border-top: 1px dashed #E5E5E5;
|
border-top: 1px dashed #E5E5E5;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_num_fieldset{
|
.page_num_fieldset{
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
box-shadow: 0px 0px 7px 0px #0000001F;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user