mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
UI update
This commit is contained in:
parent
0f7110b0e7
commit
527e4a9a62
139 changed files with 2046 additions and 124 deletions
|
@ -5,7 +5,12 @@
|
|||
<div class="l-sort-toolbar clearfix">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="l-sort-toolbar__search-box">
|
||||
<td class="step-right">
|
||||
<? if(!empty($_SESSION['FIREWALL_EXTENSION'])) {
|
||||
echo '<a class="vst" href="/list/firewall/banlist/"> '.__('list fail2ban').'</a>';
|
||||
} ?>
|
||||
</td>
|
||||
<td class="l-sort-toolbar__search-box step-left">
|
||||
<form action="/search/" method="get">
|
||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||
<input type="text" name="q" class="search-input" value="<? echo isset($_POST['q']) ? htmlspecialchars($_POST['q']) : '' ?>" />
|
||||
|
@ -27,11 +32,6 @@
|
|||
</div>
|
||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||
</td>
|
||||
<td>
|
||||
<? if(!empty($_SESSION['FIREWALL_EXTENSION'])) {
|
||||
echo '[<a class="vst" href="/list/firewall/banlist/"> '.__('list fail2ban').'</a>]';
|
||||
} ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue