mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Timesheet: Allow exact start & end times
This commit is contained in:
parent
12e42d6396
commit
b0acb3f3ec
@ -134,7 +134,7 @@
|
||||
<et2-date id="ts_start" required="1"></et2-date>
|
||||
<et2-description></et2-description>
|
||||
<et2-description value="Starttime"></et2-description>
|
||||
<et2-date-timeonly id="start_time"></et2-date-timeonly>
|
||||
<et2-date-timeonly id="start_time" freeMinuteEntry="true"></et2-date-timeonly>
|
||||
</row>
|
||||
<row class="row dialogHeader3">
|
||||
<et2-description value="Duration" for="ts_duration"></et2-description>
|
||||
@ -142,7 +142,7 @@
|
||||
onchange="app.timesheet.update_quantity"></et2-date-duration>
|
||||
<et2-description></et2-description>
|
||||
<et2-description value="or endtime" class="et2_noWrap"></et2-description>
|
||||
<et2-date-timeonly id="end_time"></et2-date-timeonly>
|
||||
<et2-date-timeonly id="end_time" freeMinuteEntry="true"></et2-date-timeonly>
|
||||
</row>
|
||||
<row>
|
||||
<et2-tabbox id="tabs" class="et2_nowrap" width="100%" span="all" tabHeight="200">
|
||||
|
Loading…
Reference in New Issue
Block a user