Changeset 33001 for extensions/FCKEditor
- Timestamp:
- Dec 26, 2023, 6:07:26 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/FCKEditor/fckeditor.php
r32717 r33001 22 22 if ($page['page'] == 'album') 23 23 { 24 $areas[] = 'comment'; 25 $areas[] = 'mail_content'; 26 $toolbar = $conf['fckeditor_toolbar_always_full'] ? 'Full' : 'Basic'; 27 $template->set_prefilter('album_properties', 'add_remove_button'); 24 // With Piwigo 14 FCK Editor doesnt not worker with ajax validated form. 25 // For now let's completely deactivate FCK Editor on album editor. 26 // Better fix will come soon. 27 // $areas[] = 'comment'; 28 // $areas[] = 'mail_content'; 29 // $toolbar = $conf['fckeditor_toolbar_always_full'] ? 'Full' : 'Basic'; 30 // $template->set_prefilter('album_properties', 'add_remove_button'); 28 31 } 29 32 // Picture modify
Note: See TracChangeset
for help on using the changeset viewer.