<#include "adminidentities_tabs.html" /> <@tabs tab="attributekey" /> <@rowBoxHeader i18nTitleKey="identitystore.create_attributekey.title">
<@messages errors=errors /> <@fieldInputText i18nLabelKey="identitystore.create_attributekey.labelName" inputName="name" mandatory=true value="${attributekey.name!''}" i18nHelpBlockKey="identitystore.create_attributekey.labelName.help" /> <@fieldInputText i18nLabelKey="identitystore.create_attributekey.labelKeyName" inputName="key_name" mandatory=true value="${attributekey.keyName!''}" i18nHelpBlockKey="identitystore.create_attributekey.labelKeyName.help" /> <@fieldInputText i18nLabelKey="identitystore.create_attributekey.labelDescription" inputName="description" mandatory=true value="${attributekey.description!''}" i18nHelpBlockKey="identitystore.create_attributekey.labelDescription.help" />
<@comboWithParams name="id_keytype" default_value="" additionalParameters=" class=\"form-control\" id=\"id_keytype\" " items=keytype_list />
<@actionButtons button1Name="action_createAttributeKey" button2Name="view_manageAttributeKeys"/>