FrontendAdminViewSurveyZoomMenuModule

Survey::Frontend::MenuModule###000-Back

Shows a link in the menu to go back in the survey zoom view of the administrator interface.

Default value:

---
Action: ''
Description: Back
Link: '[% Env("LastScreenOverview") | html %]'
Module: Kernel::Output::HTML::SurveyMenu::Generic
Name: Back
Target: Back

Survey::Frontend::MenuModule###010-EditGeneralInfo

Shows a link in the menu to edit a survey in its zoom view in the administrator interface.

Default value:

---
Action: AgentSurveyEdit
Description: Edit survey general information.
Link: Action=AgentSurveyEdit;SurveyID=[% Data.SurveyID | html %]
Module: Kernel::Output::HTML::SurveyMenu::Generic
Name: Edit General Information
Target: PopUp

Survey::Frontend::MenuModule###020-EditQuestions

Shows a link in the menu to edit survey questions in its zoom view in the administrator interface.

Default value:

---
Action: AgentSurveyEditQuestions
Description: Edit survey questions.
Link: Action=AgentSurveyEditQuestions;SurveyID=[% Data.SurveyID | html %]
Module: Kernel::Output::HTML::SurveyMenu::Generic
Name: Edit Questions
Target: PopUp

Survey::Frontend::MenuModule###030-StatsDetails

Shows a link in the menu to zoom into the survey statistics details in its zoom view in the administrator interface.

Default value:

---
Action: AgentSurveyStats
Description: Zoom into statistics details.
Link: Action=AgentSurveyStats;SurveyID=[% Data.SurveyID | html %]
Module: Kernel::Output::HTML::SurveyMenu::Generic
Name: Stats Details
Target: PopUp
Scroll to Top