]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages to allow...
authorjustdave%syndicomm.com <>
Wed, 4 Feb 2004 06:08:24 +0000 (06:08 +0000)
committerjustdave%syndicomm.com <>
Wed, 4 Feb 2004 06:08:24 +0000 (06:08 +0000)
r= myk, a= myk

template/en/default/global/header.html.tmpl

index 97770d9706f974bfb4eee33abc367ba17285a4b0..c64001bd488646864849cc0ff9c8c0f539e96af6 100644 (file)
@@ -91,7 +91,9 @@
   # but set the bgcolor and onload attributes in the DEFAULT directive above.
   #%]
 
-  <body bgcolor="[% bgcolor %]" onload="[% onload %]" [% bodyattrs %]>
+  <body bgcolor="[% bgcolor %]" onload="[% onload %]"
+   id="[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[@:/.]','-') %]"
+   [% bodyattrs %]>
 
 [%# Migration note: the following file corresponds to the old Param
   # 'bannerhtml'