From c2ffb9fcdcf81942e30a5e9f1767aafbdeda79af Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Fri, 7 Mar 2014 08:44:17 -0600
Subject: [PATCH] Update dates for 2014 camps

---
 src/YNS/Endorsements.php | 2 +-
 www/applicants/index.php | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/YNS/Endorsements.php b/src/YNS/Endorsements.php
index 0e33b66..4bf9cee 100644
--- a/src/YNS/Endorsements.php
+++ b/src/YNS/Endorsements.php
@@ -198,7 +198,7 @@ class YNS_Endorsements extends DB_DataObject
 		
 		$el =& HTML_QuickForm::createElement('html','<li><br />
 											 <h4 style="background:url(http://yns.nebraska.edu/images/icons/asterik_small.png) left center no-repeat; padding:5px 0px 5px 25px; margin:0px 0px 0px 10px; font-weight:bold; border-top:#B40025 3px dotted;">The above named student is applying for selection in a <strong>YNS Summer Camp</strong> and has requested your endorsement for his/her candidacy.</h4>
-											 <h6 style="padding:5px 0px 5px 25px; margin:0px 0px 0px 10px;"><em>The deadline for all application materials and teacher endorsements is <strong>May 6th, 2013</strong>.</em></h6></li>');
+											 <h6 style="padding:5px 0px 5px 25px; margin:0px 0px 0px 10px;"><em>The deadline for all application materials and teacher endorsements is <strong>May 6th, 2014</strong>.</em></h6></li>');
 		$form->insertElementBefore($el, 'first_name');
 		
 		$el =& HTML_QuickForm::createElement('header','teacher_header','teacher endorser information');
diff --git a/www/applicants/index.php b/www/applicants/index.php
index 7938875..94de982 100644
--- a/www/applicants/index.php
+++ b/www/applicants/index.php
@@ -169,10 +169,10 @@ h5#highSchool {
 <div id="maincontent" class="clear">
 <!-- InstanceBeginEditable name="main content" -->
 	<div class="four_col left">
-    	<h1 class="special_sec_header" style="font-size:3em;">NE EPSCoR Young Nebraska Scientist Initiative<br /><span style="color:#810900; font-weight:bolder; font-size:1.8em;">2013</span> Summer Camp Application Form</h1>
+    	<h1 class="special_sec_header" style="font-size:3em;">NE EPSCoR Young Nebraska Scientist Initiative<br /><span style="color:#810900; font-weight:bolder; font-size:1.8em;">2014</span> Summer Camp Application Form</h1>
         <h4 class="app_dead">Application Deadline Extended = Monday, May 6th!</h4>
         <div class="four_col">
-        	<h4 style="padding-left:10px;"><span style="color:#810900; font-size: 1.5em; font-weight: bold; line-height: 1.5em;">Process =</span> Applications turned in by Monday, April 22nd will be reviewed and members will be selected by Friday, April 26, 2013. Applications turned in by Monday, May 6th will be reviewed on an on-going basis and notified within 2 days of the receipt of a complete application. Notifications will be made through email and additional camp information and forms will be provided at that time.</h4>
+        	<h4 style="padding-left:10px;"><span style="color:#810900; font-size: 1.5em; font-weight: bold; line-height: 1.5em;">Process =</span> Applications turned in by Monday, April 28th will be reviewed and members will be selected by Friday, May 2nd, 2014. Notifications will be made through email and additional camp information and forms will be provided at that time.</h4>
         </div>
         <div class="clear" style="border-bottom: #851818 3px dotted; height:20px; margin-bottom:10px;"></div>
     <!-- <p><span class="blue" style="color:#FFF;"><strong>A limited number of scholarships are available from NE EPSCoR.</strong></span> Please download and complete the <a href="http://yns.nebraska.edu/documents/2009YNSIFinancialAidApplicationwebvsn.pdf">Financial Aid Application</a> and return it to NE EPSCoR by the application deadline.</p> -->
-- 
GitLab