{% 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 %}
{% block admin_manufacturer_picture_form %} {% endblock %}
{{ translate({ ident: "GENERAL_ICON" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_GENERAL_ICON"), 'sHelpText': help_text("HELP_GENERAL_ICON")} %} {% if (not (edit.oxmanufacturers__oxicon.value=="nopic.jpg" or edit.oxmanufacturers__oxicon.value=="" or edit.oxmanufacturers__oxicon.value=="nopic_ico.jpg")) %} {% endif %} ({{ translate({ ident: "GENERAL_MAX_FILE_UPLOAD" }) }} {{ sMaxFormattedFileSize }}, {{ translate({ ident: "GENERAL_MAX_PICTURE_DIMENSIONS" }) }})
{{ translate({ ident: "MANUFACTURER_PICTURE_ICON_ALT" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_MANUFACTURER_PICTURE_ICON_ALT"), 'sHelpText': help_text("HELP_MANUFACTURER_PICTURE_ICON_ALT")} %} {% if (not (edit.oxmanufacturers__oxicon_alt.value=="nopic.jpg" or edit.oxmanufacturers__oxicon_alt.value=="" or edit.oxmanufacturers__oxicon_alt.value=="nopic_ico.jpg")) %} {% endif %} ({{ translate({ ident: "GENERAL_MAX_FILE_UPLOAD" }) }} {{ sMaxFormattedFileSize }}, {{ translate({ ident: "GENERAL_MAX_PICTURE_DIMENSIONS" }) }})
{{ translate({ ident: "MANUFACTURER_PICTURE_PICTURE" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_MANUFACTURER_PICTURE_PICTURE"), 'sHelpText': help_text("HELP_MANUFACTURER_PICTURE_PICTURE")} %} {% if (not (edit.oxmanufacturers__oxpicture.value=="nopic.jpg" or edit.oxmanufacturers__oxpicture.value=="" or edit.oxmanufacturers__oxpicture.value=="nopic_ico.jpg")) %} {% endif %} ({{ translate({ ident: "GENERAL_MAX_FILE_UPLOAD" }) }} {{ sMaxFormattedFileSize }}, {{ translate({ ident: "GENERAL_MAX_PICTURE_DIMENSIONS" }) }})
{{ translate({ ident: "MANUFACTURER_PICTURE_THUMBNAIL" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_MANUFACTURER_PICTURE_THUMBNAIL"), 'sHelpText': help_text("HELP_MANUFACTURER_PICTURE_THUMBNAIL")} %} {% if (not (edit.oxmanufacturers__oxthumbnail.value=="nopic.jpg" or edit.oxmanufacturers__oxthumbnail.value=="" or edit.oxmanufacturers__oxthumbnail.value=="nopic_ico.jpg")) %} {% endif %} ({{ translate({ ident: "GENERAL_MAX_FILE_UPLOAD" }) }} {{ sMaxFormattedFileSize }}, {{ translate({ ident: "GENERAL_MAX_PICTURE_DIMENSIONS" }) }})
{{ translate({ ident: "MANUFACTURER_PICTURE_PROMOTION_ICON" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_MANUFACTURER_PICTURE_PROMOTION_ICON"), 'sHelpText': help_text("HELP_MANUFACTURER_PICTURE_PROMOTION_ICON")} %} {% if (not (edit.oxmanufacturers__oxpromotion_icon.value=="nopic.jpg" or edit.oxmanufacturers__oxpromotion_icon.value=="" or edit.oxmanufacturers__oxpromotion_icon.value=="nopic_ico.jpg")) %} {% endif %} ({{ translate({ ident: "GENERAL_MAX_FILE_UPLOAD" }) }} {{ sMaxFormattedFileSize }}, {{ translate({ ident: "GENERAL_MAX_PICTURE_DIMENSIONS" }) }})

{% if (not (edit.oxmanufacturers__oxicon.value=="nopic.jpg" or edit.oxmanufacturers__oxicon.value=="" or edit.oxmanufacturers__oxicon.value=="nopic_ico.jpg")) %}
{{ translate({ ident: "GENERAL_ICON" }) }}
{{ edit.oxmanufacturers__oxicon.value }}
{% endif %} {% if (not (edit.oxmanufacturers__oxicon_alt.value=="nopic.jpg" or edit.oxmanufacturers__oxicon_alt.value=="" or edit.oxmanufacturers__oxicon_alt.value=="nopic_ico.jpg")) %}
{{ translate({ ident: "MANUFACTURER_PICTURE_ICON_ALT" }) }}
{{ edit.oxmanufacturers__oxicon_alt.value }}
{% endif %} {% if (not (edit.oxmanufacturers__oxpicture.value=="nopic.jpg" or edit.oxmanufacturers__oxpicture.value=="" or edit.oxmanufacturers__oxpicture.value=="nopic_ico.jpg")) %}
{{ translate({ ident: "MANUFACTURER_PICTURE_PICTURE" }) }}
{{ edit.oxmanufacturers__oxpicture.value }}
{% endif %} {% if (not (edit.oxmanufacturers__oxthumbnail.value=="nopic.jpg" or edit.oxmanufacturers__oxthumbnail.value=="" or edit.oxmanufacturers__oxthumbnail.value=="nopic_ico.jpg")) %}
{{ translate({ ident: "MANUFACTURER_PICTURE_THUMBNAIL" }) }}
{{ edit.oxmanufacturers__oxthumbnail.value }}
{% endif %} {% if (not (edit.oxmanufacturers__oxpromotion_icon.value=="nopic.jpg" or edit.oxmanufacturers__oxpromotion_icon.value=="" or edit.oxmanufacturers__oxpromotion_icon.value=="nopic_ico.jpg")) %}
{{ translate({ ident: "MANUFACTURER_PICTURE_PROMOTION_ICON" }) }}
{{ edit.oxmanufacturers__oxpromotion_icon.value }}
{% endif %}
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}