Index: openacs-4/packages/new-portal/sql/oracle/defaults.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/sql/oracle/defaults.sql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/new-portal/sql/oracle/defaults.sql 9 Nov 2001 04:13:49 -0000 1.10 +++ openacs-4/packages/new-portal/sql/oracle/defaults.sql 11 Nov 2001 16:45:53 -0000 1.11 @@ -86,14 +86,14 @@ -- Now, some element themes. theme_id := portal_element_theme.new ( - name => 'Simple table-based element theme', - description => 'A simple element theme.', + name => 'simple', + description => 'A simple red box theme', filename => 'themes/simple-theme', - resource_dir => 'themes/simple-theme/simple-theme'); + resource_dir => 'themes/simple-theme'); theme_id := portal_element_theme.new ( - name => 'Funky theme with icons', - description => 'Funky theme with icons', + name => 'window', + description => 'An Art Deco-esque theme', filename => 'themes/window-theme', resource_dir => 'themes/window-theme');