@row>
<@columns>
<@box color='info'>
<@boxHeader title='#i18n{portal.style.create_style.title}' />
<@boxBody>
<@tform method='post' name='create_style' action='jsp/admin/style/DoCreateStyle.jsp'>
<@formGroup labelKey='#i18n{portal.style.create_style.labelId}' labelFor='style_id' mandatory=true>
<@input type='text' name='style_id' id='style_id' inputSize=5 maxlength=10 />
@formGroup>
<@formGroup labelKey='#i18n{portal.style.create_style.labelName}' labelFor='style_name' mandatory=true>
<@input type='text' name='style_name' id='style_name' inputSize=60 maxlength=100 />
@formGroup>
<@formGroup labelKey='#i18n{portal.style.create_style.labelComponentType}' labelFor='portal_component'>
<#assign javascriptComboParams>onChange="javascript:if( document.create_style.portal_component.value == '0' ) {document.create_style.portlet_type.disabled=false;} else {document.create_style.portlet_type.disabled=true;}"#assign>
<@select name='portal_component' default_value='0' items=portal_component_list params='${javascriptComboParams}' />
@formGroup>
<@formGroup labelKey='#i18n{portal.style.create_style.labelPortletType}' labelFor='portlet_type'>
<@select name='portlet_type' default_value='0' items=portlet_type_list />
@formGroup>
<@formGroup>
<@button type='submit' buttonIcon='plus' title='#i18n{portal.style.create_style.buttonCreate}' size='' />
<@aButton href='jsp/admin/style/ManageStyles.jsp' buttonIcon='times' title='#i18n{portal.admin.message.buttonCancel}' size='' color='btn-secondary' />
@formGroup>
@tform>
@boxBody>
@box>
@columns>
@row>