Skip to content

Commit

Permalink
added scaffolds as a standard module
Browse files Browse the repository at this point in the history
  • Loading branch information
greg gay committed Sep 25, 2008
1 parent 59077f0 commit 3c3165b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/install/db/atutor_schema.sql
Expand Up @@ -1003,14 +1003,14 @@ CREATE TABLE `myown_patches_files` (


# insert the default theme
INSERT INTO `themes` VALUES ('ATutor', '1.6.1', 'default', NOW(), 'This is the default ATutor theme and cannot be deleted as other themes inherit from it. Please do not alter this theme directly as it would complicate upgrading. Instead, create a new theme derived from this one.', 2);
INSERT INTO `themes` VALUES ('Fluid', '1.6.1', 'fluid', NOW(), 'Theme that implements the Fluid reorderer used to drag-and-drop the menu from side-to-side.', 1);
INSERT INTO `themes` VALUES ('ATutor Classic', '1.6.1', 'default_classic', NOW(), 'This is the ATutor Classic theme which makes use of the custom Header and logo images. To customize those images you must edit the <code>theme.cfg.php</code> in this theme\'s directory.', 1);
INSERT INTO `themes` VALUES ('ATutor', '1.6.2', 'default', NOW(), 'This is the default ATutor theme and cannot be deleted as other themes inherit from it. Please do not alter this theme directly as it would complicate upgrading. Instead, create a new theme derived from this one.', 2);
INSERT INTO `themes` VALUES ('Fluid', '1.6.2', 'fluid', NOW(), 'Theme that implements the Fluid reorderer used to drag-and-drop the menu from side-to-side.', 1);
INSERT INTO `themes` VALUES ('ATutor Classic', '1.6.2', 'default_classic', NOW(), 'This is the ATutor Classic theme which makes use of the custom Header and logo images. To customize those images you must edit the <code>theme.cfg.php</code> in this themes directory.', 1);


INSERT INTO `themes` VALUES ('Blumin', '1.6.1', 'blumin', NOW(), 'This is the plone look-alike theme.', 1);
INSERT INTO `themes` VALUES ('Greenmin', '1.6.1', 'greenmin', NOW(), 'This is the plone look-alike theme in green.', 1);
INSERT INTO `themes` VALUES ('ATutor 1.5', '1.6.1', 'default15', NOW(), 'This is the 1.5 series default theme.', 1);
INSERT INTO `themes` VALUES ('Blumin', '1.6.2', 'blumin', NOW(), 'This is the plone look-alike theme.', 1);
INSERT INTO `themes` VALUES ('Greenmin', '1.6.2', 'greenmin', NOW(), 'This is the plone look-alike theme in green.', 1);
INSERT INTO `themes` VALUES ('ATutor 1.5', '1.6.2', 'default15', NOW(), 'This is the 1.5 series default theme.', 1);


# --------------------------------------------------------
Expand Down

0 comments on commit 3c3165b

Please sign in to comment.