[Redizajn 1KA] Popupi: Podatki > Izračuni > Rekodiranje - Dodaj - v3
This commit is contained in:
parent
fa8a87b1ab
commit
76c9a62429
@ -730,29 +730,31 @@ class RecodeValues {
|
||||
//echo '<table style="width:65% !important;">';
|
||||
echo '<table class="question_recode_table">';
|
||||
echo '<tr>';
|
||||
echo '<th class="halfWidth center" colspan="2">';
|
||||
echo '<th class="main_head center" colspan="2">';
|
||||
echo $lang['srv_recode_original'];
|
||||
echo '</th>';
|
||||
echo '<th class="halfWidth center" rowspan="2" style="vertical-align:top;">';
|
||||
echo '<th class="main_head center" style="vertical-align:top;">';
|
||||
echo $lang['srv_recode_to'];
|
||||
echo '</th>';
|
||||
echo '</tr>';
|
||||
|
||||
echo '<tr>';
|
||||
echo '<th class="halfWidth anl_ac">';
|
||||
echo '<th class="dark">';
|
||||
echo $lang['srv_label'];
|
||||
echo '</th>';
|
||||
echo '<th class="halfWidth anl_ac">';
|
||||
echo '<th class="dark center">';
|
||||
echo $lang['srv_vrednost'];
|
||||
echo '</th>';
|
||||
echo '<th>';
|
||||
echo '</th>';
|
||||
echo '</tr>';
|
||||
|
||||
foreach (self::$variables AS $vKey => $variable) {
|
||||
echo '<tr>';
|
||||
echo '<td class="anl_ac">';
|
||||
echo '<td class="labela">';
|
||||
echo $variable['naslov'];
|
||||
echo '</td>';
|
||||
echo '<td class="anl_ac">';
|
||||
echo '<td class="center">';
|
||||
echo ' ['.$variable['variable'].']';
|
||||
echo '</td>';
|
||||
echo '<td>';
|
||||
|
@ -8539,6 +8539,22 @@ div#div_condition_editing div#div_condition_editing_container div#div_condition_
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
table.question_recode_table {
|
||||
border: 1px solid #E5E5E5;
|
||||
}
|
||||
table.question_recode_table td, table.question_recode_table th {
|
||||
border-left: 1px solid #E5E5E5;
|
||||
}
|
||||
table.question_recode_table td.main_head, table.question_recode_table th.main_head {
|
||||
width: 50%;
|
||||
}
|
||||
table.question_recode_table td.dark, table.question_recode_table th.dark {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
table.question_recode_table td.labela, table.question_recode_table th.labela {
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
div.column.variable select {
|
||||
margin-left: 8px !important;
|
||||
}
|
||||
|
@ -505,6 +505,28 @@ div#div_condition_editing {
|
||||
}
|
||||
}
|
||||
|
||||
table.question_recode_table {
|
||||
|
||||
border: 1px solid $gray;
|
||||
|
||||
td,th {
|
||||
border-left: 1px solid $gray;
|
||||
|
||||
&.main_head {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
&.dark {
|
||||
background-color: $light-gray2;
|
||||
}
|
||||
|
||||
&.labela {
|
||||
width: 190px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//Izbira spremenljivke pri kalkulaciji
|
||||
|
||||
div.column.variable {
|
||||
|
Loading…
x
Reference in New Issue
Block a user