[Libreoffice-commits] .: bug/bug bug/bug.xhtml

Rob Snelders rsnelders at kemper.freedesktop.org
Fri Nov 23 09:09:48 PST 2012


 bug/bug.xhtml   |    3 +++
 bug/bug/bug.css |    8 +++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit bdd0f9effd21660cd29d54973bb23152fb31ccdc
Author: Rob Snelders <programming at ertai.nl>
Date:   Fri Nov 23 18:09:40 2012 +0100

    fdo#57333 - BUGZILLAASSISTANT: Add privacy hint nearby submit button

diff --git a/bug/bug.xhtml b/bug/bug.xhtml
index 1e21e5e..3fef2ef 100644
--- a/bug/bug.xhtml
+++ b/bug/bug.xhtml
@@ -70,6 +70,9 @@
             <div class="step step_description"><div class="count">5</div><div class="label">Description</div></div>
             <div class="step step_submit"><div class="count">6</div><div class="label">Submit</div></div>
           </div>
+          <div class="legal">
+            All your contributions will be public in WWW! By clicking the 'Submit' button you irrevocably agree to release your contribution under the CC-BY-SA 3.0 License and the GFDL. If you can't agree to these terms for documents you planned to attach you can state in this report that such a document exists. QA team will discuss with you further proceeding in the bug.
+          </div>
           <div class="copyright">
             <a target="_blank" href="http://wiki.documentfoundation.org/Bug_Submission_Assistant">Bug Submission Assistant</a> is copyright (C) 2011 Loic Dachary published under <a target="_blank" href="http://www.gnu.org/licenses/gpl.txt">GNU GPLv3+</a>. Download the sources with git clone <a target="_blank" href="http://cgit.freedesktop.org/libreoffice/website">http://cgit.freedesktop.org/libreoffice/website</a>.
           </div>
diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index f81aa9b..920b72a 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -133,12 +133,18 @@ body {
 
 /* copyright */
 
-.copyright {
+.legal {
     padding: 100px 30px 10px 20px;
     font-size: 8px;
     color: #1ca608;
 }
 
+.copyright {
+    padding: 10px 30px 10px 20px;
+    font-size: 8px;
+    color: #1ca608;
+}
+
 .copyright a {
     color: #7bd16e;
 }


More information about the Libreoffice-commits mailing list