{% 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 }} {% block admin_roles_bemain_form %} {% endblock %}
{{ translate({ ident: "ROLES_BEMAIN_ACTIVE" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ROLES_BEMAIN_ACTIVE"), 'sHelpText': help_text("HELP_ROLES_BEMAIN_ACTIVE")} %}
{{ translate({ ident: "ROLES_BEMAIN_TITLE" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ROLES_BEMAIN_TITLE"), 'sHelpText': help_text("HELP_ROLES_BEMAIN_TITLE")} %}
{% for oNode in adminmenu %} {% if oNode.tagName != 'BTN' %} {% set id = oNode.getAttribute('id') %} {% if isset( aRights[id] ) %} {% set idx = aRights[id] %} {% else %} {% set idx = 2 %} {% endif %} {% if oNode.hasAttribute('idx') and oNode.getAttribute('idx') < idx %} {% set idx = oNode.getAttribute('idx') %} {% endif %} {% endif %} {% endfor %} {# service area #} {% if isset( aDynRights.dyn_menu ) and aDynRights.dyn_menu or not isset( aDynRights.dyn_menu ) %} {% if isset( aRights.dyn_menu ) %} {% set iParentIdx = aRights.dyn_menu %} {% else %} {% set iParentIdx = 2 %} {% endif %} {% if isset( aDynRights.dyn_menu ) and aDynRights.dyn_menu < iParentIdx %} {% set iParentIdx = aDynRights.dyn_menu %} {% endif %} {% endif %} {# service area #}
{{ translate({ ident: "ROLES_BEMAIN_UIROOTHEADER" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_F" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_R" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_D" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_CUST" }) }}
{% if oNode.childNodes.length %} {% include "roles_bemain_inc.html.twig" with {aNodes: oNode.childNodes, oParent: oNode, iParentIdx: idx} %} » {% endif %} {{ translate({ ident: oNode.getAttribute('id'), noerror: true }) }} {% if oNode.childNodes.length %} {% endif %}
{% if isset( aRights.dyn_about ) %} {% set idx = aRights.dyn_about %} {% else %} {% set idx = 2 %} {% endif %} {% if isset( aDynRights.dyn_about ) and aDynRights.dyn_about < idx %} {% set idx = aDynRights.dyn_menu %} {% elseif iParentIdx < idx %} {% set idx = iParentIdx %} {% endif %} {% if isset( aRights.dyn_interface ) %} {% set idx = aRights.dyn_interface %} {% else %} {% set idx = 2 %} {% endif %} {% if isset( aDynRights.dyn_interface ) and aDynRights.dyn_interface < idx %} {% set idx = aDynRights.dyn_menu %} {% elseif iParentIdx < idx %} {% set idx = iParentIdx %} {% endif %} » {{ translate({ ident: 'dyn_menu', noerror: true }) }}

{{ translate({ ident: "ROLES_BEMAIN_UIINFO" }) }}


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