diff --git a/admin/survey/classes/class.SurveyCustomReport.php b/admin/survey/classes/class.SurveyCustomReport.php
index 56f5ed163..96ea5adf7 100644
--- a/admin/survey/classes/class.SurveyCustomReport.php
+++ b/admin/survey/classes/class.SurveyCustomReport.php
@@ -1889,19 +1889,32 @@ class SurveyCustomReport {
// div za preimenovanje
- echo '
';
+
+ echo '
'.$lang['srv_custom_report_name'].':
';
+ echo '
';
+
+ echo '
';
+
+ echo '
';
+ echo '';
+ echo '';
+ echo '
';
+
+ echo '
';
// div za brisanje
- echo '';
@@ -2580,9 +2593,12 @@ class SurveyCustomReport {
// prikazemo deljenje profila z drugimi uredniki
if($_GET['a'] == 'shareProfileShow') {
-
- echo '
'.$lang['srv_custom_report_share_long'].':'."\n";
-
+
+
+ echo '
';
+ echo '
'.$lang['srv_custom_report_share_long'].':';
+
+
if (isset ($_POST['id'])){
$id = $_POST['id'];
@@ -2594,16 +2610,25 @@ class SurveyCustomReport {
if($user['id'] != $global_user_id){
$sql = sisplet_query("SELECT * FROM srv_custom_report_share WHERE ank_id='".$this->ank_id."' AND profile_id='".$id."' AND author_usr_id='".$global_user_id."' AND share_usr_id='".$user['id']."' LIMIT 1");
$checked = (mysqli_num_rows($sql) > 0) ? ' checked="checked"' : '';
-
+
+ echo '
';
echo ' ';
- echo '
';
+ echo '';
+ echo '
';
+
}
}
}
-
- echo '
'."\n";
- echo '
'.$lang['srv_custom_report_share'].''."\n";
- echo '
'.$lang['srv_close_profile'].''."\n";
+
+ echo '
';
+
+ echo '
';
+
+
+ echo '
';
+ echo '';
+ echo '';
+ echo '
';
}
// delimo profil z drugimi uredniki
diff --git a/public/css/admin_new.css b/public/css/admin_new.css
index c493a95ba..c0774f1b2 100644
--- a/public/css/admin_new.css
+++ b/public/css/admin_new.css
@@ -8323,10 +8323,22 @@ div#div_analiza_archive_name .alaysis_archive_wrap .alaysis_archive_left {
width: 100%;
}
-#newCReportProfile .text {
+#newCReportProfile .text,
+#renameCReportProfile .text {
width: 100%;
}
+#renameCReportProfile .button_holder,
+#deleteCReportProfile .button_holder {
+ margin-top: 32px;
+ justify-content: flex-end;
+ margin-bottom: 0;
+}
+#renameCReportProfile .button_holder button,
+#deleteCReportProfile .button_holder button {
+ margin: 0 0 0 16px;
+}
+
.pbLabel {
height: 20px;
width: 160px;
diff --git a/resources/sass/admin_new/components/popup/page_specific.scss b/resources/sass/admin_new/components/popup/page_specific.scss
index 2a906f14b..fbab81cbb 100644
--- a/resources/sass/admin_new/components/popup/page_specific.scss
+++ b/resources/sass/admin_new/components/popup/page_specific.scss
@@ -242,12 +242,26 @@ div#div_analiza_archive_name {
}
}
-#newCReportProfile {
+#newCReportProfile,
+#renameCReportProfile {
.text {
width: 100%;
}
}
+#renameCReportProfile,
+#deleteCReportProfile {
+ .button_holder {
+ margin-top: 32px;
+ justify-content: flex-end;
+ margin-bottom: 0;
+
+ button {
+ margin: 0 0 0 16px;
+ }
+ }
+}
+
//// TESTIRANJE /////
//Avtomatski vnosi - progress bar