init web ems all
This commit is contained in:
12
phpMyAdmin/templates/display/results/multi_row_operations_form.twig
Executable file
12
phpMyAdmin/templates/display/results/multi_row_operations_form.twig
Executable file
@@ -0,0 +1,12 @@
|
||||
{% if delete_link == delete_row or delete_link == kill_process %}
|
||||
<form method="post"
|
||||
action="tbl_row_action.php"
|
||||
name="resultsForm"
|
||||
id="resultsForm_{{ unique_id }}"
|
||||
class="ajax">
|
||||
{{ Url_getHiddenInputs(db, table, 1) }}
|
||||
<input type="hidden" name="goto" value="sql.php" />
|
||||
{% endif %}
|
||||
|
||||
<div class="responsivetable">
|
||||
<table class="table_results data ajax" data-uniqueId="{{ unique_id }}">
|
||||
Reference in New Issue
Block a user