<#include "adminidentities_tabs.html" /> <#include "/admin/util/editor/editor.html" /> <@tabs tab="attributekey" /> <@rowBoxHeader i18nTitleKey="identitystore.create_attributekey.title">
<@messages errors=errors /> <@fieldInputText i18nLabelKey="identitystore.create_attributekey.labelName" inputName="name" maxlength=100 mandatory=true value="${attributekey.name!''}" i18nHelpBlockKey="identitystore.create_attributekey.labelName.help" /> <@fieldInputText i18nLabelKey="identitystore.create_attributekey.labelKeyName" inputName="key_name" maxlength=100 mandatory=true value="${attributekey.keyName!''}" i18nHelpBlockKey="identitystore.create_attributekey.labelKeyName.help" />

#i18n{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"/>
<@initEditor />