Changeset 34628


Ignore:
Timestamp:
2020-12-19T00:26:16+13:00 (3 years ago)
Author:
anupama
Message:

Renamed quicksearchbutton to have Go label rather than Search, to fit better with the sentence forming the quicksearch form. The sentence is to make the quick search form more self-explanatory as Brian had said he didn't guess what the fields dropdown was for the first time. Did not want to remove indexing levels either, as it can come in handy for WMTB members and others once they become adept at using it, and won't want to do an extrac click to get to advanced search forms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/wmtb/transform/layouts/main.xsl

    r34626 r34628  
    401401          </span>
    402402        </xsl:if>
    403         level.
     403        level
    404404       
    405405        <!-- The language selection list -->                       
     
    417417        <!-- The submit button (for TextQuery) -->
    418418        <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']">
    419           <input type="submit" id="quickSearchSubmitButton">
    420             <xsl:attribute name="value">
     419          <!--<input type="submit" id="quickSearchSubmitButton">
     420              <xsl:attribute name="value">
    421421              <xsl:value-of select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/displayItem[@name='submit']"/>
    422             </xsl:attribute>
    423           </input>
     422              </xsl:attribute>
     423              </input>-->
     424          <input type="submit" id="quickSearchSubmitButton" value="&#160;&#160;&#160;&#160;Go&#160;&#160;&#160;&#160;"/>
    424425          <br/>
    425426        </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.