Working on time tracker

This commit is contained in:
Hillel Coren 2017-09-19 18:33:49 +03:00
parent 9b7d2cb832
commit 6dedc4ba68

View File

@ -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">