Hi All,

Sometimes the text that the bug is submitted displays below on the page. This will make sure it is always displayed above in the page. This patch is for the website-repository.

--
Greetings,
Rob Snelders
>From 1ed0decf1f03c819aef18ff7f6412248d9c25392 Mon Sep 17 00:00:00 2001
From: Rob Snelders <programm...@ertai.nl>
Date: Sun, 15 Apr 2012 13:24:16 +0200
Subject: [PATCH] Display submitted-text always where it is visible

---
 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">
-- 
1.7.5.4

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to