Changeset 35150 for main


Ignore:
Timestamp:
2021-05-03T17:30:50+12:00 (3 years ago)
Author:
davidb
Message:

Powered-by footer changed to be https; added in comment marking out the idea to bring back displayErrorsIfAny, but only when in 'debug' mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/main.xsl

    r34579 r35150  
    4343           
    4444            <body><xsl:call-template name="textDirectionAttribute"/><xsl:call-template name="actionClass"/>
    45                
     45                    <!-- Consider bringing this template call back, but wrapped up in an "if debug" ?? -->
    4646                <!--<xsl:call-template name="displayErrorsIfAny"/>-->
    4747                <a name="top"><xsl:text> </xsl:text></a>
     
    112112    <xsl:template name="gs_footer">
    113113        <div id="gs_footer" class="ui-widget-header ui-corner-bottom">
    114             <a href="http://www.greenstone.org"><gslib:poweredByGS3TextBar/></a>
     114            <a href="https://www.greenstone.org"><gslib:poweredByGS3TextBar/></a>
    115115        </div>
    116116    </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.