bug/Makefile | 3 +++ bug/bug.xhtml | 13 ++++++------- 2 files changed, 9 insertions(+), 7 deletions(-)
New commits: commit 5bec8422eb057b72532fbe00737353899f086bd5 Author: Rob Snelders <programm...@ertai.nl> Date: Sun Apr 15 13:24:16 2012 +0200 Display submitted-text always where it is visible diff --git a/bug/bug.xhtml b/bug/bug.xhtml index 0e9c073..c0f017b 100644 --- a/bug/bug.xhtml +++ b/bug/bug.xhtml @@ -92,10 +92,14 @@ </div> </div> </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> + </div> + <div class="username"></div> - <div class="state signin"> <div class="signin-invite"> Please login using your <a class="login-link" target="_blank">bugzilla account</a>. @@ -209,11 +213,6 @@ Platform (if different from the browser): </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> - </div> - <div class="submission"> <div class="state state_subcomponent state_duplicates"> commit 7507c6422053f9fc96dd148a094de4e65b20a0fe Author: Rob Snelders <programm...@ertai.nl> Date: Sun Apr 15 00:50:15 2012 +0200 added make clean to the bugassistent diff --git a/bug/Makefile b/bug/Makefile index 56665d7..bd846fc 100644 --- a/bug/Makefile +++ b/bug/Makefile @@ -33,3 +33,6 @@ compose: check: perl sanity.pl TEST + +clean: + rm -f BugReport_Details.xhtml component_comments.xhtml subcomponents.xhtml components.xhtml query.xhtml versions.xhtml bug/bug.html _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits