[Redizajn 1KA] - Testiranje --> Diagnostika - v0

This commit is contained in:
tejagerjovic 2022-03-03 01:57:38 +01:00
parent 46d271c1d8
commit 0c5ddc53db
6 changed files with 26 additions and 3 deletions

View File

@ -5767,7 +5767,7 @@ class SurveyAdminSettings {
echo '</fieldset>'; echo '</fieldset>';
/** Missingi - zakomentirano, prenova po redizajnu /* Missingi - zakomentirano, prenova po redizajnu
$smv = new SurveyMissingValues(); $smv = new SurveyMissingValues();
$smv->SystemFilters(); $smv->SystemFilters();
*/ */

View File

@ -160,6 +160,7 @@ class SurveyDiagnostics
echo '<br><div style="display:inline-block; margin: 0 0 10px 20px">'; echo '<br><div style="display:inline-block; margin: 0 0 10px 20px">';
/* - ZAČASNO ZAKOMENTIRAN TOOLTIP (prekriva vsebino za redizajn) @TG
echo '<span class="tooltip">'; echo '<span class="tooltip">';
echo '<a href="'.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.'" target="_blank" style="font-size:15px"><span class="faicon edit_square"></span> '.$lang['srv_survey_testdata'].'</a>'; echo '<a href="'.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.'" target="_blank" style="font-size:15px"><span class="faicon edit_square"></span> '.$lang['srv_survey_testdata'].'</a>';
echo ' ('.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.') '; echo ' ('.SurveyInfo::getSurveyLink().'&preview=on&testdata=on'.$preview_options.') ';
@ -168,7 +169,7 @@ class SurveyDiagnostics
echo '<p>'.$lang['srv_preview_testdata_longtext'].'</p>'; echo '<p>'.$lang['srv_preview_testdata_longtext'].'</p>';
echo '<span class="arrow"></span>'; echo '<span class="arrow"></span>';
echo '</span>'; // expanded-tooltip bottom echo '</span>'; // expanded-tooltip bottom
echo '</span>'; // tooltip echo '</span>'; // tooltip */
echo ' - <a href="#" id="popup-open" onclick="javascript:testiranje_preview_settings(); return false;" title="'.$lang['settings'].'"><span class="sprites settings"></span> '.$lang['srv_uredniske_nastavitve'].'</a>'; echo ' - <a href="#" id="popup-open" onclick="javascript:testiranje_preview_settings(); return false;" title="'.$lang['settings'].'"><span class="sprites settings"></span> '.$lang['srv_uredniske_nastavitve'].'</a>';
echo '</div>'; echo '</div>';

View File

@ -106,7 +106,7 @@ class CrossRoad {
$second_action = NAVI_TESTIRANJE_CAS; $second_action = NAVI_TESTIRANJE_CAS;
} }
$layout_width = 'wide'; $layout_width = 'narrow';
$status = 4; $status = 4;

View File

@ -9995,6 +9995,15 @@ table.variableView {
width: 100%; width: 100%;
} }
div.srv_diagnostic h2 {
font-size: 24px;
margin-top: 32px;
margin-bottom: 16x;
}
div.srv_diagnostic h2:first-of-type {
margin-top: 0;
}
.dashboard_top_settings { .dashboard_top_settings {
display: flex; display: flex;
align-items: center; align-items: center;

View File

@ -8,4 +8,5 @@
@import "missing_values"; @import "missing_values";
@import "standardne_besede"; @import "standardne_besede";
@import "podatki"; @import "podatki";
@import "testiranje_diagnostika";

View File

@ -0,0 +1,12 @@
div.srv_diagnostic {
h2 {
font-size: 24px;
margin-top: 32px;
margin-bottom: 16x;
&:first-of-type {
margin-top: 0;
}
}
}