diff --git a/_data/translations.yml b/_data/translations.yml index d5f47135..657210e7 100644 --- a/_data/translations.yml +++ b/_data/translations.yml @@ -217,6 +217,10 @@ _includes: en: "Download as" es: "Descargar como" de: "Herunterladen als" + item: + en: "Item" + es: "Elemento" + de: "Element" compound-item-modal-gallery.html: previous: en: "Previous Item" diff --git a/_includes/item/child/compound-item-download-buttons.html b/_includes/item/child/compound-item-download-buttons.html index 4ca44f2d..f6ab61cf 100644 --- a/_includes/item/child/compound-item-download-buttons.html +++ b/_includes/item/child/compound-item-download-buttons.html @@ -31,8 +31,7 @@ {% unless child.object_location == nil %}
  • - {% if page.title != child.title and child.title != nil %}{{ child.title | truncatewords: 3 }}{% else %}Item {{ forloop.index }}{% endif %} - {% if child.format %}({{ child.format | split: '/' | last | upcase }}){% endif %} + {{ child.objectid }} {% if child.format %}({{ child.format | split: '/' | last | upcase }}){% endif %}
  • {% endunless %} diff --git a/_includes/item/child/compound-item-modal-gallery.html b/_includes/item/child/compound-item-modal-gallery.html index ecbe271b..2277cc9b 100644 --- a/_includes/item/child/compound-item-modal-gallery.html +++ b/_includes/item/child/compound-item-modal-gallery.html @@ -14,8 +14,7 @@
    - {% if child.title %}
    {{ child.title | truncatewords: 4 }}
    {% endif %} - + {{ child.objectid }}: {% if child.title %}
    {{ child.title | truncatewords: 4 }}
    {% endif %}
    {% if child.image_thumb or child.image_small %} {{ child.image_alt_text | default: child.description | default: child.title | escape }}