diff --git a/config/signaturepage_or_permissionform.php b/config/signaturepage_or_permissionform.php new file mode 100644 index 00000000..94dfe56b --- /dev/null +++ b/config/signaturepage_or_permissionform.php @@ -0,0 +1,29 @@ + \ No newline at end of file diff --git a/db/db.update.178.sql b/db/db.update.178.sql new file mode 100644 index 00000000..6d441b00 --- /dev/null +++ b/db/db.update.178.sql @@ -0,0 +1,23 @@ +/* This file was modified Feb of 2015 by Sebastian Ruan */ +/* below is the updated table users_judge*/ + +INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year`) VALUES ( +'signaturepage_or_permissionform', 'signaturepage', 'Participant Registration', 'enum', 'signaturepage = Signature Page|permissionform = Permission Form', +'2775', 'Change the name of the form that must be signed in order to participate in this fair to:
', '-1'); + +UPDATE `config` SET `description`='Does the signature page/permission form need to be received BEFORE students are allowed to self nominate for special awards?' WHERE `var`='specialawardnomination_aftersignatures'; + +ALTER TABLE `users_judge` ADD + (private_info text COLLATE latin1_swedish_ci, + flagged_judge tinyint(1)); + +INSERT INTO `translations` (lang, strmd5, str, val, argsdesc) VALUES +('fr','0a05f902716d6694a01443967d100221','Private Information','',''), +('fr','370695d562057f1a0cf254e513d115e5','Flagged Judge','',''); + + + + + + + diff --git a/images/16/update.gif b/images/16/update.gif new file mode 100644 index 00000000..a88cec7f Binary files /dev/null and b/images/16/update.gif differ diff --git a/images/16/update.png b/images/16/update.png new file mode 100644 index 00000000..e98a5dda Binary files /dev/null and b/images/16/update.png differ diff --git a/images/16/update2.gif b/images/16/update2.gif new file mode 100644 index 00000000..d1acb766 Binary files /dev/null and b/images/16/update2.gif differ diff --git a/images/16/update2.png b/images/16/update2.png new file mode 100644 index 00000000..8e9c26ee Binary files /dev/null and b/images/16/update2.png differ