#i18n{portal.style.modify_style.title}

<#assign javascriptComboParams>onChange="javascript:if( document.modify_style.portal_component.value == '0' ) {document.modify_style.portlet_type.disabled=false;} else {document.modify_style.portlet_type.disabled=true;}"
<@comboWithParams name="portal_component" default_value="${style.portalComponentId}" additionalParameters="${javascriptComboParams} class=\"form-control\" " items=portal_component_list />
<#if style.portletTypeId??>
<@comboSortedWithParams name="portlet_type" default_value="${style.portletTypeId}" additionalParameters=" class=\"form-control\" " items=portlet_type_list />
#i18n{portal.admin.message.buttonCancel}