<#include "manageadmingru_tabs.html" /> <@tabs> <@tabHeader tab="extrasattributes"/> <@tabContent tab="extrasattributes"> <@rowBoxHeader i18nTitleKey="gru.create_extrasattributes.pageTitle">
<@messages errors=errors /> <@fieldInputText i18nLabelKey="gru.create_extrasattributes.labelAttributeKey" inputName="attribute_key" mandatory=true value="${extrasattributes.attributeKey!''}" i18nHelpBlockKey="gru.create_extrasattributes.labelAttributeKey.help" /> <@fieldInputText i18nLabelKey="gru.create_extrasattributes.labelName" inputName="name" mandatory=true value="${extrasattributes.name!''}" i18nHelpBlockKey="gru.create_extrasattributes.labelName.help" /> <@fieldInputText i18nLabelKey="gru.create_extrasattributes.labelDescription" inputName="description" mandatory=true value="${extrasattributes.description!''}" i18nHelpBlockKey="gru.create_extrasattributes.labelDescription.help" /> <@actionButtons button1Name="action_createExtrasAttributes" button2Name="view_manageExtrasAttributess"/>