mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:54:41 -04:00
Working on the time tracker
This commit is contained in:
parent
da9b1978d3
commit
712f222e03
@ -2475,6 +2475,7 @@ $LANG = array(
|
||||
'time_mins' => 'mins',
|
||||
'time_hr' => 'hr',
|
||||
'time_hrs' => 'hrs',
|
||||
'clear' => 'Clear',
|
||||
|
||||
);
|
||||
|
||||
|
@ -169,7 +169,7 @@
|
||||
<span class="input-group-addon" style="width:1%;" data-bind="click: onFilterClick, style: { 'background-color': filterState() != 'all' ? '#ffffaa' : '' }" title="{{ trans('texts.filter_sort') }}"><span class="glyphicon glyphicon-filter"></span></span>
|
||||
<input id="search" 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, style: filterStyle, disabled: selectedTask().isChanged }">
|
||||
<span class="input-group-addon" style="width:1%;" data-bind="click: onClearClick, visible: filter()" title="{{ trans('texts.refresh') }}">
|
||||
<span class="input-group-addon" style="width:1%;" data-bind="click: onClearClick, visible: filter()" title="{{ trans('texts.clear') }}">
|
||||
<span class="glyphicon glyphicon-remove"></span>
|
||||
</span>
|
||||
<span class="input-group-addon" style="width:1%;" data-bind="click: onRefreshClick, visible: ! filter()" title="{{ trans('texts.refresh') }}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user