VirtualBox

Ignore:
Timestamp:
Jan 5, 2017 5:50:27 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112668
Message:

TestManager: More apply buttons for the filter. Fixed filter width problem caused by float.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuimain.py

    r65160 r65165  
    950950                sHtml += u'  <dt class="%s"><a href="javascript:void(0)" onclick="toggleCollapsibleDtDd(this);">%s %s</a> ' \
    951951                       % (sClass, sChar, webutils.escapeElem(oCrit.sName),);
     952                sHtml += u'<span class="tm-side-filter-dt-buttons">';
    952953                if oCrit.sInvVarNm is not None:
    953954                    sHtml += u'<input  id="sf-union-%s" class="tm-side-filter-union-input" ' \
    954955                             u'name="%s" value="1" type="checkbox"%s />' \
    955                              u'<label for="sf-union-%s" class="tm-side-filter-union-input"/>' \
     956                             u'<label for="sf-union-%s" class="tm-side-filter-union-input"></label>' \
    956957                           % ( oCrit.sInvVarNm, oCrit.sInvVarNm, ' checked' if oCrit.fInverted else '', oCrit.sInvVarNm,);
     958                sHtml += u' <input type="submit" value="Apply" />';
     959                sHtml += u'</span>';
    957960                sHtml += u'</dt>\n' \
    958961                         u'  <dd class="%s">\n' \
    959962                         u'   <ul>\n' \
    960                          % (sClass, );
     963                         % (sClass);
    961964
    962965                for oDesc in oCrit.aoPossible:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette