Ignore:
Timestamp:
02/19/20 00:49:59 (3 years ago)
Author:
GarthBraithwaite_STG
Message:

view - more css tweaks. Reworked common.xml to go back to add model maps be referenced. Added complete external path for xslt access.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ibisph-view/src/main/webapp/xslt/html/query/module/builder/Page.xslt

    r19867 r19868  
    242242                        </button>
    243243
    244                         <button type="button" accesskey="M" id="SelectNewMeasure" title="Select a new  query dataset measure"
    245                                 onclick="location.href='{concat($ibis.contextPath, /QUERY_MODULE/QUERY_CONFIGURATION_SELECTION/LOCAL_URL)}'"
    246                         >
    247                                 Select Query Measure
    248                                 <xsl:call-template name="Help.content">
    249                                         <xsl:with-param name="help">
    250                                                 <TEXT>
    251                                                         Allows you to change the measure to be queried. 
    252                                                 </TEXT>
    253                                         </xsl:with-param>
    254                                 </xsl:call-template>
    255                         </button>
    256 
    257                         <button type="button" accesskey="M" id="SelectNewMeasure" title="Reloads the default query definition"
     244                        <button type="button" accesskey="M" id="defaultQuery" title="Reloads the default query definition"
    258245                                onclick="location.href='{concat($ibis.contextPath, 'query/builder/', /QUERY_MODULE/REQUEST/CONFIGURATION_PATH, '.html?Reload=x')}'"
    259246                        >
    260                                 Reload Selections
     247                                Load Default Query
    261248                                <xsl:call-template name="Help.content">
    262249                                        <xsl:with-param name="help">
     
    272259                        </button>
    273260
     261                        <button type="button" accesskey="M" id="selectQueryMeasure" title="Select a new  query dataset measure"
     262                                onclick="location.href='{concat($ibis.contextPath, /QUERY_MODULE/QUERY_CONFIGURATION_SELECTION/LOCAL_URL)}'"
     263                        >
     264                                Select Query Measure
     265                                <xsl:call-template name="Help.content">
     266                                        <xsl:with-param name="help">
     267                                                <TEXT>
     268                                                        Allows you to change the measure to be queried. 
     269                                                </TEXT>
     270                                        </xsl:with-param>
     271                                </xsl:call-template>
     272                        </button>
     273
    274274                        <button type="button" accesskey="D" id="saveDefinition"
    275275                                title="Click this button to save the selections as a saved criteria definition"
     
    288288                        </button>
    289289
    290                         <button type="button" accesskey="D" id="saveDefinition"
     290                        <button type="button" accesskey="L" id="loadDefinition"
    291291                                title="Click this button to access all query definitions"
    292292                                onclick="location.href='{concat($ibis.contextPath, 'query/definition/index/MyDefinitions.html')}'"
Note: See TracChangeset for help on using the changeset viewer.