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

git at git.openembedded.org git at git.openembedded.org
Mon Aug 27 23:05:26 UTC 2018


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

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit a6e20bddddd083fbecb5ed8d5f4824da640fdd44
Author: Awais Belal <awais_belal at mentor.com>
AuthorDate: Sun Aug 26 15:33:28 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