diff options
| author | lpsolit%gmail.com <> | 2008-02-06 19:34:49 +0000 |
|---|---|---|
| committer | lpsolit%gmail.com <> | 2008-02-06 19:34:49 +0000 |
| commit | 8474e73b2aed9342d7ffe12aaf40adf085fdc606 (patch) | |
| tree | c9575f2e53ed14d5725fdb050be4d6da3e44fc68 /template/en/default/bug/process | |
| parent | 90bf2307e3f5f19171e5f60bfe34d7c90ad1bf10 (diff) | |
| download | bugs-8474e73b2aed9342d7ffe12aaf40adf085fdc606.tar bugs-8474e73b2aed9342d7ffe12aaf40adf085fdc606.tar.gz bugs-8474e73b2aed9342d7ffe12aaf40adf085fdc606.tar.bz2 bugs-8474e73b2aed9342d7ffe12aaf40adf085fdc606.tar.xz bugs-8474e73b2aed9342d7ffe12aaf40adf085fdc606.zip | |
Bug 359943: Prev/Next <link rel>s not working on process_bug.cgi page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
Diffstat (limited to 'template/en/default/bug/process')
| -rw-r--r-- | template/en/default/bug/process/header.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl index f31a9f8e4..5472aa7dd 100644 --- a/template/en/default/bug/process/header.html.tmpl +++ b/template/en/default/bug/process/header.html.tmpl @@ -44,5 +44,6 @@ [% PROCESS global/header.html.tmpl javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js", "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ] - style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] - %] + style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] + doc_section = "bug_page.html" +%] |
