From b3116231dee873aa2793406b5bfa3f2e88961fc9 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Tue, 24 May 2022 08:15:50 +0200 Subject: [PATCH] =?UTF-8?q?[Redizajn=201KA]=20Popupi:=20Analize=20?= =?UTF-8?q?=E2=86=92=20Poro=C4=8Dila=20=E2=86=92=20Poro=C4=8Dila=20po=20me?= =?UTF-8?q?ri=20-=20Plus=20-=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/classes/class.SurveyCustomReport.php | 3 +++ lang/1.php | 1 + lang/2.php | 1 + 3 files changed, 5 insertions(+) diff --git a/admin/survey/classes/class.SurveyCustomReport.php b/admin/survey/classes/class.SurveyCustomReport.php index 96ea5adf7..99427fc45 100644 --- a/admin/survey/classes/class.SurveyCustomReport.php +++ b/admin/survey/classes/class.SurveyCustomReport.php @@ -1873,6 +1873,9 @@ class SurveyCustomReport { // div za kreacijo novega echo '
'; + echo '

'.$lang['srv_custom_report_create2'].'

'; + echo ''; + echo '

'.$lang['srv_custom_report_name'].':

'; echo ''; diff --git a/lang/1.php b/lang/1.php index db862c3f0..524ad2503 100644 --- a/lang/1.php +++ b/lang/1.php @@ -6083,6 +6083,7 @@ $lang = array ( "srv_custom_report_time_edited" => "Poročilo spreminjano", "srv_custom_report_default" => "Poročilo 1", "srv_custom_report_create" => "Ustvari novo poročilo", + "srv_custom_report_create2" => "Novo poročilo", "srv_custom_report_edit" => "Preglej vsa poročila", "srv_custom_report_name" => "Ime poročila", "srv_custom_report_delete_confirm" => "Ali želite izbrisati poročilo", diff --git a/lang/2.php b/lang/2.php index 276f7828e..c7c083385 100644 --- a/lang/2.php +++ b/lang/2.php @@ -5977,6 +5977,7 @@ $lang = array ( "srv_custom_report_time_edited" => "Report edited", "srv_custom_report_default" => "Report 1", "srv_custom_report_create" => "Create new report", + "srv_custom_report_create2" => "New report", "srv_custom_report_edit" => "View all reports", "srv_custom_report_name" => "Report name", "srv_custom_report_delete_confirm" => "Do you want to delete report",