implemented selection of timetrack entries and display of sum of durations of selected records
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
<form {onsubmit}>
|
||||
<fieldset>
|
||||
<legend>{t('edit_object',{object:t('record')})}</legend>
|
||||
<label>
|
||||
{t('subject')}
|
||||
<input type="text" bind:value={record.subject} />
|
||||
</label>
|
||||
<label>
|
||||
{t('start')}
|
||||
<input type="datetime-local" bind:value={record.start_time} />
|
||||
@@ -22,10 +26,6 @@
|
||||
{t('end')}
|
||||
<input type="datetime-local" bind:value={record.end_time} />
|
||||
</label>
|
||||
<label>
|
||||
{t('subject')}
|
||||
<input type="text" bind:value={record.subject} />
|
||||
</label>
|
||||
<label>
|
||||
{t('description')}
|
||||
<MarkdownEditor simple={true} bind:value={record.description} />
|
||||
|
||||
Reference in New Issue
Block a user