[Redizajn 1KA v2] - Nastavitve --> Arhiv sprememb
This commit is contained in:
parent
8d06dffd12
commit
b1bbd635c6
@ -3636,6 +3636,10 @@ class SurveyAdmin
|
|||||||
$sas = new SurveyAdminSettings();
|
$sas = new SurveyAdminSettings();
|
||||||
$sas->globalUserMyProfile();
|
$sas->globalUserMyProfile();
|
||||||
}
|
}
|
||||||
|
if ($_GET['m'] == 'global_user_ChangeArchive') {
|
||||||
|
$sas = new SurveyAdminSettings();
|
||||||
|
$sas->globalUserChangeArchive();
|
||||||
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10510,6 +10510,24 @@ class SurveyAdminSettings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo '</fieldset>';
|
||||||
|
|
||||||
|
echo '</div>';
|
||||||
|
}
|
||||||
|
|
||||||
|
function globalUserChangeArchive () {
|
||||||
|
global $lang, $global_user_id, $admin_type, $site_domain, $site_url;
|
||||||
|
|
||||||
|
// podatki prijavljenega uporabnika
|
||||||
|
$sql = sisplet_query("SELECT id, name, surname, email, type, gdpr_agree, last_login FROM users WHERE id = '$global_user_id'");
|
||||||
|
$row = mysqli_fetch_array($sql);
|
||||||
|
|
||||||
|
echo '<div id="anketa_edit">';
|
||||||
|
|
||||||
|
echo ' <form name="settingsanketa" id="form_profile_user_settings" action="ajax.php?a=editanketasettings&m=global_user_ChangeArchive" method="post" autocomplete="off">' . "\n\r";
|
||||||
|
echo ' <input type="hidden" name="location" value="' . $_GET['a'] . '" />' . "\n\r";
|
||||||
|
echo ' <input type="hidden" name="submited" value="1" />' . "\n\r";
|
||||||
|
|
||||||
|
|
||||||
// Tabela aktivnosti (prijav)
|
// Tabela aktivnosti (prijav)
|
||||||
echo '<fieldset><legend>'.$lang['srv_login_tracking_title'].'</legend>';
|
echo '<fieldset><legend>'.$lang['srv_login_tracking_title'].'</legend>';
|
||||||
|
@ -416,8 +416,23 @@ class SurveyList {
|
|||||||
echo '<a href="index.php?a=nastavitve&m=global_user_myProfile" title="' . $lang['edit_data'] . '">';
|
echo '<a href="index.php?a=nastavitve&m=global_user_myProfile" title="' . $lang['edit_data'] . '">';
|
||||||
echo $lang['edit_data'] . '</a>';
|
echo $lang['edit_data'] . '</a>';
|
||||||
echo '</li>';
|
echo '</li>';
|
||||||
|
|
||||||
echo '</ul>';
|
echo '</ul>';
|
||||||
|
|
||||||
|
echo '<div class="separator"></div>';
|
||||||
|
|
||||||
|
// Arhiv sprememb
|
||||||
|
echo '<ul class="secondNavigationArchive">';
|
||||||
|
|
||||||
|
echo '<li class="'.($tab == 'global_user_ChangeArchive' ? ' active' : '').'">';
|
||||||
|
echo '<a href="index.php?a=nastavitve&m=global_user_ChangeArchive" title="' . $lang['editsrv_survey_archives_tracking_archive_data'] . '">';
|
||||||
|
echo $lang['srv_survey_archives_tracking_archive'] . '</a>';
|
||||||
|
echo '</li>';
|
||||||
|
|
||||||
|
echo '</ul>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
#podnavigacija za obvestila
|
#podnavigacija za obvestila
|
||||||
if(($_GET['a']=='obvestila')) {
|
if(($_GET['a']=='obvestila')) {
|
||||||
|
@ -40,7 +40,7 @@ class UserTrackingClass
|
|||||||
echo '<div id="div_archive_content" class="tracking">';
|
echo '<div id="div_archive_content" class="tracking">';
|
||||||
|
|
||||||
echo '<fieldset>';
|
echo '<fieldset>';
|
||||||
echo '<legend>' . $lang['srv_survey_archives_tracking'] . '</legend>';
|
echo '<legend>' . $lang['srv_survey_archives_tracking_history'] . '</legend>';
|
||||||
|
|
||||||
// Izvoz v Excel
|
// Izvoz v Excel
|
||||||
echo '<p class="bottom16">'.$lang['srv_survey_archives_tracking_last_changes'].'</p>';
|
echo '<p class="bottom16">'.$lang['srv_survey_archives_tracking_last_changes'].'</p>';
|
||||||
|
@ -4255,6 +4255,8 @@ $lang = array (
|
|||||||
"srv_survey_archives_ie_data" => "Vprašalnik in podatki",
|
"srv_survey_archives_ie_data" => "Vprašalnik in podatki",
|
||||||
"srv_survey_archives_ie_data_title" => "Izvoz vprašalnika in podatkov",
|
"srv_survey_archives_ie_data_title" => "Izvoz vprašalnika in podatkov",
|
||||||
"srv_survey_archives_tracking" => "Spremembe",
|
"srv_survey_archives_tracking" => "Spremembe",
|
||||||
|
"srv_survey_archives_tracking_history" => "Zgodovina sprememb",
|
||||||
|
"srv_survey_archives_tracking_archive" => "Arhiv sprememb",
|
||||||
"srv_survey_archives_tracking_survey" => "Spremembe vprašalnika",
|
"srv_survey_archives_tracking_survey" => "Spremembe vprašalnika",
|
||||||
"srv_survey_archives_tracking_survey_text1" => "V spodnji tabeli je navedenih zadnjih 25 sprememb",
|
"srv_survey_archives_tracking_survey_text1" => "V spodnji tabeli je navedenih zadnjih 25 sprememb",
|
||||||
"srv_survey_archives_tracking_survey_text_appendmerge" => "povezanih z dodajanjem ali združevanjem podatkov",
|
"srv_survey_archives_tracking_survey_text_appendmerge" => "povezanih z dodajanjem ali združevanjem podatkov",
|
||||||
|
@ -4235,6 +4235,8 @@ $lang = array (
|
|||||||
"srv_survey_archives_ie_data" => "Survey and data",
|
"srv_survey_archives_ie_data" => "Survey and data",
|
||||||
"srv_survey_archives_ie_data_title" => "Survey and data import / export",
|
"srv_survey_archives_ie_data_title" => "Survey and data import / export",
|
||||||
"srv_survey_archives_tracking" => "Changes",
|
"srv_survey_archives_tracking" => "Changes",
|
||||||
|
"srv_survey_archives_tracking_history" => "Change history",
|
||||||
|
"srv_survey_archives_tracking_archive" => "Change archive",
|
||||||
"srv_survey_archives_tracking_survey" => "Survey changes",
|
"srv_survey_archives_tracking_survey" => "Survey changes",
|
||||||
"srv_survey_archives_tracking_survey_text1" => "The table below shows the last 25 changes",
|
"srv_survey_archives_tracking_survey_text1" => "The table below shows the last 25 changes",
|
||||||
"srv_survey_archives_tracking_survey_text_appendmerge" => "related to adding or merging data",
|
"srv_survey_archives_tracking_survey_text_appendmerge" => "related to adding or merging data",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user