From d369a05f950a8607fa994cf64c6c2f9cf26b1923 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Thu, 5 May 2022 12:20:22 +0200 Subject: [PATCH] [Redizajn 1KA] Popupi: Status > Neodgovor premenljivke - Filtri > Pogoji MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Manjka še dizajn za vsebino pogoja --- .../classes/class.SurveyConditionProfiles.php | 49 ++++++++++++++----- public/css/admin_new.css | 20 ++++++-- .../components/popup/page_specific.scss | 5 +- 3 files changed, 55 insertions(+), 19 deletions(-) diff --git a/admin/survey/classes/class.SurveyConditionProfiles.php b/admin/survey/classes/class.SurveyConditionProfiles.php index 7da33b028..de6cb2c1c 100644 --- a/admin/survey/classes/class.SurveyConditionProfiles.php +++ b/admin/survey/classes/class.SurveyConditionProfiles.php @@ -273,25 +273,50 @@ class SurveyConditionProfiles echo '
'; // div za shranjevanje novega profila - echo '
'.$lang['srv_missing_profile_name'].': '; - echo ''; - echo ''.$lang['srv_close_profile'].''; - echo ''.$lang['srv_save_profile'].''; + echo '
'; + + echo '
'; + echo '
'; + echo ''; + echo ''; + echo '
'; + echo '
'; + + echo '
'; + echo ''; + echo ''; + echo '
'; + echo '
'; // div za preimenovanje - echo '
'.$lang['srv_missing_profile_name'].': '; - echo ''; - echo ''; - echo ''.$lang['srv_close_profile'].''; - echo ''.$lang['srv_rename_profile_yes'].''; + echo '
'; + + echo '
'; + echo '
'; + echo ''; + echo ''; + echo '';echo '
'; echo '
'; + echo '
'; + echo ''; + echo ''; + echo '
'; + + echo '
'; + // div za brisanje - echo '
'.$lang['srv_missing_profile_delete_confirm'].': ' . self :: $profiles[$_currMPID]['name'] . '?'; + echo '
'; + + echo $lang['srv_missing_profile_delete_confirm'].': ' . self :: $profiles[$_currMPID]['name'] . '?'; echo ''; - echo ''.$lang['srv_close_profile'].''; - echo ''.$lang['srv_delete_profile_yes'].''; + + echo '
'; + echo ''; + echo ''; + echo '
'; + echo '
'; } diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 3694b39f4..3cda1be24 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -8158,25 +8158,35 @@ div#div_time_profiles div#renameProfileDiv .setting_holder .setting_item input.t } div#div_variable_profiles div#newProfile .setting_holder, -div#div_variable_profiles div#renameProfileDiv .setting_holder { +div#div_variable_profiles div#renameProfileDiv .setting_holder, +div#div_condition_profiles div#newProfile .setting_holder, +div#div_condition_profiles div#renameProfileDiv .setting_holder { margin-bottom: 16px; display: flex; flex-direction: column; } div#div_variable_profiles div#newProfile .setting_holder:first-of-type, -div#div_variable_profiles div#renameProfileDiv .setting_holder:first-of-type { +div#div_variable_profiles div#renameProfileDiv .setting_holder:first-of-type, +div#div_condition_profiles div#newProfile .setting_holder:first-of-type, +div#div_condition_profiles div#renameProfileDiv .setting_holder:first-of-type { margin-top: 0; } div#div_variable_profiles div#newProfile .setting_holder .setting_item, -div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item { +div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item, +div#div_condition_profiles div#newProfile .setting_holder .setting_item, +div#div_condition_profiles div#renameProfileDiv .setting_holder .setting_item { margin-top: 8px; } div#div_variable_profiles div#newProfile .setting_holder .setting_item label, -div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item label { +div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item label, +div#div_condition_profiles div#newProfile .setting_holder .setting_item label, +div#div_condition_profiles div#renameProfileDiv .setting_holder .setting_item label { margin-right: 0; } div#div_variable_profiles div#newProfile .setting_holder .setting_item input.text, -div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item input.text { +div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item input.text, +div#div_condition_profiles div#newProfile .setting_holder .setting_item input.text, +div#div_condition_profiles div#renameProfileDiv .setting_holder .setting_item input.text { margin-left: 4px; width: 469px; } diff --git a/resources/sass/admin_new/components/popup/page_specific.scss b/resources/sass/admin_new/components/popup/page_specific.scss index fd435b5af..076b9fd02 100644 --- a/resources/sass/admin_new/components/popup/page_specific.scss +++ b/resources/sass/admin_new/components/popup/page_specific.scss @@ -68,8 +68,9 @@ div#div_time_profiles { } } -//Neodgovor spremenljivke >Filtri zgoraj desno -div#div_variable_profiles { +//Neodgovor spremenljivke > Filtri zgoraj desno +div#div_variable_profiles, +div#div_condition_profiles { div#newProfile, div#renameProfileDiv {