Commit b0561896 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

Merge branch 'em/img_viewer' into 'dev'

Maj i18n sur plugin img_viewer

See merge request pdn-certic/MaX!79
parents 5f9377a4 bc2ae508
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7,9 +7,12 @@
  xmlns:tei="http://www.tei-c.org/ns/1.0"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:ead="urn:isbn:1-931666-22-9"
  xmlns:max="https://max.unicaen.fr"
  exclude-result-prefixes="tei xsl ead xlink">

    <xsl:import href="../../ui/xsl/core/i18n.xsl"/>
    <xsl:param name="imagesRepository"/>
    <xsl:param name="locale"/>

    <xsl:template match="tei:pb">
        <xsl:variable name="href">
@@ -68,8 +71,7 @@
    <xsl:template match="ead:daogrp">
      <div id="diaporama">
        <h2>
          <!-- <xsl:value-of select="max:i18n($project,'label.daogrp',$locale)"/> -->
          Illustrations
          <xsl:value-of select="max:i18n($project,'label.daogrp',$locale)"/>
      </h2>
        <xsl:apply-templates/>
      </div>