{% extends "@UVDeskCoreFramework//Templates//layout.html.twig" %} {% block title %} {{ 'Branding'|trans }} {% endblock %} {% block pageContent %}
{# Append Panel Aside #} {% set asideTemplate = 'Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\AsideTemplate' %} {% set asideSidebarReference = 'Webkul\\UVDesk\\CoreFrameworkBundle\\UIComponents\\Dashboard\\Panel\\Sidebars\\Branding' %} {{ uvdesk_extensibles.getRegisteredComponent(asideTemplate).renderSidebar(asideSidebarReference) | raw }}
{{ 'Branding'|trans }}
{{ 'General'|trans }}
{{ 'Knowledgebase'|trans }}
{{ 'Time'|trans }}
{{ 'SEO'|trans }}
{{ 'Links'|trans }}
{{ 'Advanced'|trans }}
{{ 'Broadcast Message'|trans }}
{{ 'Wide Logo'|trans }}
{% set isLogo = websiteData.logo ? 1 : 0 %}
{{ 'Upload an Image (200px x 48px) in
PNG or JPG Format'|trans|raw }}
{{ 'It will be shown as Logo on Knowledgebase and Helpdesk'|trans }}
{{ 'Website Status'|trans }}
{{ 'Enable front end website and knowledgebase for customer(s)'|trans }}
{##564DA8#}
{{ 'Brand Color'|trans }}
{{ 'Name'|trans }}
{{ 'Default Language (Optional)'|trans }}
{{ 'Select default language'|trans }}
{% for localeCode, localeName in uvdesk_service.getLocalesList() %}
{{ localeName }}
{% endfor %}
{##564DA8#}
{{ 'Page Background Color'|trans }}
{##564DA8#}
{{ 'Header Background Color'|trans }}
{##564DA8#}
{{ 'Banner Background Color'|trans }}
{##564DA8#}
{{ 'Page Link Color'|trans }}
{##564DA8#}
{{ 'Page Link Hover Color'|trans }}
{##564DA8#}
{{ 'Article Text Color'|trans }}
{{ 'Tag Line'|trans }}
{{ 'Layout '|trans }}
{{ 'Ticket Create Option'|trans }}
{{ 'Login Required To Create Tickets'|trans }}
{{ 'Remove Customer Login/Signin Button'|trans }}
{{ 'Disable Customer Login'|trans }}
{#
#}
{{ 'Meta Description (Recommended)'|trans }}
{{configuration.metaDescription ? configuration.metaDescription : "" }}
{{ 'Meta Keywords (Recommended)'|trans }}
{{ configuration.metaKeywords ? configuration.metaKeywords : "" }}
{% if configuration.headerLinks|length %} {% for key, link in configuration.headerLinks %}
{{ 'Header Link'|trans }} #{{key}}
{% endfor %} {% else %}
{{ 'Header Link'|trans }} #1
{% endif %}
{{ 'Add More'|trans }}
{{ 'Custom CSS (Optional)'|trans }}
{{ configuration.customCSS }}
{{ 'It will be add to the frontend knowledgebase only'|trans }}
{{ 'Custom Javascript (Optional)'|trans }}
{{ configuration.script }}
{{ 'It will be add to the frontend knowledgebase only'|trans }}
{# {% set broadcastMessage = website.broadcastMessage|json_decode %} #}
{{ 'Broadcast Message'|trans }}
{{ broadcast.message is defined ? broadcast.message : '' }}
{{ 'Broadcast message content to show on helpdesk'|trans }}
{{ 'From'|trans }}
{{ 'To'|trans }}
{{ 'Time duration between which message will be displayed(if applicable)'|trans }}
{{'Broadcasting Status'|trans}}
{{'Broadcasting is Active'|trans}}
{{ 'Timezone'|trans }}
{% for timezone in uvdesk_service.getTimezones() %}
{{ timezone }}
{% endfor %}
{{ "Choose a default company timezone"|trans }}
{{ 'Date Time Format'|trans }}
{% for key, timeFormat in uvdesk_service.getTimeFormats() %}
{{ timeFormat }}
{% endfor %}
{{ 'Choose a format to convert date to specified date time format'|trans }}
{% endblock %} {% block footer %} {{ parent() }}
{% endblock %}