summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2007-08-15 04:54:34 +0200
committerwurblzap%gmail.com <>2007-08-15 04:54:34 +0200
commit2c7bf1ccef93895052aefc4bb541d74933a914e3 (patch)
treedade58ac36b36e347ba909fc326b61b8b94b8e39 /template
parent1427884e689fa9c470f88bdefc7eabbb87b047c6 (diff)
downloadbugzilla-2c7bf1ccef93895052aefc4bb541d74933a914e3.tar.gz
bugzilla-2c7bf1ccef93895052aefc4bb541d74933a914e3.tar.xz
Bug 259723 – Alternative Bugzilla CSS.
Patch by Marc Schumann <wurblzap@gmail.com>, r=glob,LpSolit; a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/navigate.html.tmpl2
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl1
2 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl
index b6e1351ee..652e765f0 100644
--- a/template/en/default/bug/navigate.html.tmpl
+++ b/template/en/default/bug/navigate.html.tmpl
@@ -21,6 +21,7 @@
[% PROCESS global/variables.none.tmpl %]
+<div class="navigation">
[% IF bug_list && bug_list.size > 0 %]
[% this_bug_idx = lsearch(bug_list, bug.bug_id) %]
<b>[% terms.Bug %] List:</b>
@@ -66,3 +67,4 @@
&nbsp;&nbsp;
<i><font color="#777777">No search results available</font></i>
[% END %]
+</div>
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 50256965c..6043ac9ba 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -276,7 +276,6 @@
[% PROCESS bug/comments.html.tmpl
comments = bug.longdescs %]
- <hr>
[% END %]