diff --git a/src/java/fr/paris/lutece/plugins/appcenter/resources/appcenter_messages_fr.properties b/src/java/fr/paris/lutece/plugins/appcenter/resources/appcenter_messages_fr.properties index 2f69084d..67d4c6b4 100644 --- a/src/java/fr/paris/lutece/plugins/appcenter/resources/appcenter_messages_fr.properties +++ b/src/java/fr/paris/lutece/plugins/appcenter/resources/appcenter_messages_fr.properties @@ -724,4 +724,7 @@ xpage.demand_validation.form.labelDemand.infos=Informations compl\u00e9mentaires xpage.demand_validation.form.labelStatus=Choix xpage.demand_validation.form.labelStatus.help=Veuillez choisir un retour pour cette demande xpage.demand_validation.form.labelValidate=Valider la demande -xpage.demand_validation.form.labelReject=Rejeter la demande \ No newline at end of file +xpage.demand_validation.form.labelReject=Rejeter la demande + +# Manage Notification +manage_notification.pageTitle=Notification \ No newline at end of file diff --git a/webapp/WEB-INF/templates/admin/plugins/appcenter/manageappcenter_tabs.html b/webapp/WEB-INF/templates/admin/plugins/appcenter/manageappcenter_tabs.html index 751bdcd5..ca094776 100644 --- a/webapp/WEB-INF/templates/admin/plugins/appcenter/manageappcenter_tabs.html +++ b/webapp/WEB-INF/templates/admin/plugins/appcenter/manageappcenter_tabs.html @@ -1,30 +1,33 @@ <#macro tabs2 tab > <@tabs> <@listTabs> -
  • class="active"> +
  • class="active"> #i18n{appcenter.manage_demands.pageTitle}
  • -
  • class="active"> +
  • class="active"> #i18n{appcenter.manage_applications.pageTitle}
  • -
  • class="active"> +
  • class="active"> #i18n{appcenter.manage_userApplicationRoles.pageTitle}
  • -
  • class="active"> +
  • class="active"> #i18n{appcenter.manage_attributes.pageTitle}
  • -
  • class="active"> +
  • class="active"> #i18n{appcenter.manage_demandtypes.pageTitle}
  • -
  • class="active"> +
  • class="active"> #i18n{module.appcenter.guichetpro.manage_demandtypecategories.pageTitle}
  • -
  • class="active"> +
  • class="active"> #i18n{appcenter.manage_roles.pageTitle}
  • -
  • class="active"> +
  • class="active"> #i18n{appcenter.manage_organizations.pageTitle}
  • +
  • class="active"> + #i18n{appcenter.manage_notification.pageTitle} +
  • diff --git a/webapp/jsp/admin/plugins/appcenter/ManageNotification.jsp b/webapp/jsp/admin/plugins/appcenter/ManageNotification.jsp new file mode 100644 index 00000000..7fe86692 --- /dev/null +++ b/webapp/jsp/admin/plugins/appcenter/ManageNotification.jsp @@ -0,0 +1,9 @@ + +<% String strContent = manageNotification.processController ( request , response ); %> + +<%@ page errorPage="../../ErrorPage.jsp" %> + + +<%= strContent %> + +<%@ include file="../../AdminFooter.jsp" %>