WEB. Improved additional navigation bar. Templates

This commit is contained in:
Dmitry Naumov-Socolov 2016-10-31 11:12:49 -04:00
commit e8632ccd48
18 changed files with 69 additions and 60 deletions

View file

@ -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>