mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
WEB. Improved additional navigation bar. Templates
This commit is contained in:
parent
a49ab973ab
commit
e8632ccd48
18 changed files with 69 additions and 60 deletions
|
@ -30,10 +30,7 @@
|
|||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||
</td>
|
||||
<td class="sort-by">
|
||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||
</td>
|
||||
<td class="step-right">
|
||||
<td class="">
|
||||
<form action="/bulk/cron/" method="post" id="objects">
|
||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||
<div class="l-select">
|
||||
|
@ -46,6 +43,9 @@
|
|||
</div>
|
||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||
</td>
|
||||
<td class="sort-by">
|
||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue