@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
usr
/
share
/
phpmyadmin
/
templates
/
table
/
operations
/
Path :
Upload File :
New :
File
Dir
//usr/share/phpmyadmin/templates/table/operations/view.twig
<!-- VIEW operations --> <div> <form method="post" action="view_operations.php"> {{ get_hidden_inputs(db, table) }} <input type="hidden" name="reload" value="1"> <fieldset> <legend>{% trans 'Operations' %}</legend> <table> <!-- Change view name --> <tr> <td>{% trans 'Rename view to' %}</td> <td><input type="text" name="new_name" onfocus="this.select()" value="{{ table }}" required> </td> </tr> </table> </fieldset> <fieldset class="tblFooters"> <input type="hidden" name="submitoptions" value="1"> <input class="btn btn-primary" type="submit" value="{% trans 'Go' %}"> </fieldset> </form> </div> <div> <fieldset class="caution"> <legend>{% trans 'Delete data or table' %}</legend> <ul>{{ delete_data_or_table_link | raw }}</ul> </fieldset> </div>