forked from science-ation/science-ation
forgot to add the new files
This commit is contained in:
parent
21636ce272
commit
99cfd97e0a
29
config/signaturepage_or_permissionform.php
Normal file
29
config/signaturepage_or_permissionform.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
// This file was created February 2015 by Sebastian Ruan
|
||||
/* It determines if signature page is to be called permission form.
|
||||
The multiple variables allow for correct grammer to be observed
|
||||
on the website.
|
||||
*/
|
||||
|
||||
if ($config['signaturepage_or_permissionform']=="permissionform"){
|
||||
|
||||
$participationform = 'Permission Form';
|
||||
$plural_participationform = 'Permission Forms';
|
||||
$non_capital_participationform = 'permission form';
|
||||
$non_capital_plural_participationform = 'permission forms';
|
||||
$sentence_begin_participationform = 'Permission form';
|
||||
$signatureformpermissionform = 'permission form';
|
||||
}
|
||||
|
||||
else {
|
||||
$participationform = 'Signature Page';
|
||||
$plural_participationform = 'Siganture Forms';
|
||||
$non_capital_participationform = 'signature page';
|
||||
$non_capital_plural_participationform = 'signature forms';
|
||||
$sentence_begin_participationform = 'Signature page';
|
||||
$signatureformpermissionform = 'signature form';
|
||||
}
|
||||
|
||||
|
||||
?>
|
23
db/db.update.178.sql
Normal file
23
db/db.update.178.sql
Normal file
@ -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: <br><ul><li>Signature Page<li>Permission Form </ul>', '-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','','');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
images/16/update.gif
Normal file
BIN
images/16/update.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 390 B |
BIN
images/16/update.png
Normal file
BIN
images/16/update.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 639 B |
BIN
images/16/update2.gif
Normal file
BIN
images/16/update2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
images/16/update2.png
Normal file
BIN
images/16/update2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user