[Redizajn 1KA] - Podatki --> Izračuni --> Ročno kodiranje - v2
This commit is contained in:
parent
e4f76dc72b
commit
d045d700e4
@ -203,7 +203,7 @@ class SurveyPostProcess {
|
||||
echo '<div class="setting_item">';
|
||||
echo '<input type="radio" name="filter" '.(count($variables)>0?'checked':'').' onclick="return false;">';
|
||||
echo '<label onclick="coding_filter($(\'#mass_coding_spr_id\').val());"> '.$lang['srv_coding_spr'].':</label>';
|
||||
echo '<select name="spr_id" id="mass_coding_spr_id" class="dropdown large" onchange="coding_filter($(\'#mass_coding_spr_id\').val()); return false;">';
|
||||
echo '<select name="spr_id" id="mass_coding_spr_id" class="dropdown medium '.(count($variables)>0?'':'disabled').'" onchange="coding_filter($(\'#mass_coding_spr_id\').val()); return false;">';
|
||||
|
||||
SurveyAnalysis::Init($this->anketa);
|
||||
$freq = SurveyAnalysis::getFrequencys();
|
||||
|
@ -404,7 +404,6 @@ function coding_filter (seq) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function coding_merge (spr_id, vre_id, usr_id, merge) {
|
||||
|
||||
if (spr_id > 0 && vre_id > 0 && merge > 0) {
|
||||
|
@ -23295,6 +23295,12 @@ div.subpage_coding .layout_right_item fieldset div#analiza_data {
|
||||
max-width: 932px;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
div.subpage_coding .layout_right_item fieldset div#analiza_data div.dataFullscreen {
|
||||
display: none;
|
||||
}
|
||||
div.subpage_coding .layout_right_item fieldset div#analiza_data div.dataSettingsBasic {
|
||||
border: none;
|
||||
}
|
||||
div.subpage_coding #dataTableScroller,
|
||||
div.subpage_coding #div_analiza_filtri_right {
|
||||
display: none;
|
||||
|
@ -54,7 +54,15 @@ div.subpage_coding {
|
||||
fieldset {
|
||||
div#analiza_data {
|
||||
max-width: 932px;
|
||||
overflow-x: scroll;
|
||||
overflow-x: scroll;
|
||||
|
||||
div.dataFullscreen{
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.dataSettingsBasic {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user