diff options
author | Rob Snelders <programming@ertai.nl> | 2012-04-15 13:24:16 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-04-17 09:35:36 +0200 |
commit | 5bec8422eb057b72532fbe00737353899f086bd5 (patch) | |
tree | 75b4defe2cedaf94639001a44823ac9da8d2a999 | |
parent | 7507c6422053f9fc96dd148a094de4e65b20a0fe (diff) |
Display submitted-text always where it is visible
-rw-r--r-- | bug/bug.xhtml | 13 |
1 files changed, 6 insertions, 7 deletions
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"> |