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

@ -23,9 +23,6 @@
<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>
<form action="/bulk/web/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -39,6 +36,9 @@
</div>
<input type="submit" class="l-sort-toolbar__filter-apply" value=""/>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
<!-- -->