resolve style weirdness (fallout from RT integration), especially non-fixed-width...
[freeside.git] / rt / html / Elements / Header
index ffe6536..a32784e 100644 (file)
@@ -49,6 +49,7 @@
               'title' => $Title,
               'head'  => $head,
               'nobr'  => 1,
+              'nocss' => 1,
           }) |n
 %>
 
@@ -79,7 +80,7 @@ if ($Refresh && $Refresh > 0) {
 $head .= <<END;
 <link rel="shortcut icon" href="$RT::WebImagesURL/favicon.png" type="image/png" />
 <link rel="stylesheet" href="$RT::WebPath/NoAuth/css/$RT::WebDefaultStylesheet/main-squished.css" type="text/css" media="all" />
-<link rel="stylesheet" href="RT::WebPath/NoAuth/css/print.css" type="text/css" media="print" />
+<link rel="stylesheet" href="$RT::WebPath/NoAuth/css/print.css" type="text/css" media="print" />
 END
 
 if ( $RSSAutoDiscovery ) {
@@ -95,10 +96,10 @@ $head .= <<END;
 END
 
 if ( $Focus ) {
-    $head .= onLoadHook("focusElementById('$Focus')");
+    $head .= qq{    onLoadHook("focusElementById('$Focus')");\n};
 }
 if ( $onload ) {
-    $head .= onLoadHook("$onload");
+    $head .= qq{    onLoadHook("$onload");\n};
 }
 
 $head .= '--></script>';