[gimp-web/testing] Added bug report link + search form



commit 28f0dbc21543d125418c1c7dd7ead1365fd817bf
Author: Pat David <patdavid gmail com>
Date:   Wed Jan 20 12:29:45 2016 -0600

    Added bug report link + search form

 content/bugs/index.md              |   17 +++++++++++++++++
 themes/newgimp/static/css/gimp.css |    5 +++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/content/bugs/index.md b/content/bugs/index.md
index 6d9fc71..dfe0952 100644
--- a/content/bugs/index.md
+++ b/content/bugs/index.md
@@ -4,6 +4,23 @@ Modified: 2015-08-17T11:09:40-05:00
 Authors: Pat David
 Status: hidden
 
+<a href="https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"; title="Report a bug for GIMP!"
+style="
+    font-weight: bold;
+    font-size: 1.2rem;
+">
+Report a bug here!
+</a>
+
+<form action="https://bugzilla.gnome.org/buglist.cgi";>
+<input type="hidden" name="short_desc_type" value="allwordssubstr" />
+<input type="hidden" name="query_format" value="advanced" />
+<input type="hidden" name="product" value="GIMP" />
+<input type="hidden" name="list_id" value="91665"/>
+<label>Search for an existing bug:<br/>
+<input type="text" name="short_desc" placeholder="e.g.: 'font loading'" style='width: 50%; padding-left: 
0.2rem;' /></label>
+<input type="submit" value="Submit"/>
+</form>
 
 Making good bug reports is a great way to help increase the software quality of GIMP. A good bug report is a 
bug report that provides unambigous step-by-step instructions on how to reproduce the bug, what result that 
is expected, and what the actual result it. Good bug reports makes it easy for the developers to reproduce 
and fix the bug.
 
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 1a865f6..a471156 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -669,3 +669,8 @@ blockquote p {
 .FlattrButton img {
     vertical-align: middle;
 }
+
+form {
+    max-width: 34rem;
+    margin: 1rem auto;
+}


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