# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php +++ components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php @@ -1679,7 +1679,8 @@ $value = $cbFields->clean( $badHtmlFilter, $value ); unset( $cbFields ); - $html = $_CB_framework->displayCmsEditor( $field->name, $value, 600, 350, $field->cols, $field->rows ); \ No newline at end of file + $html = $_CB_framework->displayCmsEditor( $field->name, $value, 600, 350, $field->cols, $field->rows ) + . $this->_fieldIconsHtml( $field, $user, $output, $reason, null, $field->type, $value, 'input', null, true, ( $this->_isRequired( $field, $user, $reason ) && ( ! $this->_isReadOnly( $field, $user, $reason ) ) ) ); \ No newline at end of file $jsSaveCode = $_CB_framework->saveCmsEditorJS( $field->name ); if ( $jsSaveCode ) { $_CB_framework->outputCbJQuery( "$('#adminForm').submit( function() { " . $jsSaveCode . " return true; } );" );