From a9b262d3139e2b38f02858f7b47476c7e1c48587 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Mon, 6 Aug 2007 15:01:11 +0200 Subject: [PATCH] [svn r12876] show or hide tabs --- main/install/migrate-db-1.8.3-1.8.4-pre.sql | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/main/install/migrate-db-1.8.3-1.8.4-pre.sql b/main/install/migrate-db-1.8.3-1.8.4-pre.sql index 728e045291..0f39b5ecff 100644 --- a/main/install/migrate-db-1.8.3-1.8.4-pre.sql +++ b/main/install/migrate-db-1.8.3-1.8.4-pre.sql @@ -12,9 +12,16 @@ -- -- This first part is for the main database -- xxMAINxx +INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('show_tabs', 'campus_homepage', 'checkbox', 'Platform', 'true', 'ShowTabsTitle','ShowTabsComment',NULL,'TabsCampusHomepage'); +INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('show_tabs', 'my_courses', 'checkbox', 'Platform', 'true', 'ShowTabsTitle','ShowTabsComment',NULL,'TabsMyCourses'); +INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('show_tabs', 'reporting', 'checkbox', 'Platform', 'true', 'ShowTabsTitle','ShowTabsComment',NULL,'TabsReporting'); +INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('show_tabs', 'platform_administration', 'checkbox', 'Platform', 'true', 'ShowTabsTitle','ShowTabsComment',NULL,'TabsPlatformAdministration'); +INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('show_tabs', 'my_agenda', 'checkbox', 'Platform', 'true', 'ShowTabsTitle','ShowTabsComment',NULL,'TabsMyAgenda'); +INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('show_tabs', 'my_profile', 'checkbox', 'Platform', 'true', 'ShowTabsTitle','ShowTabsComment',NULL,'TabsMyProfile'); + -- xxSTATSxx -- xxUSERxx --- xxCOURSExx +-- xxCOURSExx