[Redizajn 1KA] Popupi: Analize → Poročila → Poročila po meri - Plus - v2

This commit is contained in:
tejagerjovic 2022-05-24 08:15:50 +02:00
parent 3af712f2ba
commit b3116231de
3 changed files with 5 additions and 0 deletions

View File

@ -1873,6 +1873,9 @@ class SurveyCustomReport {
// div za kreacijo novega // div za kreacijo novega
echo '<div id="newCReportProfile">'; echo '<div id="newCReportProfile">';
echo '<h2>'.$lang['srv_custom_report_create2'].'</h2>';
echo '<div class="popup_close"><a href="#" onClick="creport_profile_action(\'cancel_new\'); return false;">✕</a></div>';
echo '<p>'.$lang['srv_custom_report_name'].':</p>'; echo '<p>'.$lang['srv_custom_report_name'].':</p>';
echo '<input id="newCReportProfileName" name="newCReportProfileName" type="text" value="" class="text large" />'; echo '<input id="newCReportProfileName" name="newCReportProfileName" type="text" value="" class="text large" />';

View File

@ -6083,6 +6083,7 @@ $lang = array (
"srv_custom_report_time_edited" => "Poročilo spreminjano", "srv_custom_report_time_edited" => "Poročilo spreminjano",
"srv_custom_report_default" => "Poročilo 1", "srv_custom_report_default" => "Poročilo 1",
"srv_custom_report_create" => "Ustvari novo poročilo", "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_edit" => "Preglej vsa poročila",
"srv_custom_report_name" => "Ime poročila", "srv_custom_report_name" => "Ime poročila",
"srv_custom_report_delete_confirm" => "Ali &#382;elite izbrisati poročilo", "srv_custom_report_delete_confirm" => "Ali &#382;elite izbrisati poročilo",

View File

@ -5977,6 +5977,7 @@ $lang = array (
"srv_custom_report_time_edited" => "Report edited", "srv_custom_report_time_edited" => "Report edited",
"srv_custom_report_default" => "Report 1", "srv_custom_report_default" => "Report 1",
"srv_custom_report_create" => "Create new report", "srv_custom_report_create" => "Create new report",
"srv_custom_report_create2" => "New report",
"srv_custom_report_edit" => "View all reports", "srv_custom_report_edit" => "View all reports",
"srv_custom_report_name" => "Report name", "srv_custom_report_name" => "Report name",
"srv_custom_report_delete_confirm" => "Do you want to delete report", "srv_custom_report_delete_confirm" => "Do you want to delete report",