Merge branch 'master' of https://git.1ka.si:/git/1ka
This commit is contained in:
commit
5260d76950
@ -367,7 +367,7 @@ class SurveyCustomReport {
|
|||||||
|
|
||||||
if(SurveyInfo::getInstance()->getSurveyColumn("survey_type") != 0){
|
if(SurveyInfo::getInstance()->getSurveyColumn("survey_type") != 0){
|
||||||
echo '<option value="5" '.($reportElement['type'] == 5 ? 'selected="selected"' : '').'>'.$lang['srv_crosstabs'].'</option>';
|
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="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="7" '.($reportElement['type'] == 7 ? 'selected="selected"' : '').'>'.$lang['srv_ttest'].'</option>';
|
||||||
echo '<option value="9" '.($reportElement['type'] == 9 ? 'selected="selected"' : '').'>'.$lang['srv_break'].'</option>';
|
echo '<option value="9" '.($reportElement['type'] == 9 ? 'selected="selected"' : '').'>'.$lang['srv_break'].'</option>';
|
||||||
@ -472,8 +472,11 @@ class SurveyCustomReport {
|
|||||||
echo '</select>';
|
echo '</select>';
|
||||||
|
|
||||||
// Izbira podtipa (tabela / graf)
|
// 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 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 '<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 ' <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
|
// Nastavitve za MULTICROSSTABE
|
||||||
@ -557,8 +560,11 @@ class SurveyCustomReport {
|
|||||||
|
|
||||||
|
|
||||||
// Izbira podtipa (tabela / graf)
|
// 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 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 '<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 ' <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
|
// Nastavitve za TTEST
|
||||||
@ -619,8 +625,11 @@ class SurveyCustomReport {
|
|||||||
|
|
||||||
|
|
||||||
// Izbira podtipa (tabela / graf)
|
// 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 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 '<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 ' <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
|
// Izbira dveh podvariabel za prvo variablo
|
||||||
@ -694,8 +703,11 @@ class SurveyCustomReport {
|
|||||||
echo '</select>';
|
echo '</select>';
|
||||||
|
|
||||||
// Izbira podtipa (tabela / graf)
|
// 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 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 ' <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 ' <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>';
|
echo '</div>';
|
||||||
@ -723,7 +735,7 @@ class SurveyCustomReport {
|
|||||||
function displayTTestSubVar($reportElement){
|
function displayTTestSubVar($reportElement){
|
||||||
global $lang;
|
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']);
|
$ttestData1 = explode("-", $reportElement['spr1']);
|
||||||
$spr = $ttestData1[1];
|
$spr = $ttestData1[1];
|
||||||
@ -745,7 +757,8 @@ class SurveyCustomReport {
|
|||||||
$checked = ($check1 == $spr.'_'.$sekvenca.'_'.$value || $check2 == $spr.'_'.$sekvenca.'_'.$value) ? true : false;
|
$checked = ($check1 == $spr.'_'.$sekvenca.'_'.$value || $check2 == $spr.'_'.$sekvenca.'_'.$value) ? true : false;
|
||||||
$disabled = ($check1 != null && $check2 != null && !$checked) ? ' disabled="disabled"' : '';
|
$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;
|
break;
|
||||||
|
|
||||||
@ -756,7 +769,8 @@ class SurveyCustomReport {
|
|||||||
$checked = ($check1 == $spr.'_'.$variable['sequence'].'_'.$option || $check2 == $spr.'_'.$variable['sequence'].'_'.$option) ? true : false;
|
$checked = ($check1 == $spr.'_'.$variable['sequence'].'_'.$option || $check2 == $spr.'_'.$variable['sequence'].'_'.$option) ? true : false;
|
||||||
$disabled = ($check1 != null && $check2 != null && !$checked) ? ' disabled="disabled"' : '';
|
$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;
|
break;
|
||||||
|
|
||||||
@ -768,20 +782,22 @@ class SurveyCustomReport {
|
|||||||
$checked = ($check1 == $spr.'_'.$sekvenca.'_'.$value || $check2 == $spr.'_'.$sekvenca.'_'.$value) ? true : false;
|
$checked = ($check1 == $spr.'_'.$sekvenca.'_'.$value || $check2 == $spr.'_'.$sekvenca.'_'.$value) ? true : false;
|
||||||
$disabled = ($check1 != null && $check2 != null && !$checked) ? ' disabled="disabled"' : '';
|
$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;
|
break;
|
||||||
|
|
||||||
case 16: #mcheck
|
case 16: #mcheck
|
||||||
#nardimo inpute za vse opcije
|
#nardimo inpute za vse opcije
|
||||||
# poi<EFBFBD><EFBFBD>emo pripadajo<6A>o sekvenco
|
# poiščemo pripadajočo sekvenco
|
||||||
#nardimo inpute za vse opcije
|
#nardimo inpute za vse opcije
|
||||||
$option = '1';
|
$option = '1';
|
||||||
foreach ($_spr_data['grids'][$grid]['variables'] as $vid => $variable) {
|
foreach ($_spr_data['grids'][$grid]['variables'] as $vid => $variable) {
|
||||||
$checked = ($check1 == $spr.'_'.$variable['sequence'].'_'.$option || $check2 == $spr.'_'.$variable['sequence'].'_'.$option) ? true : false;
|
$checked = ($check1 == $spr.'_'.$variable['sequence'].'_'.$option || $check2 == $spr.'_'.$variable['sequence'].'_'.$option) ? true : false;
|
||||||
$disabled = ($check1 != null && $check2 != null && !$checked) ? ' disabled="disabled"' : '';
|
$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;
|
break;
|
||||||
|
|
||||||
|
@ -1259,7 +1259,9 @@ class SurveyAnalysisArchive {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static function createArchiveFromAnaliza() {
|
static function createArchiveFromAnaliza() {
|
||||||
|
|
||||||
$content = null;
|
$content = null;
|
||||||
|
|
||||||
if($_POST['podstran'] == 'charts'){
|
if($_POST['podstran'] == 'charts'){
|
||||||
# kreiramo arhiv za grafe
|
# kreiramo arhiv za grafe
|
||||||
$SC = new SurveyChart();
|
$SC = new SurveyChart();
|
||||||
@ -1280,13 +1282,15 @@ class SurveyAnalysisArchive {
|
|||||||
if ($_POST['podstran'] == 'anal_arch') {
|
if ($_POST['podstran'] == 'anal_arch') {
|
||||||
$_POST['podstran'] = 'sumarnik';
|
$_POST['podstran'] = 'sumarnik';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($_POST['content'])) {
|
if (!isset($_POST['content'])) {
|
||||||
SurveyAnalysis::Init(self::$sid);
|
SurveyAnalysis::Init(self::$sid);
|
||||||
SurveyAnalysis::setUpIsForArchive(true);
|
SurveyAnalysis::setUpIsForArchive(true);
|
||||||
SurveyAnalysis::setUpReturnAsHtml(true);
|
SurveyAnalysis::setUpReturnAsHtml(true);
|
||||||
|
|
||||||
$content = SurveyAnalysis::Display();
|
$content = SurveyAnalysis::Display();
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
$content = $_POST['content'];
|
$content = $_POST['content'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1301,12 +1305,12 @@ class SurveyAnalysisArchive {
|
|||||||
$ArchiveTypes = array(M_ANALIZA_SUMS => 0, M_ANALIZA_DESCRIPTOR=>1, M_ANALIZA_FREQUENCY=>2, M_ANALIZA_CROSSTAB=>3, M_ANALYSIS_MEANS=>4, M_ANALYSIS_TTEST=>5, M_ANALYSIS_BREAK=>6, M_ANALYSIS_CHARTS=>7, M_ANALYSIS_CREPORT=>8);
|
$ArchiveTypes = array(M_ANALIZA_SUMS => 0, M_ANALIZA_DESCRIPTOR=>1, M_ANALIZA_FREQUENCY=>2, M_ANALIZA_CROSSTAB=>3, M_ANALYSIS_MEANS=>4, M_ANALYSIS_TTEST=>5, M_ANALYSIS_BREAK=>6, M_ANALYSIS_CHARTS=>7, M_ANALYSIS_CREPORT=>8);
|
||||||
if (isset($_POST['podstran']))
|
if (isset($_POST['podstran']))
|
||||||
$type = $ArchiveTypes[$_POST['podstran']];
|
$type = $ArchiveTypes[$_POST['podstran']];
|
||||||
if (isset($content) && trim($content) != null && self::$sid > 0) {
|
|
||||||
|
|
||||||
|
if (isset($content) && trim($content) != null && self::$sid > 0) {
|
||||||
SurveyAnalysisArchive :: Init(self::$sid);
|
SurveyAnalysisArchive :: Init(self::$sid);
|
||||||
SurveyAnalysisArchive :: CreateArchive($content,$name,$note,$access,$type,$duration,$durationType,$settings,$access_password);
|
SurveyAnalysisArchive :: CreateArchive($content,$name,$note,$access,$type,$duration,$durationType,$settings,$access_password);
|
||||||
|
}
|
||||||
} else {
|
else {
|
||||||
echo 'Error! (SurveyAnalysisArchive :: CreateArchive)';
|
echo 'Error! (SurveyAnalysisArchive :: CreateArchive)';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8778,25 +8778,28 @@ class SurveyChart {
|
|||||||
global $site_path;
|
global $site_path;
|
||||||
global $lang;
|
global $lang;
|
||||||
|
|
||||||
echo '<div class="chart_settings_inner">';
|
echo '<div class="chart_settings_content">';
|
||||||
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 '<span class="title">'.$lang['srv_chart_settings'].'</span>';
|
||||||
|
|
||||||
|
|
||||||
|
echo '<div class="chart_settings_inner">';
|
||||||
|
|
||||||
|
// 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>';
|
echo '</div>';
|
||||||
|
|
||||||
//Prikaz frekvenc
|
// Prikaz frekvenc
|
||||||
echo '<div class="chart_setting">';
|
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 '<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 '<label for="chart_other_otherFreq_'.$spid.'_loop_'.self::$current_loop.'">'.$lang['srv_chart_table_freq'].'</label>';
|
|
||||||
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
|
echo '</div>';
|
||||||
|
|
||||||
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -256,7 +256,7 @@ class SurveyMultiCrosstabs {
|
|||||||
$this->getSelectedVars();
|
$this->getSelectedVars();
|
||||||
|
|
||||||
// Zvezdica za creport - ce smo v custom reportu tega ne izpisemo
|
// 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">';
|
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);
|
SurveyAnalysisHelper::getInstance()->addCustomReportElement($type=10, $sub_type=0, $spr1=$this->table_id);
|
||||||
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}*/
|
||||||
|
|
||||||
echo '<table id="'.$this->table_id.'" cellspacing="0" cellpadding="0" class="mc_table">';
|
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 {
|
#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;
|
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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
@ -27237,23 +27241,23 @@ iframe#ifmcontentstoprint {
|
|||||||
border: 1px solid #E5E5E5;
|
border: 1px solid #E5E5E5;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder #crosstab_legend .crosstab_legend_line {
|
#crosstab_legend .crosstab_legend_line {
|
||||||
display: flex;
|
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;
|
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;
|
margin-right: 8px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 20px;
|
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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: 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;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -27261,52 +27265,64 @@ iframe#ifmcontentstoprint {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs #crosstab_tables .table_holder .crosstab_chart_holder {
|
|
||||||
margin: 16px auto 0 auto;
|
.ctbChck_sp0 {
|
||||||
}
|
|
||||||
#div_analiza_data.crosstabs .ctbChck_sp0 {
|
|
||||||
background-color: #fcfcfc !important;
|
background-color: #fcfcfc !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .ctbChck_sp1 {
|
|
||||||
|
.ctbChck_sp1 {
|
||||||
background-color: #FEFFE3 !important;
|
background-color: #FEFFE3 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .ctbChck_sp2 {
|
|
||||||
|
.ctbChck_sp2 {
|
||||||
background-color: #FCFFC2 !important;
|
background-color: #FCFFC2 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .ctbChck_sp3 {
|
|
||||||
|
.ctbChck_sp3 {
|
||||||
background-color: #FBFFA8 !important;
|
background-color: #FBFFA8 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .crossCheck_EC {
|
|
||||||
|
.crossCheck_EC {
|
||||||
background-color: #FFFAE8 !important;
|
background-color: #FFFAE8 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .crossCheck_RE {
|
|
||||||
|
.crossCheck_RE {
|
||||||
background-color: #FFF6D1 !important;
|
background-color: #FFF6D1 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .crossCheck_SR {
|
|
||||||
|
.crossCheck_SR {
|
||||||
background-color: #FFECA2 !important;
|
background-color: #FFECA2 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .crossCheck_AR {
|
|
||||||
|
.crossCheck_AR {
|
||||||
background-color: #FFDA46 !important;
|
background-color: #FFDA46 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .rsdl_bck0 {
|
|
||||||
|
.rsdl_bck0 {
|
||||||
background-color: white !important;
|
background-color: white !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .rsdl_bck1 {
|
|
||||||
|
.rsdl_bck1 {
|
||||||
background-color: #fae2e2 !important;
|
background-color: #fae2e2 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .rsdl_bck2 {
|
|
||||||
|
.rsdl_bck2 {
|
||||||
background-color: #ff9d9d !important;
|
background-color: #ff9d9d !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .rsdl_bck3 {
|
|
||||||
|
.rsdl_bck3 {
|
||||||
background-color: #f84242 !important;
|
background-color: #f84242 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .rsdl_bck4 {
|
|
||||||
|
.rsdl_bck4 {
|
||||||
background-color: #E8F1FF !important;
|
background-color: #E8F1FF !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .rsdl_bck5 {
|
|
||||||
|
.rsdl_bck5 {
|
||||||
background-color: #B9D5FF !important;
|
background-color: #B9D5FF !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data.crosstabs .rsdl_bck6 {
|
|
||||||
|
.rsdl_bck6 {
|
||||||
background-color: #74ACFF !important;
|
background-color: #74ACFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -28091,7 +28107,7 @@ iframe#ifmcontentstoprint {
|
|||||||
}
|
}
|
||||||
.chart_holder .other_settings,
|
.chart_holder .other_settings,
|
||||||
.tableChart .other_settings {
|
.tableChart .other_settings {
|
||||||
margin-top: 50px;
|
margin-top: 70px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
/*height: 60px;*/
|
/*height: 60px;*/
|
||||||
}
|
}
|
||||||
@ -28118,9 +28134,22 @@ iframe#ifmcontentstoprint {
|
|||||||
|
|
||||||
.tableChart {
|
.tableChart {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding-bottom: 24px;
|
||||||
}
|
}
|
||||||
.tableChart .custom_report_include {
|
.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 {
|
.tableChart .chart_setting_exportLinks {
|
||||||
justify-content: flex-end;
|
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 {
|
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_head {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: baseline;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 8px 8px 8px 16px;
|
padding: 8px 8px 8px 16px;
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
@ -28449,6 +28478,10 @@ ul.vrednost_sort input[type=text] {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
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 {
|
.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;
|
color: #1E88E5;
|
||||||
font-size: 16px;
|
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 {
|
.subpage_analysis_creport #anketa_custom_report #custom_report_elements ul#custom_report_sortable li.report_element_standard .report_element .report_element_settings {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
padding: 16px 16px 8px 16px;
|
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 {
|
.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;
|
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 {
|
.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;
|
padding: 16px 16px;
|
||||||
}
|
}
|
||||||
@ -30394,6 +30449,8 @@ input#endDate {
|
|||||||
#arch_body_div .analysis_bottom_settings {
|
#arch_body_div .analysis_bottom_settings {
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
#arch_body_div .analysis_bottom_settings .comment_holder,
|
||||||
|
#arch_body_div .analysis_bottom_settings a:nth-child(2),
|
||||||
#arch_body_div .analysis_bottom_settings a:nth-child(6) {
|
#arch_body_div .analysis_bottom_settings a:nth-child(6) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
.analysis_bottom_settings{
|
.analysis_bottom_settings{
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
|
|
||||||
|
.comment_holder,
|
||||||
|
a:nth-child(2),
|
||||||
a:nth-child(6){
|
a:nth-child(6){
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -291,7 +291,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.other_settings {
|
.other_settings {
|
||||||
margin-top: 50px;
|
margin-top: 70px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
/*height: 60px;*/
|
/*height: 60px;*/
|
||||||
|
|
||||||
@ -316,9 +316,25 @@
|
|||||||
|
|
||||||
.tableChart{
|
.tableChart{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding-bottom: 24px;
|
||||||
|
|
||||||
.custom_report_include{
|
.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{
|
.chart_setting_exportLinks{
|
||||||
|
@ -151,104 +151,104 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#crosstab_legend{
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
width: fit-content;
|
|
||||||
margin-top: 16px;
|
|
||||||
padding: 8px 16px;
|
|
||||||
|
|
||||||
background-color: $light-gray;
|
|
||||||
border: 1px solid $gray;
|
|
||||||
border-radius: 2px;
|
|
||||||
|
|
||||||
.crosstab_legend_line{
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
&:nth-child(2){
|
|
||||||
margin-left: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title{
|
|
||||||
margin-right: 8px;
|
|
||||||
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.trak{
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
div{
|
|
||||||
width: 22px;
|
|
||||||
height: 22px;
|
|
||||||
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 16px;
|
|
||||||
text-align: center;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.crosstab_chart_holder{
|
.crosstab_chart_holder{
|
||||||
margin: 16px auto 0 auto;
|
margin: 16px auto 0 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Barve
|
|
||||||
.ctbChck_sp0 {
|
#crosstab_legend{
|
||||||
background-color: #fcfcfc !important;
|
display: flex;
|
||||||
}
|
align-items: center;
|
||||||
.ctbChck_sp1 {
|
|
||||||
background-color: #FEFFE3 !important;
|
width: fit-content;
|
||||||
}
|
margin-top: 16px;
|
||||||
.ctbChck_sp2 {
|
padding: 8px 16px;
|
||||||
background-color: #FCFFC2 !important;
|
|
||||||
}
|
background-color: $light-gray;
|
||||||
.ctbChck_sp3 {
|
border: 1px solid $gray;
|
||||||
background-color: #FBFFA8 !important;
|
border-radius: 2px;
|
||||||
}
|
|
||||||
.crossCheck_EC {
|
.crosstab_legend_line{
|
||||||
background-color: #FFFAE8 !important;
|
display: flex;
|
||||||
}
|
|
||||||
.crossCheck_RE {
|
&:nth-child(2){
|
||||||
background-color: #FFF6D1 !important;
|
margin-left: 32px;
|
||||||
}
|
}
|
||||||
.crossCheck_SR {
|
|
||||||
background-color: #FFECA2 !important;
|
.title{
|
||||||
}
|
margin-right: 8px;
|
||||||
.crossCheck_AR {
|
|
||||||
background-color: #FFDA46 !important;
|
font-size: 14px;
|
||||||
}
|
line-height: 20px;
|
||||||
.rsdl_bck0 {
|
}
|
||||||
background-color: white !important;
|
|
||||||
}
|
.trak{
|
||||||
.rsdl_bck1 {
|
display: flex;
|
||||||
background-color: rgb(250, 226, 226) !important;
|
align-items: center;
|
||||||
}
|
justify-content: center;
|
||||||
.rsdl_bck2 {
|
|
||||||
background-color: rgb(255, 157, 157) !important;
|
div{
|
||||||
}
|
width: 22px;
|
||||||
.rsdl_bck3 {
|
height: 22px;
|
||||||
background-color: rgb(248, 66, 66) !important;
|
|
||||||
}
|
font-weight: 400;
|
||||||
.rsdl_bck4 {
|
font-size: 16px;
|
||||||
background-color: #E8F1FF !important;
|
text-align: center;
|
||||||
}
|
line-height: 20px;
|
||||||
.rsdl_bck5 {
|
}
|
||||||
background-color: #B9D5FF !important;
|
}
|
||||||
}
|
}
|
||||||
.rsdl_bck6 {
|
}
|
||||||
background-color: #74ACFF !important;
|
|
||||||
}
|
|
||||||
|
// Barve
|
||||||
|
.ctbChck_sp0 {
|
||||||
|
background-color: #fcfcfc !important;
|
||||||
|
}
|
||||||
|
.ctbChck_sp1 {
|
||||||
|
background-color: #FEFFE3 !important;
|
||||||
|
}
|
||||||
|
.ctbChck_sp2 {
|
||||||
|
background-color: #FCFFC2 !important;
|
||||||
|
}
|
||||||
|
.ctbChck_sp3 {
|
||||||
|
background-color: #FBFFA8 !important;
|
||||||
|
}
|
||||||
|
.crossCheck_EC {
|
||||||
|
background-color: #FFFAE8 !important;
|
||||||
|
}
|
||||||
|
.crossCheck_RE {
|
||||||
|
background-color: #FFF6D1 !important;
|
||||||
|
}
|
||||||
|
.crossCheck_SR {
|
||||||
|
background-color: #FFECA2 !important;
|
||||||
|
}
|
||||||
|
.crossCheck_AR {
|
||||||
|
background-color: #FFDA46 !important;
|
||||||
|
}
|
||||||
|
.rsdl_bck0 {
|
||||||
|
background-color: white !important;
|
||||||
|
}
|
||||||
|
.rsdl_bck1 {
|
||||||
|
background-color: rgb(250, 226, 226) !important;
|
||||||
|
}
|
||||||
|
.rsdl_bck2 {
|
||||||
|
background-color: rgb(255, 157, 157) !important;
|
||||||
|
}
|
||||||
|
.rsdl_bck3 {
|
||||||
|
background-color: rgb(248, 66, 66) !important;
|
||||||
|
}
|
||||||
|
.rsdl_bck4 {
|
||||||
|
background-color: #E8F1FF !important;
|
||||||
|
}
|
||||||
|
.rsdl_bck5 {
|
||||||
|
background-color: #B9D5FF !important;
|
||||||
|
}
|
||||||
|
.rsdl_bck6 {
|
||||||
|
background-color: #74ACFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: baseline;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
padding: 8px 8px 8px 16px;
|
padding: 8px 8px 8px 16px;
|
||||||
@ -176,6 +176,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.report_element_icons{
|
.report_element_icons{
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
.faicon{
|
.faicon{
|
||||||
|
|
||||||
@ -194,12 +196,45 @@
|
|||||||
|
|
||||||
.report_element_settings{
|
.report_element_settings{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
padding: 16px 16px 8px 16px;
|
padding: 16px 16px 8px 16px;
|
||||||
|
|
||||||
select{
|
select{
|
||||||
margin: 0 16px 0 0;
|
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{
|
.report_element_data{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user