changed git call from https to git readonly
[atutor.git] / mods / disclaimer / module.sql
1 CREATE TABLE `DS_agreed_logins` (
2    `login` varchar(30) NOT NULL,
3    PRIMARY KEY ( `login` )
4 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
5
6
7 INSERT INTO `language_text` VALUES ('en', '_module','disclaimer','Legal Disclaimer',NOW(),'');
8 INSERT INTO `language_text` VALUES ('en', '_module','enable_terms_and_conditions','Enable Legal Disclaimer',NOW(),'');
9 INSERT INTO `language_text` VALUES ('en', '_module','tac_link','Where to redirect if users do not agree to the legal disclaimer',NOW(),'');
10 INSERT INTO `language_text` VALUES ('en', '_module','tac_attention','Before using this Online Learning System, please indicate that you agree with the following terms by clicking on the \"Yes, I Agree\" button located below.',NOW(),'');
11 INSERT INTO `language_text` VALUES ('en', '_module','i_agree','Yes, I Agree',NOW(),'');
12 INSERT INTO `language_text` VALUES ('en', '_module','i_do_not_agree','No, I do not Agree',NOW(),'');
13 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_TAC_SAVED','Legal Disclaimer is saved successfully.',NOW(),'');