AC_4854: Added missing InlineEdit css to header
authorHarris Wong <hwong@ocad.ca>
Mon, 3 Oct 2011 21:01:31 +0000 (21:01 -0000)
committerHarris Wong <hwong@ocad.ca>
Mon, 3 Oct 2011 21:01:31 +0000 (21:01 -0000)
During infusion 1.4 upgrade, the InlineEdit css needs to be loaded in the header.  Added the missing css back to the theme header template.

docs/themes/default/include/header.tmpl.php

index dde10d6..5659e8d 100644 (file)
@@ -76,6 +76,7 @@ $starttime = $mtime;
        <!-- <link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css' /> -->
        <link rel="icon" href="<?php echo $this->base_path; ?>favicon.ico" type="image/x-icon" /> 
        <link rel="stylesheet" href="<?php echo $this->base_path.'include/jscripts/infusion/framework/fss/css/fss-layout.css'; ?>" type="text/css" />
+       <link rel="stylesheet" href="<?php echo $this->base_path.'include/jscripts/infusion/components/inlineEdit/css/InlineEdit.css'; ?>" type="text/css" />
        <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/forms.css" type="text/css" />
        <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/styles.css" type="text/css" />
        <!--[if IE]>