[jhbuild/release-team-commands] add patch emblem next to bug reports with patches



commit 92b231766ea77d0cd644ad6954351ffde5e6aadc
Author: Frédéric Péters <fpeters 0d be>
Date:   Fri May 15 11:34:36 2009 +0200

    add patch emblem next to bug reports with patches
---
 jhbuild/commands/goalreport.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/jhbuild/commands/goalreport.py b/jhbuild/commands/goalreport.py
index 9b07ad5..b81b72d 100644
--- a/jhbuild/commands/goalreport.py
+++ b/jhbuild/commands/goalreport.py
@@ -100,6 +100,10 @@ a.warn-bug-status::after {
     font-weight: bold;
 }
 
+a.has-patch {
+    padding-right: 20px;
+    background: transparent url(http://bugzilla.gnome.org/images/emblems/P.png) center right no-repeat;
+}
 </style>
 </head>
 <body>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]