[Redizajn 1KA] Popupi: Analize > Multitabele - Edit - v2

This commit is contained in:
tejagerjovic 2022-06-07 04:28:35 +02:00
parent c5330f784d
commit cd70890f26
6 changed files with 53 additions and 38 deletions

View File

@ -2182,9 +2182,9 @@ class SurveyMultiCrosstabs {
echo '</span>'; echo '</span>';
// Cas kreiranja tabele // Cas kreiranja tabele
echo '<div style="float:right; text-align:right;">'; echo '<div id="table_create_time">';
$time_created = strtotime($current_table['time_created']); $time_created = strtotime($current_table['time_created']);
echo $lang['srv_multicrosstabs_tables_time'].': <span class="bold">'.date("d.m.Y H:i", $time_created).'</span><br />'; echo $lang['srv_multicrosstabs_tables_time'].': <span class="bold">'.date("d.m.Y H:i", $time_created).'</span>';
echo '</div>'; echo '</div>';

View File

@ -8586,6 +8586,11 @@ div#mc_table_settings form {
padding: 0; padding: 0;
} }
#table_create_time {
margin: 16px 0 32px 0;
text-align: right;
}
div#div_analiza_archive_name { div#div_analiza_archive_name {
width: 900px !important; width: 900px !important;
} }
@ -26849,10 +26854,6 @@ div.no_data_alert div#buttons button::first-letter {
text-transform: uppercase; text-transform: uppercase;
} }
.printHide {
display: none !important;
}
#div_analiza_data:not(.anal_arch) .div_analiza_holder, #div_analiza_data:not(.anal_arch) .div_analiza_holder,
#div_means_data .div_analiza_holder, #div_means_data .div_analiza_holder,
#div_break_data .div_analiza_holder, #div_break_data .div_analiza_holder,
@ -30685,13 +30686,15 @@ input#endDate {
line-height: 20px; line-height: 20px;
background-color: white; background-color: white;
display: none; display: none;
position: fixed; position: absolute;
left: calc(50% - 275px);
top: 40vh;
z-index: 999; z-index: 999;
height: auto; left: calc(50% - 300px);
margin: 10px; top: 40%;
padding: 20px;
width: 550px; width: 550px;
background-color: #FFFFFF;
border-left: 6px #1E88E5 solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
} }
#newMCTable .popup_close { #newMCTable .popup_close {
position: absolute !important; position: absolute !important;
@ -30872,13 +30875,15 @@ input#endDate {
line-height: 20px; line-height: 20px;
background-color: white; background-color: white;
display: none; display: none;
position: fixed; position: absolute;
left: calc(50% - 275px);
top: 40vh;
z-index: 999; z-index: 999;
height: auto; left: calc(50% - 300px);
margin: 10px; top: 40%;
padding: 20px;
width: 550px; width: 550px;
background-color: #FFFFFF;
border-left: 6px #1E88E5 solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
} }
#renameMCTable .popup_close { #renameMCTable .popup_close {
position: absolute !important; position: absolute !important;
@ -31059,13 +31064,15 @@ input#endDate {
line-height: 20px; line-height: 20px;
background-color: white; background-color: white;
display: none; display: none;
position: fixed; position: absolute;
left: calc(50% - 275px);
top: 40vh;
z-index: 999; z-index: 999;
height: auto; left: calc(50% - 300px);
margin: 10px; top: 40%;
padding: 20px;
width: 550px; width: 550px;
background-color: #FFFFFF;
border-left: 6px #1E88E5 solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
} }
#deleteMCTable .popup_close { #deleteMCTable .popup_close {
position: absolute !important; position: absolute !important;

View File

@ -294,13 +294,17 @@ and open the template in the editor.
@include popup_general(); @include popup_general();
display: none; display: none;
position: fixed; position: absolute;
left: calc(50% - 275px); z-index: 20;
top: 40vh;
z-index: 999; left: calc(50% - 300px);
top: 40%;
padding: 20px;
width: 550px;
margin: 10px; background-color: white;
width: 550px; border-left: 6px $blue solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
} }
/*new table popup*/ /*new table popup*/

View File

@ -583,6 +583,11 @@ div#mc_table_settings {
} }
} }
#table_create_time {
margin: 16px 0 32px 0;
text-align: right;
}
//Pošilji arhiv //Pošilji arhiv
div#div_analiza_archive_name { div#div_analiza_archive_name {
width: 900px !important; width: 900px !important;

View File

@ -40,14 +40,17 @@
@include popup_general(); @include popup_general();
display: none; display: none;
position: fixed; position: absolute;
left: calc(50% - 275px); z-index: 999;
top: 40vh;
z-index: 999; left: calc(50% - 300px);
height: auto; top: 40%;
padding: 20px;
width: 550px;
margin: 10px; background-color: $white;
width: 550px; border-left: 6px $blue solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
} }

View File

@ -34,8 +34,4 @@ div.no_data_alert {
text-transform: uppercase; text-transform: uppercase;
} }
} }
}
.printHide{
display: none !important;
} }