Ignore:
Timestamp:
02/21/20 18:26:01 (3 years ago)
Author:
GarthBraithwaite_STG
Message:

view - TEMP COMMIT. Changed webapp context prefix path to base request path so it is not confused with just the context path. put font icon ref into general. added contextnav css back into layout for topic indexes. css file import ordering tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ibisph-view/src/main/webapp/xslt/html/Help.xslt

    r19879 r19890  
    6262                <xsl:param name="url" select="
    6363                                if(exists($help/LOCAL_URL)) then
    64                                         concat($ibis.contextPath, $help/LOCAL_URL)
     64                                        concat($ibis.baseRequestPath, $help/LOCAL_URL)
    6565                                else
    6666                                        $help/URL
Note: See TracChangeset for help on using the changeset viewer.