[extensions-web] Add a small "Alpha Software" disclaimer with a link to bug reports.



commit 2164817258f5b90f37c76cf2ba96607a06288f92
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Sep 26 23:41:36 2011 -0400

    Add a small "Alpha Software" disclaimer with a link to bug reports.

 sweettooth/static/css/sweettooth.css |    6 ++++++
 sweettooth/templates/base.html       |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 1e5e27e..ac99c99 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -489,3 +489,9 @@ input[type=submit], button {
 .reivew blockquote.empty {
     color: #888;
 }
+
+.alpha-disclaimer {
+    font-size: larger;
+    font-weight: bold;
+    text-align: center;
+}
\ No newline at end of file
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index f785f0b..2719792 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -95,6 +95,8 @@ window._SW = function() {
           Copyright &copy; 2005&#8210;2011 <strong class="gnome_logo">The GNOME Project</strong><br>
           <small>Free to share and remix: <a href="http://creativecommons.org/licenses/by/3.0/";>Creative Commons CC-BY</a>. Optimised for standards. Hosted by <a href="http://www.canonical.com/";>Canonical</a>. Powered by <a href="http://www.djangoproject.com";>Django</a> and <a href="https://github.com/magcius/sweettooth";>SweetTooth</a></small>
         </div>
+
+        <p class="alpha-disclaimer">SweetTooth is alpha software. Help us out by <a href="https://bugzilla.gnome.org/enter_bug.cgi?product=website&component=extensions.gnome.org";>reporting bugs and letting know what you think!</a></p>
         <div class="clear"></div>
     </div>
   </body>



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