From ed3401a13bc143f1bfdc59dfa58e8b9bb8996b18 Mon Sep 17 00:00:00 2001 From: Julian Tenney Date: Fri, 8 Feb 2013 13:36:16 +0000 Subject: [PATCH] Making a new zip - turning off bootstrap for now. git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@673 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641 --- setup/basic.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/basic.sql b/setup/basic.sql index d11ad7c1c6..a60c738896 100644 --- a/setup/basic.sql +++ b/setup/basic.sql @@ -72,7 +72,7 @@ CREATE TABLE `$originaltemplatesdetails` ( PRIMARY KEY (`template_type_id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; -insert into `$originaltemplatesdetails`(`template_type_id`,`template_framework`,`template_name`,`description`,`date_uploaded`,`display_name`,`display_id`,`access_rights`,`active`) values (5,'xerte','Nottingham','A flexible template for creating interactive learning objects.','2009-09-02','Xerte Online Toolkit',0,'*',1),(8,'xerte','Rss','Easily create and maintain an RSS Feed.','2008-04-02','RSS Feed',0,'*',1),(14,'xerte','multipersp','A template for creating learning objects to present multiple perspectives on a topic','2009-07-08','Multiple Perspectives',0,'*',0),(15,'xerte','mediaInteractions','A template for presenting a piece of media and creating a series of interactions','2009-09-01','Media Interactions',0,'*',0),(16,'xerte','bootstrap','Create responsive web native pieces.','2013-02-02','Bootstrap',0,'*',1);; +insert into `$originaltemplatesdetails`(`template_type_id`,`template_framework`,`template_name`,`description`,`date_uploaded`,`display_name`,`display_id`,`access_rights`,`active`) values (5,'xerte','Nottingham','A flexible template for creating interactive learning objects.','2009-09-02','Xerte Online Toolkit',0,'*',1),(8,'xerte','Rss','Easily create and maintain an RSS Feed.','2008-04-02','RSS Feed',0,'*',1),(14,'xerte','multipersp','A template for creating learning objects to present multiple perspectives on a topic','2009-07-08','Multiple Perspectives',0,'*',0),(15,'xerte','mediaInteractions','A template for presenting a piece of media and creating a series of interactions','2009-09-01','Media Interactions',0,'*',0),(16,'xerte','bootstrap','Create responsive web native pieces.','2013-02-02','Bootstrap',0,'*',0);; CREATE TABLE `$play_security_details` ( `security_id` int(11) NOT NULL AUTO_INCREMENT,