mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on time tracker
This commit is contained in:
parent
4e28fe02d1
commit
691f2ae2ce
@ -2460,9 +2460,9 @@ $LANG = array(
|
|||||||
'started_task' => 'Successfully started task',
|
'started_task' => 'Successfully started task',
|
||||||
'create_client' => 'Create Client',
|
'create_client' => 'Create Client',
|
||||||
|
|
||||||
'download_desktop_app' => 'Download desktop app',
|
'download_desktop_app' => 'Download the desktop app',
|
||||||
'download_iphone_app' => 'Download iPhone app',
|
'download_iphone_app' => 'Download the iPhone app',
|
||||||
'download_android_app' => 'Download Android app',
|
'download_android_app' => 'Download the Android app',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
|
|
||||||
<!-- Task List -->
|
<!-- Task List -->
|
||||||
<div id="taskList" class="list-group col-sm-5 col-sm-pull-7" data-bind="foreach: filteredTasks" style="display:none">
|
<div id="taskList" class="list-group col-sm-5 col-sm-pull-7" data-bind="foreach: filteredTasks" style="display:none">
|
||||||
<a href="#" data-bind="click: $parent.selectTask, event: { mouseover: showActionButton, mouseout: hideActionButton }, css: listItemState"
|
<a href="#" data-bind="click: $parent.selectTask, touchend: $parent.selectTask, event: { mouseover: showActionButton, mouseout: hideActionButton }, css: listItemState"
|
||||||
class="list-group-item">
|
class="list-group-item">
|
||||||
<div class="pull-right" style="text-align:right;">
|
<div class="pull-right" style="text-align:right;">
|
||||||
<div data-bind="visible: actionButtonVisible()"
|
<div data-bind="visible: actionButtonVisible()"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user