Index: branches/5.2.x/core/install/install_data.sql =================================================================== diff -u -N -r15563 -r15593 --- branches/5.2.x/core/install/install_data.sql (.../install_data.sql) (revision 15563) +++ branches/5.2.x/core/install/install_data.sql (.../install_data.sql) (revision 15593) @@ -110,6 +110,7 @@ INSERT INTO SystemSettings VALUES(DEFAULT, 'l_GoogleMapsAPIKey', '', 'In-Portal', 'in-portal:configure_advanced', 'la_section_Settings3rdPartyAPI', 'la_fld_LinkGoogleMapsAPIKey', 'text', NULL, NULL, 80.02, 0, 1, NULL); INSERT INTO SystemSettings VALUES(DEFAULT, 'CKFinderLicenseName', '', 'In-Portal', 'in-portal:configure_advanced', 'la_section_Settings3rdPartyAPI', 'la_config_CKFinderLicenseName', 'text', NULL, NULL, 80.03, 0, 0, NULL); INSERT INTO SystemSettings VALUES(DEFAULT, 'CKFinderLicenseKey', '', 'In-Portal', 'in-portal:configure_advanced', 'la_section_Settings3rdPartyAPI', 'la_config_CKFinderLicenseKey', 'text', NULL, NULL, 80.04, 0, 0, NULL); +INSERT INTO SystemSettings VALUES(DEFAULT, 'TypeKitId', '', 'In-Portal', 'in-portal:configure_advanced', 'la_section_Settings3rdPartyAPI', 'la_config_TypeKitId', 'text', NULL, NULL, 80.05, 0, 1, NULL); # Section "in-portal:configure_users": INSERT INTO SystemSettings VALUES(DEFAULT, 'User_Allow_New', '3', 'In-Portal:Users', 'in-portal:configure_users', 'la_title_General', 'la_users_allow_new', 'radio', '', '1=la_opt_UserInstantRegistration||2=la_opt_UserNotAllowedRegistration||3=la_opt_UserUponApprovalRegistration||4=la_opt_UserEmailActivation', 10.01, 0, 1, NULL); Index: branches/5.2.x/core/admin_templates/popups/editor.tpl =================================================================== diff -u -N -r15325 -r15593 --- branches/5.2.x/core/admin_templates/popups/editor.tpl (.../editor.tpl) (revision 15325) +++ branches/5.2.x/core/admin_templates/popups/editor.tpl (.../editor.tpl) (revision 15593) @@ -70,6 +70,8 @@ } ); + ckeditors_apply_typekit(); + $(document).ready( function () { $(window).resize( Index: branches/5.2.x/core/admin_templates/categories/edit_content.tpl =================================================================== diff -u -N -r15051 -r15593 --- branches/5.2.x/core/admin_templates/categories/edit_content.tpl (.../edit_content.tpl) (revision 15051) +++ branches/5.2.x/core/admin_templates/categories/edit_content.tpl (.../edit_content.tpl) (revision 15593) @@ -61,6 +61,8 @@ } ); + ckeditors_apply_typekit(); + $(document).ready( function () { $(window).resize( Index: branches/5.2.x/core/admin_templates/incs/header.tpl =================================================================== diff -u -N -r15445 -r15593 --- branches/5.2.x/core/admin_templates/incs/header.tpl (.../header.tpl) (revision 15445) +++ branches/5.2.x/core/admin_templates/incs/header.tpl (.../header.tpl) (revision 15593) @@ -53,17 +53,19 @@