[Libreoffice-commits] .: 2 commits - bug/bug bug/bug.xhtml
Rob Snelders
rsnelders at kemper.freedesktop.org
Fri Nov 23 07:35:05 PST 2012
bug/bug.xhtml | 11 +++++++++--
bug/bug/skin.js | 1 -
2 files changed, 9 insertions(+), 3 deletions(-)
New commits:
commit d7a14b32fcd2fc84dba67d011aede6ed0fe11a24
Author: Rob Snelders <programming at ertai.nl>
Date: Fri Nov 23 16:25:10 2012 +0100
[fdo#59199] BUGZILLAASSISTANT: Ask bug reporters for help
diff --git a/bug/bug.xhtml b/bug/bug.xhtml
index fe365be..1e21e5e 100644
--- a/bug/bug.xhtml
+++ b/bug/bug.xhtml
@@ -94,8 +94,15 @@
</div>
<div class="state_success">
- <p>The bug report has been successfully submitted.</p>
- <p>You can edit it or add attachments using <a class="bug">the corresponding bugzilla page</a>.</p>
+ <p>The bug report has been successfully submitted.<br />
+ You can edit it or add attachments using <a class="bug">the corresponding bugzilla page</a>.</p>
+ <p></p>
+ <p>Thank you for reporting a problem with LibreOffice.<br />
+ Your help is very appreciated.</p>
+ <p></p>
+ <p>Nobody is perfect and more bugs have been reported.<br />
+ Join us in making this release even better.<br />
+ You could help with <a href="http://wiki.documentfoundation.org/Triage_For_Beginners">sorting bugs</a>.</p>
</div>
<div class="username"></div>
commit e4973d31f0d7170b92c5175ab268fc487f4967f9
Author: Rob Snelders <programming at ertai.nl>
Date: Fri Nov 23 16:04:20 2012 +0100
fixing the skin-view of the submitted state
diff --git a/bug/bug/skin.js b/bug/bug/skin.js
index 7858f67..a33de59 100644
--- a/bug/bug/skin.js
+++ b/bug/bug/skin.js
@@ -61,7 +61,6 @@
} else if(location.search.indexOf('skin=submit') >= 0) {
submit();
} else if(location.search.indexOf('skin=complete') >= 0) {
- submit();
$.bug.state_success();
}
};
More information about the Libreoffice-commits
mailing list