Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/phpMyAdmin/templates/database/triggers/footer.twig

16 lines
522 B
Twig
Raw Normal View History

2023-05-17 21:44:01 +00:00
<fieldset class="left">
<legend>{% trans %}New{% context %}Create new trigger{% endtrans %}</legend>
<div class='wrap'>
{% if has_privilege %}
<a class="ajax add_anchor" href="{{ url('/database/triggers', {'db': db, 'table': table, 'add_item': true}) }}">
{{ get_icon('b_trigger_add') }}
{% trans 'Add trigger' %}
</a>
{% else %}
{{ get_icon('bd_trigger_add') }}
{% trans 'Add trigger' %}
{% endif %}
{{ show_mysql_docu('CREATE_TRIGGER') }}
</div>
</fieldset>