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

fix for edit profile form in ie7 and ie8

parent d9b5ad33
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ $release = get_version(true); ...@@ -29,7 +29,6 @@ $release = get_version(true);
<meta name="ElggRelease" content="<?php echo $release; ?>" /> <meta name="ElggRelease" content="<?php echo $release; ?>" />
<meta name="ElggVersion" content="<?php echo $version; ?>" /> <meta name="ElggVersion" content="<?php echo $version; ?>" />
<script type="text/javascript">window.$ = window.jQuery = WDN.jQuery;</script> <script type="text/javascript">window.$ = window.jQuery = WDN.jQuery;</script>
<script type="text/javascript" src="<?php echo $vars['url']; ?>vendors/jquery/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="<?php echo $vars['url']; ?>_css/js.php?lastcache=<?php echo $vars['config']->lastcache; ?>&amp;js=initialise_elgg&amp;viewtype=<?php echo $vars['view']; ?>"></script> <script type="text/javascript" src="<?php echo $vars['url']; ?>_css/js.php?lastcache=<?php echo $vars['config']->lastcache; ?>&amp;js=initialise_elgg&amp;viewtype=<?php echo $vars['view']; ?>"></script>
<?php <?php
global $pickerinuse; global $pickerinuse;
...@@ -122,7 +121,6 @@ if ($vars['title'] == "Edit profile") { ...@@ -122,7 +121,6 @@ if ($vars['title'] == "Edit profile") {
$("form.cool p.form-field-description").each(function(){ $("form.cool p.form-field-description").each(function(){
$(this).appendTo($(this).prev()).css({ $(this).appendTo($(this).prev()).css({
marginLeft: "164px", marginLeft: "164px",
display: "absolute",
marginTop: "33px", marginTop: "33px",
fontSize: "75%", fontSize: "75%",
color: "#1091D1" color: "#1091D1"
......
...@@ -18,7 +18,7 @@ if (empty($vars['title'])) { ...@@ -18,7 +18,7 @@ if (empty($vars['title'])) {
$page->breadcrumbs = "<!-- WDN: see glossary item \'breadcrumbs\' --> <ul> <li class=\"first\"><a href=\"http://www.unl.edu/\">UNL</a></li> <li>Social Network</li> </ul>"; $page->breadcrumbs = "<!-- WDN: see glossary item \'breadcrumbs\' --> <ul> <li class=\"first\"><a href=\"http://www.unl.edu/\">UNL</a></li> <li>Social Network</li> </ul>";
$page->doctitle = '<title>'.$title.'</title>'; $page->doctitle = '<title>'.$title.'</title>';
$page->head .= elgg_view('page_elements/header', $vars); $page->head .= elgg_view('page_elements/header', $vars);
$page->addScript($vars['url'] . 'mod/unl_theme/scripts/social.js'); $page->head .= '<script type="text/javascript">WDN.loadJS("'.$vars['url'] . 'mod/unl_theme/scripts/social.js");</script>';
$page->addStyleSheet('/wdn/templates_3.0/css/content/forms.css'); $page->addStyleSheet('/wdn/templates_3.0/css/content/forms.css');
$page->maincontentarea .= elgg_view('page_elements/unl_nav', $vars); $page->maincontentarea .= elgg_view('page_elements/unl_nav', $vars);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment