|
|
|
|
@ -819,6 +819,7 @@ VALUES |
|
|
|
|
('enabled_support_pixlr',NULL,'radio','Tools','false','EnabledPixlrTitle','EnabledPixlrComment',NULL,NULL, 0), |
|
|
|
|
('show_groups_to_users',NULL,'radio','Platform','true','ShowGroupsToUsersTitle','ShowGroupsToUsersComment',NULL,NULL, 0), |
|
|
|
|
('accessibility_font_resize',NULL,'radio','Platform','false','EnableAccessibilityFontResizeTitle','EnableAccessibilityFontResizeComment',NULL,NULL, 1), |
|
|
|
|
('hide_courses_in_sessions',NULL,'radio', 'Platform','false','HideCoursesInSessionsTitle', 'HideCoursesInSessionsComment','platform',NULL, 1), |
|
|
|
|
('chamilo_database_version',NULL,'textfield',NULL, '1.8.8.13860','DokeosDatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
|
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
@ -1078,7 +1079,9 @@ VALUES |
|
|
|
|
('show_groups_to_users','true','Yes'), |
|
|
|
|
('show_groups_to_users','false','No'), |
|
|
|
|
('accessibility_font_resize', 'true', 'Yes'), |
|
|
|
|
('accessibility_font_resize', 'false', 'No'); |
|
|
|
|
('accessibility_font_resize', 'false', 'No'), |
|
|
|
|
('hide_courses_in_sessions','true','Yes'), |
|
|
|
|
('hide_courses_in_sessions','false','No'); |
|
|
|
|
|
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
|
|
|
|
|
|