Changeset 38084


Ignore:
Timestamp:
2023-09-10T17:34:16+12:00 (8 months ago)
Author:
davidb
Message:

Adding in alt attriute to improve WCAG compliance

File:
1 edited

Legend:

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

    r36636 r38084  
    613613
    614614  <xsl:template name="previousArrowImage">
    615     <img src="interfaces/{$interface_name}/images/previous.png"/>
     615    <img width="32" style="width:32px;" alt="previous" src="interfaces/{$interface_name}/images/previous.svg"/>
    616616  </xsl:template>
    617617  <xsl:template name="nextArrowImage">
    618     <img src="interfaces/{$interface_name}/images/next.png"/>
     618    <img width="32" style="width:32px"  alt="next"     src="interfaces/{$interface_name}/images/next.svg"/>
    619619  </xsl:template>
    620620  <!-- puts all the params into a=p&p=h type form - need to change this if use
Note: See TracChangeset for help on using the changeset viewer.