<@rowBoxHeader i18nTitleKey="dbpage.create_section.tableLabel" >
<@fieldInputText i18nLabelKey="dbpage.create_section.rowTitleTitle" inputName="section_title" mandatory=true maxlength=50 /> <@fieldInputCheckBox i18nLabelKey="dbpage.create_section.rowTitleTemplateDefault" inputName="template_default" checked=true /> <@fieldInputCheckBox i18nLabelKey="dbpage.create_section.rowTitleSqlCheck" inputName="section_sql_check" checked=true /> <@fieldInputCombo i18nLabelKey="dbpage.create_dbpage.rowTitleWorkgroup" inputName="dbpage_workgroup" value="" items=workgroup_list />
<@fieldInputCombo i18nLabelKey="dbpage.create_section.rowTitleType" inputName="type_id" value="" items=type_list /> <@fieldInputText i18nLabelKey="dbpage.create_section.rowTitleColumn" inputName="section_desc_column" mandatory=true maxlength=50 /> <@fieldTextArea i18nLabelKey="dbpage.create_section.rowTitleSql" inputName="section_desc_sql" /> <@fieldInputCombo i18nLabelKey="dbpage.create_section.rowTitlePool" inputName="section_pool" value="" items=pool_list /> <@fieldInputCombo i18nLabelKey="dbpage.create_section.rowTitleRole" inputName="role" value="" items=role_list /> <@actionButtons url2='jsp/admin/plugins/dbpage/ModifyDbPage.jsp?dbpage_id=${dbpage_id}' />