Skip to content
Snippets Groups Projects
Commit a7eafd4b authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Fix mobile profile editor.

parent 2ddf83f6
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,18 @@ if ($_GET['firstlogin'] == 'yes'){
</ol>
</form>
</form>
<script type="text/javascript" src="/wdn/templates_3.0/scripts/jquery.js"></script>
<script type="text/javascript" src="http://ucommjuhl.unl.edu/planetred/elgg/mod/unl_theme/scripts/JS/enhanceProfileForm.php"></script>
<script type="text/javascript">$("p.form-field-description").css({"margin-top": "1px", "margin-left": "1px", "margin": "0px"});</script>
<noscript>
<p>Sorry, the profile editor requires JavaScript. Please enable JavaScript in your browser, or sign in to Planet Red with a browser that supports JavaScript.</p>
<style type="text/css">
form.cool {
display: none;
}
</style>
</noscript>
<?php
} else {
echo elgg_echo('form:error_no_profile_form');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment