<#include "managegrudata_tabs.html" /> <@tabs tab="notification" /> <@rowBoxHeader i18nTitleKey="grustoragedb.create_notification.pageTitle">
<@messages errors=errors /> <@fieldInputText i18nLabelKey="grustoragedb.create_notification.labelIdDemand" inputName="id_demand" mandatory=true value="${notification.idDemand!''}" i18nHelpBlockKey="grustoragedb.create_notification.labelIdDemand.help" /> <@fieldInputText i18nLabelKey="grustoragedb.create_notification.labelJson" inputName="json" value="${notification.json!''}" i18nHelpBlockKey="grustoragedb.create_notification.labelJson.help" /> <@actionButtons button1Name="action_createNotification" button2Name="view_manageNotifications"/>