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
9b7d2cb832
commit
6dedc4ba68
@ -104,7 +104,8 @@
|
||||
<div class="well" data-bind="visible: selectedTask" style="padding-bottom:0px; margin-bottom:0px; display:none;">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<form id="taskForm" data-bind="event: { keypress: onFormKeyPress }">
|
||||
<form id="taskForm">
|
||||
<span data-bind="event: { keypress: onFormKeyPress }">
|
||||
<span class="client-select">
|
||||
{!! Former::select('client_id')
|
||||
->addOption('', '')
|
||||
@ -120,6 +121,7 @@
|
||||
{!! Former::textarea('description')
|
||||
->data_bind("value: selectedTask().description, valueUpdate: 'afterkeydown'")
|
||||
->rows(4) !!}
|
||||
</span>
|
||||
|
||||
<center style="padding-top: 30px">
|
||||
<span data-bind="visible: !!selectedTask().public_id">
|
||||
|
Loading…
x
Reference in New Issue
Block a user