diff --git a/plugins/mobile_unl/views/mobile/profile/edit.php b/plugins/mobile_unl/views/mobile/profile/edit.php index f22b0d7a980f2363f351b6c966b6fc2bfc085ae0..62593b96adc34cfc999182ccd739fe08416c625a 100644 --- a/plugins/mobile_unl/views/mobile/profile/edit.php +++ b/plugins/mobile_unl/views/mobile/profile/edit.php @@ -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');