芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/fmd/views/dashboard-icon-page.twig
{# /* * Spring Signage Ltd - http://www.springsignage.com * Copyright (C) 2015 Spring Signage Ltd * (${FILE_NAME}) */ #} {% extends "authed.twig" %} {% import "inline.twig" as inline %} {% block pageContent %}
{% if currentUser.routeViewable("/schedule") %}
{% trans "Schedule" %}
{% endif %} {% if currentUser.routeViewable("/layout") %}
{% trans "Layouts" %}
{% endif %} {% if currentUser.routeViewable("/library") %}
{% trans "Library" %}
{% endif %} {% if currentUser.routeViewable("/template") %}
{% trans "Templates" %}
{% endif %} {% if currentUser.routeViewable("/user") and (currentUser.isGroupAdmin() or currentUser.isSuperAdmin()) %}
{% trans "Users" %}
{% endif %} {% if currentUser.routeViewable("/admin") %}
{% trans "Settings" %}
{% endif %} {% if currentUser.routeViewable("/license") %}
{% trans "About" %}
{% endif %} {% if currentUser.routeViewable("/fault") %}
{% trans "Report Fault" %}
{% endif %}
{% endblock %}