Skip to content
Snippets Groups Projects
Commit 5873c61d authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Fix visitor's center links

parent c8383c77
Branches master
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ if (!empty($_POST)
$error_msg = '';
if (in_array($_POST['location'], array("lied","union","sheldon","wick"))) {
$error_msg .= 'This location\'s outdoor events are not arranged through Landscape Services. Please contact them directly. <a href="http://www.unl.edu/visitorscenter/">Contact info available here</a>';
$error_msg .= 'This location\'s outdoor events are not arranged through Landscape Services. Please contact them directly. <a href="http://www.unl.edu/visitor/">Contact info available here</a>';
}
if (($_POST['location'] == 'other' && empty($_POST['location_other'])) ||
empty($_POST['location']) || empty($_POST['begindate_month']) || empty($_POST['begindate_day']) ||
......@@ -359,7 +359,7 @@ $page->maincontentarea .= <<<EOF
<p>Please note the following:</p>
<ul>
<li>This form pertains to <strong><em>outdoor spaces</em></strong> that are managed by Landscape Services.<br />
For other spaces on campus visit <a href="http://www.unl.edu/visitorscenter/">contact the Visitor's Center</a></li>
For other spaces on campus visit <a href="http://www.unl.edu/visitor/">contact the Visitor's Center</a></li>
<li>Student organizations should <strong><em>not</em></strong> use this form but should contact <a href="http://involved.unl.edu/">Student Involvement</a></li>
<li>This is a request form, your submission does not confirm/reserve access to the space. We will contact you as to availability.</li>
</ul>
......@@ -391,7 +391,7 @@ $page->maincontentarea .= <<<EOF
<li id="location_message" class="infoBox">
<h3>NOTICE</h3>
<p>This location's outdoor events are not arranged through Landscape Services.</p>
<p>Please contact them directly. <a href="http://www.unl.edu/visitorscenter/">Contact info available here</a></p>
<p>Please contact them directly. <a href="http://www.unl.edu/visitor/">Contact info available here</a></p>
</li>
<li style="clear:left" id="location_other_li">
<label for="location_other">
......@@ -762,7 +762,7 @@ $page->maincontentarea .= <<<EOF
<ul>
<li><a href="http://fmo.unl.edu/policies/use-outdoor-spaces">Outdoor Space Guidelines</a></li>
<li><a href="http://www.unl.edu/landscape/">Landscape Services</a></li>
<li><a href="http://www.unl.edu/visitorscenter/">Visitor's Center</a></li>
<li><a href="http://www.unl.edu/visitor/">Visitor's Center</a></li>
<li><a href="http://parking.unl.edu/special/schedule.shtml">Special Event Parking</a></li>
<li><a href="http://union.unl.edu/">Unions</a></li>
<li><a href="http://www.sheldonartmuseum.org/contact_us/">Sheldon Museum of Art &amp; Sculpture Garden</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment