Changeset 3593

Show
Ignore:
Timestamp:
07/24/12 10:19:41
Author:
johnsa
Message:

web admin: add labels to search form for improved ux

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r3592 r3593  
    949949        <div id="searchFields"> 
    950950          <xsl:copy-of select="$bwStr-MMnu-Limit"/> 
    951           <input type="radio" name="searchLimits" value="fromToday" checked="checked"/><xsl:copy-of select="$bwStr-MMnu-TodayForward"/> 
    952           <input type="radio" name="searchLimits" value="beforeToday"/><xsl:copy-of select="$bwStr-MMnu-PastDates"/> 
    953           <input type="radio" name="searchLimits" value="none"/><xsl:copy-of select="$bwStr-MMnu-AddDates"/> 
     951          <input type="radio" name="searchLimits" id="bwSearchFromToday" value="fromToday" checked="checked"/> 
     952          <label for="bwSearchFromToday"> 
     953            <xsl:copy-of select="$bwStr-MMnu-TodayForward"/> 
     954          </label> 
     955          <input type="radio" name="searchLimits" id="bwSearchPastDates" value="beforeToday"/> 
     956          <label for="bwSearchPastDates"> 
     957            <xsl:copy-of select="$bwStr-MMnu-PastDates"/> 
     958          </label> 
     959          <input type="radio" name="searchLimits" id="bwSearchAllDates" value="none"/> 
     960          <label for="bwSearchAllDates"> 
     961            <xsl:copy-of select="$bwStr-MMnu-AddDates"/> 
     962          </label> 
    954963        </div> 
    955964      </form>