[bugzilla-gnome-org-customizations/production] Add frame around "Common queries" on frontpage; remove bullet points



commit 4955105555e10b55444c761c49f35caa1e07890e
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&amp;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]