mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:54:30 -04:00
Working on time tracker
This commit is contained in:
parent
49ab730b8e
commit
d691596e06
@ -2450,6 +2450,8 @@ $LANG = array(
|
|||||||
|
|
||||||
'what_are_you_working_on' => 'What are you working on?',
|
'what_are_you_working_on' => 'What are you working on?',
|
||||||
'time_tracker' => 'Time Tracker',
|
'time_tracker' => 'Time Tracker',
|
||||||
|
'refresh' => 'Refresh',
|
||||||
|
'filter_sort' => 'Filter/Sort',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -83,9 +83,10 @@
|
|||||||
|
|
||||||
<!-- Navbar Filter -->
|
<!-- Navbar Filter -->
|
||||||
<div class="input-group input-group-lg">
|
<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"
|
<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}">
|
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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user