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

remove a hardcoded ucommjuhl

parent fa73c566
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ if ($_GET['firstlogin'] == 'yes'){
/* import forms css */
echo '<style type="text/css">@IMPORT url("/wdn/templates_3.0/css/content/forms.css");</style>';
/* add 'cool' class to form */
echo '<div id="formloading"><img src="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /><noscript>Please enable JavaScript to use the profile editor.</noscript></div>';
echo '<div id="formloading"><img src="/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /><noscript>Please enable JavaScript to use the profile editor.</noscript></div>';
echo '<form style="margin-top: 24px" action="'.$vars['url'].'action/flexprofile/edit" method="post" enctype="multipart/form-data" class="cool">';
/* add fieldset and legend */
echo '<fieldset><legend>Edit Information</legend><ol>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment