summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-11-23 18:09:40 +0100
committerRob Snelders <programming@ertai.nl>2012-11-23 18:09:40 +0100
commitbdd0f9effd21660cd29d54973bb23152fb31ccdc (patch)
treeb9c048376a145c00532490559531589bf3211155
parent1944a962db3153f87a9265e5bb932de14ff0e342 (diff)
fdo#57333 - BUGZILLAASSISTANT: Add privacy hint nearby submit button
-rw-r--r--bug/bug.xhtml3
-rw-r--r--bug/bug/bug.css8
2 files changed, 10 insertions, 1 deletions
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;
}