Skip to content

Commit

Permalink
changed dates to order the template Xerte Online Toolkit, then Bootst…
Browse files Browse the repository at this point in the history
…rap, then RSS.

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@857 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
thexerteproject committed May 2, 2013
1 parent 0922325 commit 665cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/basic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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,'site','site','A responsive template for delivering content to all devices.','2013-02-02','Bootstrap Template',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,'site','site','A responsive template for delivering content to all devices.','2009-04-02','Bootstrap Template',0,'*',1);;

CREATE TABLE `$play_security_details` (
`security_id` int(11) NOT NULL AUTO_INCREMENT,
Expand Down

0 comments on commit 665cebb

Please sign in to comment.