/usr/share/phpmyadmin/templates/database/triggers
NameSizeModeActions
footer.twig5220644editdlrm
list.twig19140644editdlrm
row.twig15950644editdlrm
Edit: /usr/share/phpmyadmin/templates/database/triggers/list.twig (1914B)
{{ get_hidden_inputs(db, table) }}
{% trans 'Triggers' %} {{ show_mysql_docu('TRIGGERS') }}
{% trans 'There are no triggers to display.' %}
{% if table is empty %} {% endif %} {% for i in 0..(table is empty ? 7 : 6) %}{% endfor %} {{ rows|raw }}
{% trans 'Name' %}{% trans 'Table' %}{% trans 'Action' %} {% trans 'Time' %} {% trans 'Event' %}
{% if items is not empty %}
{% trans 'With selected:' %} {% trans 'With selected:' %}
{% endif %}