[Redizajn 1KA] Popupi: Analize → Poročila → Poročila po meri - Plus - v2
This commit is contained in:
parent
3af712f2ba
commit
b3116231de
@ -1873,6 +1873,9 @@ class SurveyCustomReport {
|
||||
// div za kreacijo novega
|
||||
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 '<input id="newCReportProfileName" name="newCReportProfileName" type="text" value="" class="text large" />';
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user