Redesign - popravki napak - porocilo po meri, analize
This commit is contained in:
parent
d8baef60cc
commit
af2b211d63
@ -367,7 +367,7 @@ class SurveyCustomReport {
|
||||
|
||||
if(SurveyInfo::getInstance()->getSurveyColumn("survey_type") != 0){
|
||||
echo '<option value="5" '.($reportElement['type'] == 5 ? 'selected="selected"' : '').'>'.$lang['srv_crosstabs'].'</option>';
|
||||
echo '<option value="10" '.($reportElement['type'] == 10 ? 'selected="selected"' : '').'>'.$lang['srv_multicrosstab'].'</option>';
|
||||
//echo '<option value="10" '.($reportElement['type'] == 10 ? 'selected="selected"' : '').'>'.$lang['srv_multicrosstab'].'</option>';
|
||||
echo '<option value="6" '.($reportElement['type'] == 6 ? 'selected="selected"' : '').'>'.$lang['srv_means_label'].'</option>';
|
||||
echo '<option value="7" '.($reportElement['type'] == 7 ? 'selected="selected"' : '').'>'.$lang['srv_ttest'].'</option>';
|
||||
echo '<option value="9" '.($reportElement['type'] == 9 ? 'selected="selected"' : '').'>'.$lang['srv_break'].'</option>';
|
||||
@ -472,8 +472,11 @@ class SurveyCustomReport {
|
||||
echo '</select>';
|
||||
|
||||
// Izbira podtipa (tabela / graf)
|
||||
echo ' <input style="margin-left:20px;" type="radio" value="0" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 0 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />Tabela ';
|
||||
echo '<input type="radio" value="1" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 1 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />Graf';
|
||||
echo ' <input style="margin-left:16px;" type="radio" value="0" id="report_element_sub_type_'.$reportElement['id'].'_0" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 0 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />';
|
||||
echo ' <label for="report_element_sub_type_'.$reportElement['id'].'_0">'.$lang['srv_table'].'</label>';
|
||||
|
||||
echo ' <input type="radio" value="1" id="report_element_sub_type_'.$reportElement['id'].'_1" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 1 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />';
|
||||
echo ' <label for="report_element_sub_type_'.$reportElement['id'].'_1">'.$lang['srv_chart'].'</label>';
|
||||
}
|
||||
|
||||
// Nastavitve za MULTICROSSTABE
|
||||
@ -557,8 +560,11 @@ class SurveyCustomReport {
|
||||
|
||||
|
||||
// Izbira podtipa (tabela / graf)
|
||||
echo ' <input style="margin-left:20px;" type="radio" value="0" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 0 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />Tabela ';
|
||||
echo '<input type="radio" value="1" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 1 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />Graf';
|
||||
echo ' <input style="margin-left:16px;" type="radio" value="0" id="report_element_sub_type_'.$reportElement['id'].'_0" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 0 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />';
|
||||
echo ' <label for="id="report_element_sub_type_'.$reportElement['id'].'_0">'.$lang['srv_table'].'</label>';
|
||||
|
||||
echo ' <input type="radio" value="1" id="report_element_sub_type_'.$reportElement['id'].'_1" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 1 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />';
|
||||
echo ' <label for="id="report_element_sub_type_'.$reportElement['id'].'_1">'.$lang['srv_chart'].'</label>';
|
||||
}
|
||||
|
||||
// Nastavitve za TTEST
|
||||
@ -619,8 +625,11 @@ class SurveyCustomReport {
|
||||
|
||||
|
||||
// Izbira podtipa (tabela / graf)
|
||||
echo ' <input style="margin-left:20px;" type="radio" value="0" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 0 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />Tabela ';
|
||||
echo '<input type="radio" value="1" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 1 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />Graf';
|
||||
echo ' <input style="margin-left:16px;" type="radio" value="0" id="report_element_sub_type_'.$reportElement['id'].'_0" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 0 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />';
|
||||
echo ' <label for="report_element_sub_type_'.$reportElement['id'].'_0">'.$lang['srv_table'].'</label>';
|
||||
|
||||
echo ' <input type="radio" value="1" id="report_element_sub_type_'.$reportElement['id'].'_1" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 1 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />';
|
||||
echo ' <label for="report_element_sub_type_'.$reportElement['id'].'_1">'.$lang['srv_chart'].'</label>';
|
||||
|
||||
|
||||
// Izbira dveh podvariabel za prvo variablo
|
||||
@ -694,8 +703,11 @@ class SurveyCustomReport {
|
||||
echo '</select>';
|
||||
|
||||
// Izbira podtipa (tabela / graf)
|
||||
echo ' <input style="margin-left:20px;" type="radio" value="0" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 0 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />'.$lang['srv_table'];
|
||||
echo ' <input type="radio" value="1" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 1 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />'.$lang['srv_chart'];
|
||||
echo ' <input style="margin-left:16px;" type="radio" value="0" id="report_element_sub_type_'.$reportElement['id'].'_0" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 0 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />';
|
||||
echo ' <label for="report_element_sub_type_'.$reportElement['id'].'_0">'.$lang['srv_table'].'</label>';
|
||||
|
||||
echo ' <input type="radio" value="1" id="report_element_sub_type_'.$reportElement['id'].'_1" name="report_element_sub_type_'.$reportElement['id'].'" '.($reportElement['sub_type'] == 1 ? 'checked="checked"' : '').' onClick="editCustomReportElement(\''.$reportElement['id'].'\', \'sub_type\', this.value)" />';
|
||||
echo ' <label for="report_element_sub_type_'.$reportElement['id'].'_1">'.$lang['srv_chart'].'</label>';
|
||||
}
|
||||
|
||||
echo '</div>';
|
||||
@ -723,7 +735,7 @@ class SurveyCustomReport {
|
||||
function displayTTestSubVar($reportElement){
|
||||
global $lang;
|
||||
|
||||
echo '<div id="ttestVariablesSpan" style="margin: 10px 0 10px 80px;">';
|
||||
echo '<div id="ttestVariablesSpan" style="margin: 0 0 0 32px;">';
|
||||
|
||||
$ttestData1 = explode("-", $reportElement['spr1']);
|
||||
$spr = $ttestData1[1];
|
||||
@ -745,7 +757,8 @@ class SurveyCustomReport {
|
||||
$checked = ($check1 == $spr.'_'.$sekvenca.'_'.$value || $check2 == $spr.'_'.$sekvenca.'_'.$value) ? true : false;
|
||||
$disabled = ($check1 != null && $check2 != null && !$checked) ? ' disabled="disabled"' : '';
|
||||
|
||||
echo '<label '.($disabled == ' disabled="disabled"' ? 'class="gray"' : '').'><input name="subTtest" class="subTtest_'.$reportElement['id'].'" type="checkbox" value="'.$spr.'_'.$sekvenca.'_'.$value.'" '.($checked ? ' checked="checked"' : '').' onchange="editCustomReportTTestVar(\''.$reportElement['id'].'\');" '.$disabled.' />('.$value.') - '.$option.'</label><br/>';
|
||||
echo '<input id="subTtest_'.$reportElement['id'].'_'.$value.'" name="subTtest" class="subTtest_'.$reportElement['id'].'" type="checkbox" value="'.$spr.'_'.$sekvenca.'_'.$value.'" '.($checked ? ' checked="checked"' : '').' onchange="editCustomReportTTestVar(\''.$reportElement['id'].'\');" '.$disabled.' />';
|
||||
echo '<label for="subTtest_'.$reportElement['id'].'_'.$value.'" '.($disabled == ' disabled="disabled"' ? 'class="gray"' : '').'>('.$value.') - '.$option.'</label><br/>';
|
||||
}
|
||||
break;
|
||||
|
||||
@ -756,7 +769,8 @@ class SurveyCustomReport {
|
||||
$checked = ($check1 == $spr.'_'.$variable['sequence'].'_'.$option || $check2 == $spr.'_'.$variable['sequence'].'_'.$option) ? true : false;
|
||||
$disabled = ($check1 != null && $check2 != null && !$checked) ? ' disabled="disabled"' : '';
|
||||
|
||||
echo '<label '.($disabled == ' disabled="disabled"' ? 'class="gray"' : '').'><input name="subTtest" class="subTtest_'.$reportElement['id'].'" type="checkbox" value="'.$spr.'_'.$variable['sequence'].'_'.$option.'" '.($checked ? ' checked="checked"' : '').' onchange="editCustomReportTTestVar(\''.$reportElement['id'].'\');" '.$disabled.' />('.$variable['variable'].') - '.$variable['naslov'].'</label><br/>';
|
||||
echo '<input id="subTtest_'.$reportElement['id'].'_'.$variable['variable'].'" name="subTtest" class="subTtest_'.$reportElement['id'].'" type="checkbox" value="'.$spr.'_'.$variable['sequence'].'_'.$option.'" '.($checked ? ' checked="checked"' : '').' onchange="editCustomReportTTestVar(\''.$reportElement['id'].'\');" '.$disabled.' />';
|
||||
echo '<label for="subTtest_'.$reportElement['id'].'_'.$variable['variable'].'" '.($disabled == ' disabled="disabled"' ? 'class="gray"' : '').'>('.$variable['variable'].') - '.$variable['naslov'].'</label><br/>';
|
||||
}
|
||||
break;
|
||||
|
||||
@ -768,20 +782,22 @@ class SurveyCustomReport {
|
||||
$checked = ($check1 == $spr.'_'.$sekvenca.'_'.$value || $check2 == $spr.'_'.$sekvenca.'_'.$value) ? true : false;
|
||||
$disabled = ($check1 != null && $check2 != null && !$checked) ? ' disabled="disabled"' : '';
|
||||
|
||||
echo '<label '.($disabled == ' disabled="disabled"' ? 'class="gray"' : '').'><input name="subTtest" class="subTtest_'.$reportElement['id'].'" type="checkbox" value="'.$spr.'_'.$sekvenca.'_'.$value.'" '.($checked ? ' checked="checked"' : '').' onchange="editCustomReportTTestVar(\''.$reportElement['id'].'\');" '.$disabled.' />('.$value.') - '.$option.'</label><br/>';
|
||||
echo '<input id="subTtest_'.$reportElement['id'].'_'.$value.'" name="subTtest" class="subTtest_'.$reportElement['id'].'" type="checkbox" value="'.$spr.'_'.$sekvenca.'_'.$value.'" '.($checked ? ' checked="checked"' : '').' onchange="editCustomReportTTestVar(\''.$reportElement['id'].'\');" '.$disabled.' />';
|
||||
echo '<label for="subTtest_'.$reportElement['id'].'_'.$value.'" '.($disabled == ' disabled="disabled"' ? 'class="gray"' : '').'>('.$value.') - '.$option.'</label><br/>';
|
||||
}
|
||||
break;
|
||||
|
||||
case 16: #mcheck
|
||||
#nardimo inpute za vse opcije
|
||||
# poi<EFBFBD><EFBFBD>emo pripadajo<6A>o sekvenco
|
||||
# poiščemo pripadajočo sekvenco
|
||||
#nardimo inpute za vse opcije
|
||||
$option = '1';
|
||||
foreach ($_spr_data['grids'][$grid]['variables'] as $vid => $variable) {
|
||||
$checked = ($check1 == $spr.'_'.$variable['sequence'].'_'.$option || $check2 == $spr.'_'.$variable['sequence'].'_'.$option) ? true : false;
|
||||
$disabled = ($check1 != null && $check2 != null && !$checked) ? ' disabled="disabled"' : '';
|
||||
|
||||
echo '<label '.($disabled == ' disabled="disabled"' ? 'class="gray"' : '').'><input name="subTtest" class="subTtest_'.$reportElement['id'].'" type="checkbox" value="'.$spr.'_'.$variable['sequence'].'_'.$option.'" '.($checked ? ' checked="checked"' : '').' onchange="editCustomReportTTestVar(\''.$reportElement['id'].'\');" '.$disabled.' />('.$variable['variable'].') - '.$variable['naslov'].'</label><br/>';
|
||||
echo '<input id="subTtest_'.$reportElement['id'].'_'.$variable['variable'].'" name="subTtest" class="subTtest_'.$reportElement['id'].'" type="checkbox" value="'.$spr.'_'.$variable['sequence'].'_'.$option.'" '.($checked ? ' checked="checked"' : '').' onchange="editCustomReportTTestVar(\''.$reportElement['id'].'\');" '.$disabled.' />';
|
||||
echo '<label for="subTtest_'.$reportElement['id'].'_'.$variable['variable'].'" '.($disabled == ' disabled="disabled"' ? 'class="gray"' : '').'>('.$variable['variable'].') - '.$variable['naslov'].'</label><br/>';
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -8778,25 +8778,28 @@ class SurveyChart {
|
||||
global $site_path;
|
||||
global $lang;
|
||||
|
||||
echo '<div class="chart_settings_content">';
|
||||
|
||||
//echo '<span class="title">'.$lang['srv_chart_settings'].'</span>';
|
||||
|
||||
|
||||
echo '<div class="chart_settings_inner">';
|
||||
echo '<span class="title">'.$lang['srv_chart_settings'].'</span>';
|
||||
|
||||
// Poravnava texta
|
||||
echo '<div class="chart_setting">';
|
||||
|
||||
echo ' <input type="checkbox" id="chart_other_otherType_'.$spid.'_loop_'.self::$current_loop.'" name="chart_other_otherType" '.(self::$settings['otherType']=='1'?' checked="checked"':'').' onchange="changeOther(\''.$spid.'\', \'otherType\', \''.self::$current_loop.'\');">';
|
||||
echo ' <label for="chart_other_otherType_'.$spid.'_loop_'.self::$current_loop.'">'.$lang['srv_chart_table_align'].'</label>';
|
||||
|
||||
echo '</div>';
|
||||
|
||||
// Prikaz frekvenc
|
||||
echo '<div class="chart_setting">';
|
||||
|
||||
echo ' <input type="checkbox" id="chart_other_otherFreq_'.$spid.'_loop_'.self::$current_loop.'" name="chart_other_otherFreq" '.(self::$settings['otherFreq']=='1'?' checked="checked"':'').' onchange="changeOther(\''.$spid.'\', \'otherFreq\', \''.self::$current_loop.'\');">';
|
||||
echo ' <label for="chart_other_otherFreq_'.$spid.'_loop_'.self::$current_loop.'">'.$lang['srv_chart_table_freq'].'</label>';
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>';
|
||||
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
|
@ -256,7 +256,7 @@ class SurveyMultiCrosstabs {
|
||||
$this->getSelectedVars();
|
||||
|
||||
// Zvezdica za creport - ce smo v custom reportu tega ne izpisemo
|
||||
if($_GET['m'] != 'analysis_creport'){
|
||||
/*if($_GET['m'] != 'analysis_creport'){
|
||||
|
||||
echo '<div class="mc_table_top_settings">';
|
||||
|
||||
@ -264,7 +264,7 @@ class SurveyMultiCrosstabs {
|
||||
SurveyAnalysisHelper::getInstance()->addCustomReportElement($type=10, $sub_type=0, $spr1=$this->table_id);
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
}*/
|
||||
|
||||
echo '<table id="'.$this->table_id.'" cellspacing="0" cellpadding="0" class="mc_table">';
|
||||
|
||||
|
@ -27227,7 +27227,11 @@ iframe#ifmcontentstoprint {
|
||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder table.table_crosstab table.cell_table > tbody > tr table.cell_table tr td:last-child {
|
||||
border-right: 0;
|
||||
}
|
||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder #crosstab_legend {
|
||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder .crosstab_chart_holder {
|
||||
margin: 16px auto 0 auto;
|
||||
}
|
||||
|
||||
#crosstab_legend {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: fit-content;
|
||||
@ -27237,23 +27241,23 @@ iframe#ifmcontentstoprint {
|
||||
border: 1px solid #E5E5E5;
|
||||
border-radius: 2px;
|
||||
}
|
||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder #crosstab_legend .crosstab_legend_line {
|
||||
#crosstab_legend .crosstab_legend_line {
|
||||
display: flex;
|
||||
}
|
||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder #crosstab_legend .crosstab_legend_line:nth-child(2) {
|
||||
#crosstab_legend .crosstab_legend_line:nth-child(2) {
|
||||
margin-left: 32px;
|
||||
}
|
||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder #crosstab_legend .crosstab_legend_line .title {
|
||||
#crosstab_legend .crosstab_legend_line .title {
|
||||
margin-right: 8px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder #crosstab_legend .crosstab_legend_line .trak {
|
||||
#crosstab_legend .crosstab_legend_line .trak {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder #crosstab_legend .crosstab_legend_line .trak div {
|
||||
#crosstab_legend .crosstab_legend_line .trak div {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
font-weight: 400;
|
||||
@ -27261,52 +27265,64 @@ iframe#ifmcontentstoprint {
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
}
|
||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder .crosstab_chart_holder {
|
||||
margin: 16px auto 0 auto;
|
||||
}
|
||||
#div_analiza_data.crosstabs .ctbChck_sp0 {
|
||||
|
||||
.ctbChck_sp0 {
|
||||
background-color: #fcfcfc !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .ctbChck_sp1 {
|
||||
|
||||
.ctbChck_sp1 {
|
||||
background-color: #FEFFE3 !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .ctbChck_sp2 {
|
||||
|
||||
.ctbChck_sp2 {
|
||||
background-color: #FCFFC2 !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .ctbChck_sp3 {
|
||||
|
||||
.ctbChck_sp3 {
|
||||
background-color: #FBFFA8 !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .crossCheck_EC {
|
||||
|
||||
.crossCheck_EC {
|
||||
background-color: #FFFAE8 !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .crossCheck_RE {
|
||||
|
||||
.crossCheck_RE {
|
||||
background-color: #FFF6D1 !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .crossCheck_SR {
|
||||
|
||||
.crossCheck_SR {
|
||||
background-color: #FFECA2 !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .crossCheck_AR {
|
||||
|
||||
.crossCheck_AR {
|
||||
background-color: #FFDA46 !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .rsdl_bck0 {
|
||||
|
||||
.rsdl_bck0 {
|
||||
background-color: white !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .rsdl_bck1 {
|
||||
|
||||
.rsdl_bck1 {
|
||||
background-color: #fae2e2 !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .rsdl_bck2 {
|
||||
|
||||
.rsdl_bck2 {
|
||||
background-color: #ff9d9d !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .rsdl_bck3 {
|
||||
|
||||
.rsdl_bck3 {
|
||||
background-color: #f84242 !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .rsdl_bck4 {
|
||||
|
||||
.rsdl_bck4 {
|
||||
background-color: #E8F1FF !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .rsdl_bck5 {
|
||||
|
||||
.rsdl_bck5 {
|
||||
background-color: #B9D5FF !important;
|
||||
}
|
||||
#div_analiza_data.crosstabs .rsdl_bck6 {
|
||||
|
||||
.rsdl_bck6 {
|
||||
background-color: #74ACFF !important;
|
||||
}
|
||||
|
||||
@ -28091,7 +28107,7 @@ iframe#ifmcontentstoprint {
|
||||
}
|
||||
.chart_holder .other_settings,
|
||||
.tableChart .other_settings {
|
||||
margin-top: 50px;
|
||||
margin-top: 70px;
|
||||
margin-bottom: 20px;
|
||||
/*height: 60px;*/
|
||||
}
|
||||
@ -28118,9 +28134,22 @@ iframe#ifmcontentstoprint {
|
||||
|
||||
.tableChart {
|
||||
position: relative;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
.tableChart .custom_report_include {
|
||||
display: none;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.tableChart .custom_report_include a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.tableChart .custom_report_include a .faicon:before {
|
||||
vertical-align: 1px;
|
||||
}
|
||||
.tableChart .custom_report_include {
|
||||
display: none !important;
|
||||
}
|
||||
.tableChart .chart_setting_exportLinks {
|
||||
justify-content: flex-end;
|
||||
@ -28440,7 +28469,7 @@ ul.vrednost_sort input[type=text] {
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_head {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
padding: 8px 8px 8px 16px;
|
||||
background-color: #F8F8F8;
|
||||
@ -28449,6 +28478,10 @@ ul.vrednost_sort input[type=text] {
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_head .report_element_icons {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_head .report_element_icons .faicon:before {
|
||||
color: #1E88E5;
|
||||
font-size: 16px;
|
||||
@ -28458,11 +28491,33 @@ ul.vrednost_sort input[type=text] {
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_settings {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 16px 16px 8px 16px;
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_settings select {
|
||||
margin: 0 16px 0 0;
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_settings #ttestVariablesSpan {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 8px;
|
||||
max-width: 300px;
|
||||
background-color: #F8F8F8;
|
||||
border: 1px solid #E5E5E5;
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_settings #ttestVariablesSpan span {
|
||||
margin-bottom: 8px;
|
||||
color: #333333;
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_settings #ttestVariablesSpan span label {
|
||||
font-size: 14px;
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_settings #ttestVariablesSpan span.gray {
|
||||
color: #C4C4C4;
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_settings #ttestVariablesSpan span:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_data {
|
||||
padding: 16px 16px;
|
||||
}
|
||||
|
@ -291,7 +291,7 @@
|
||||
}
|
||||
|
||||
.other_settings {
|
||||
margin-top: 50px;
|
||||
margin-top: 70px;
|
||||
margin-bottom: 20px;
|
||||
/*height: 60px;*/
|
||||
|
||||
@ -316,9 +316,25 @@
|
||||
|
||||
.tableChart{
|
||||
position: relative;
|
||||
padding-bottom: 24px;
|
||||
|
||||
.custom_report_include{
|
||||
display: none;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
margin: 0 !important;
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
|
||||
.faicon:before{
|
||||
vertical-align: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.custom_report_include{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.chart_setting_exportLinks{
|
||||
|
@ -151,6 +151,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.crosstab_chart_holder{
|
||||
margin: 16px auto 0 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#crosstab_legend{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -195,12 +203,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.crosstab_chart_holder{
|
||||
margin: 16px auto 0 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Barve
|
||||
.ctbChck_sp0 {
|
||||
@ -249,6 +251,4 @@
|
||||
background-color: #74ACFF !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -163,7 +163,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
|
||||
padding: 8px 8px 8px 16px;
|
||||
@ -176,6 +176,8 @@
|
||||
}
|
||||
|
||||
.report_element_icons{
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
.faicon{
|
||||
|
||||
@ -194,12 +196,45 @@
|
||||
|
||||
.report_element_settings{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
padding: 16px 16px 8px 16px;
|
||||
|
||||
select{
|
||||
margin: 0 16px 0 0;
|
||||
}
|
||||
|
||||
#ttestVariablesSpan{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
padding: 8px;
|
||||
max-width: 300px;
|
||||
|
||||
background-color: $light-gray;
|
||||
border: 1px solid $gray;
|
||||
|
||||
span{
|
||||
margin-bottom: 8px;
|
||||
color: $black;
|
||||
|
||||
label{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
&.gray{
|
||||
color: $dark-gray;
|
||||
}
|
||||
|
||||
&:last-of-type{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
//background-color: rgba(255, 199, 0, 0.05);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.report_element_data{
|
||||
|
Loading…
x
Reference in New Issue
Block a user