[bugzilla-gnome-org-customizations] Add frame around "Common queries" on frontpage; remove bullet points
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations] Add frame around "Common queries" on frontpage; remove bullet points
- Date: Wed, 11 Feb 2015 15:27:43 +0000 (UTC)
commit 49d6d6dc24b753f15a0515f7029f5a42527767ad
Author: Andre Klapper <a9016009 gmx de>
Date: Wed Feb 11 16:25:56 2015 +0100
Add frame around "Common queries" on frontpage; remove bullet points
Bug: #744302
.../template/en/default/hook/index-outro.html.tmpl | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/extensions/Browse/template/en/default/hook/index-outro.html.tmpl
b/extensions/Browse/template/en/default/hook/index-outro.html.tmpl
index 2854014..922f9ee 100644
--- a/extensions/Browse/template/en/default/hook/index-outro.html.tmpl
+++ b/extensions/Browse/template/en/default/hook/index-outro.html.tmpl
@@ -3,18 +3,17 @@
It allows you to create reports, add comments, and observe development by
subscribing to updates.</div>
- <h2>Common links</h2>
-
- <ul>
+ <div id="commonqueries" style="border: 1px grey solid; margin-top: 5px; padding: 5px">
+ <h2>Common links</h2>
[% IF user.id %]
- <li>
+ <div>
<a href="page.cgi?id=describeuser.html">Reported by and assigned to me</a>
- </li>
+ </div>
[% END %]
- <li>
+ <div>
<a href="buglist.cgi?chfield=%5BBug%20creation%5D&chfieldfrom=5d">Created in last 5 days</a>
- </li>
- <li>
+ </div>
+ <div>
<a href="buglist.cgi?chfieldfrom=5d">Changed in last 5 days</a>
- </li>
- </ul>
+ </div>
+ </div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]