[oe-commits] [bitbake] 05/09: toastergui/newproject.html: fix release divs

git at git.openembedded.org git at git.openembedded.org
Mon Sep 10 20:02:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch 1.38
in repository bitbake.

commit bc6a137f4f8193cadfa8a8d0e43875991d47a818
Author: Awais Belal <awais_belal at mentor.com>
AuthorDate: Wed Sep 5 22:26:44 2018 -0700

    toastergui/newproject.html: fix release divs
    
    The release drop down divs are not being closed
    appropriately, which showed adverse reactions on
    the UI that aligned the "Create project" button
    with the left edge of the screen without any
    margins. This fixes these divs which in turn
    aligns the button appropriately.
    
    [YOCTO #12891]
    
    Signed-off-by: Awais Belal <awais_belal at mentor.com>
    Signed-off-by: David Reyna <David.Reyna at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastergui/templates/newproject.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/toaster/toastergui/templates/newproject.html b/lib/toaster/toastergui/templates/newproject.html
index acb614e..bd03bb5 100644
--- a/lib/toaster/toastergui/templates/newproject.html
+++ b/lib/toaster/toastergui/templates/newproject.html
@@ -54,12 +54,12 @@
                     <span class="help-block">{{release.helptext|safe}}</span>
                   </div>
                 {% endfor %}
+                </div>
+              </div>
             {% else %}
               <input type="hidden" name="projectversion" value="{{releases.0.id}}"/>
             {% endif %}
                 </div>
-              </div>
-            </fieldset>
         {% endif %}
             <div class="top-air">
               <input type="submit" id="create-project-button" class="btn btn-primary btn-lg" value="Create project"/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list