{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %} {% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }}
{{ oViewConf.getHiddenSid()|raw }} {% if oViewConf.isAltImageServerConfigured() %}
{{ translate({ ident: "ALTERNATIVE_IMAGE_SERVER_NOTE" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ALTERNATIVE_IMAGE_SERVER_NOTE"), 'sHelpText': help_text("HELP_ALTERNATIVE_IMAGE_SERVER_NOTE")} %}
{% endif %}
{% set sThumbUrl = edit.getThumbnailUrl() %}
{% if sThumbUrl %}{% endif %}
{{ translate({ ident: "GENERAL_THUMB" }) }}

{{ translate({ ident: "GENERAL_ICON" }) }}
{% block admin_article_pictures_main %} {% if oxparentid %} {% endif %} {% for picRow in 1..iPicCount+1 %} {% set iIndex = loop.index %} {% endfor %} {% endblock %}
{{ translate({ ident: "GENERAL_ARTICLE_PICTURES" }) }} ({{ translate({ ident: "GENERAL_MAX_FILE_UPLOAD" }) }} {{ sMaxFormattedFileSize }}, {{ translate({ ident: "GENERAL_MAX_PICTURE_DIMENSIONS" }) }}) {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ARTICLE_PICTURES_PIC1"), 'sHelpText': help_text("HELP_ARTICLE_PICTURES_PIC1")} %}
{{ translate({ ident: "GENERAL_VARIANTE" }) }} "{{ parentarticle.oxarticles__oxartnum.value }} {{ parentarticle.oxarticles__oxtitle.value }}"
#{{ iIndex }} {% set sPicFile = edit.getPictureFieldValue("oxpic", iIndex) %} {% set blPicUplodaded = true %} {% if sPicFile == "nopic.jpg" or sPicFile == "" %} {% set blPicUplodaded = false %} ------- {% else %} {{ sPicFile }} {% endif %} {% if blPicUplodaded and not readonly %} {{ translate({ ident: "GENERAL_DELETE" }) }} {% endif %} {% if blPicUplodaded and not readonly %} {% set sPicUrl = edit.getPictureUrl(iIndex) %} {{ translate({ ident: "ARTICLE_PICTURES_PREVIEW" }) }} {% endif %}
{% block admin_article_pictures_custom %} {% endblock %}
{{ translate({ ident: "ARTICLE_PICTURES_CUSTOM_PICTURES" }) }}
{{ translate({ ident: "GENERAL_THUMB" }) }} ({{ translate({ ident: "GENERAL_MAX_FILE_UPLOAD" }) }} {{ sMaxFormattedFileSize }}, {{ translate({ ident: "GENERAL_MAX_PICTURE_DIMENSIONS" }) }}) {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ARTICLE_PICTURES_THUMB"), 'sHelpText': help_text("HELP_ARTICLE_PICTURES_THUMB")} %} {% set sThumbFile = edit.getPictureFieldValue("oxthumb") %} {% if sThumbFile == "nopic.jpg" or sThumbFile == "" %} ------- {% else %} {% set blThumbUplodaded = true %} {{ sThumbFile }} {% endif %} {% if blThumbUplodaded and not readonly %} {{ translate({ ident: "GENERAL_DELETE" }) }} {% endif %}
{{ translate({ ident: "ARTICLE_PICTURES_ICON" }) }} ({{ translate({ ident: "GENERAL_MAX_FILE_UPLOAD" }) }} {{ sMaxFormattedFileSize }}, {{ translate({ ident: "GENERAL_MAX_PICTURE_DIMENSIONS" }) }}) {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ARTICLE_PICTURES_ICON"), 'sHelpText': help_text("HELP_ARTICLE_PICTURES_ICON")} %} {% set sIconFile = edit.getPictureFieldValue("oxicon") %} {% if "nopic_ico.jpg" == sIconFile or "nopic.jpg" == sIconFile or "" == sIconFile %} ------- {% else %} {% set blIcoUplodaded = true %} {{ sIconFile }} {% endif %} {% if blIcoUplodaded and not readonly %} {{ translate({ ident: "GENERAL_DELETE" }) }} {% endif %}

{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}