27 lines
1.1 KiB
Twig
27 lines
1.1 KiB
Twig
</div>
|
|
|
|
<div class="actions">
|
|
{% apply spaceless %}
|
|
|
|
<ul>
|
|
|
|
{% set allowSharedEdit = true %}
|
|
|
|
{% if not disablenew %}
|
|
|
|
{# ordermanager #}
|
|
{% if bottom_buttons.ordermanager_new %}
|
|
<li><a {% if not firstitem %}class="firstitem"{% set firstitem = "1" %}{% endif %} id="btn.new" href="#" onClick="parent.list.document.search.oxid.value='-1'; parent.list.document.search.submit();document.location='{{ oViewConf.getSelfLink()|raw }}&cl=d3_cfg_ordermanageritem_main';return false" target="edit">{{ translate({ ident: "D3_TOOLTIPS_NEWORDERMANAGER" }) }}</a> |</li>
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% include "bottomnavicustom.html.twig" %}
|
|
|
|
{% if sHelpURL %}
|
|
{# HELP #}
|
|
<li><a {% if not firstitem %}class="firstitem"{% set firstitem = "1" %}{% endif %} id="btn.help" href="{{ sHelpURL }}/{{ oViewConf.getActiveClassName()|lower }}.html" OnClick="window.open('{{ sHelpURL }}/{{ oViewConf.getActiveClassName()|lower }}.html','OXID_Help','width=800,height=600,resizable=no,scrollbars=yes');return false;">{{ translate({ ident: "TOOLTIPS_OPENHELP" }) }}</a></li>
|
|
{% endif %}
|
|
</ul>
|
|
{% endapply %}
|
|
</div> |