Working on time tracker

This commit is contained in:
Hillel Coren 2017-09-24 11:44:02 +03:00
parent 49ab730b8e
commit d691596e06
2 changed files with 4 additions and 1 deletions

View File

@ -2450,6 +2450,8 @@ $LANG = array(
'what_are_you_working_on' => 'What are you working on?',
'time_tracker' => 'Time Tracker',
'refresh' => 'Refresh',
'filter_sort' => 'Filter/Sort',
);

View File

@ -83,9 +83,10 @@
<!-- Navbar Filter -->
<div class="input-group input-group-lg">
<span class="input-group-addon" style="width:1%;"><span class="glyphicon glyphicon-time"></span></span>
<span class="input-group-addon" style="width:1%;" title="{{ trans('texts.filter_sort') }}"><span class="glyphicon glyphicon-filter"></span></span>
<input type="search" class="form-control search" autocomplete="off" autofocus="autofocus"
data-bind="event: { focus: onFilterFocus, input: onFilterChanged, keypress: onFilterKeyPress }, value: filter, valueUpdate: 'afterkeydown', attr: {placeholder: placeholder}">
<span class="input-group-addon" style="width:1%;" title="{{ trans('texts.refresh') }}"><span class="glyphicon glyphicon-repeat"></span></span>
</div>
</div>