Ignore:
Timestamp:
05/01/18 15:58:04 (5 years ago)
Author:
Garth Braithwaite
Message:

db and admin - IP synopsis to CONCISE_TITLE. Moved DATA_ISSUES from IP to IPV. Added sessionname for admin controllers that have "new" request. Changed IP nav selection from IP Main to IP Detail to be consist with all other nav titles. Added "'s" to the nav menu detail request. Added code to not show alpha jumps to the IP list page if number IPs < 10. Added view left nav grouping. Moved footer social media links on left nav.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt

    r16027 r16074  
    459459        <xsl:with-param name="measureValueFieldName" select="'MeasureValue'"/>
    460460        <xsl:with-param name="legendTitle"   select="$measure/TITLE"/>
    461         <xsl:with-param name="geoTypeTitle"  select="distinct-values($indicator//DIMENSIONS/DIMENSION[NAME = $indicatorView/MAP_DIMENSION_NAME]/TITLE)"/>
     461        <xsl:with-param name="geoTypeTitle"  select="ibis:getDimensionTitle($indicator//DIMENSIONS/DIMENSION[NAME = $indicatorView/MAP_DIMENSION_NAME])"/>
    462462        <xsl:with-param name="reverseColors" select="$measure/DESIRABLE_VALUE = 1"/>
    463463        <xsl:with-param name="desirableIndexValue" select="$measure/DESIRABLE_VALUE"/>
Note: See TracChangeset for help on using the changeset viewer.