mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Add timesheet ID to nm listview
This commit is contained in:
parent
d21e2b2dd7
commit
5114fbe11a
@ -28,6 +28,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="th">
|
<row class="th">
|
||||||
|
<nextmatch-sortheader label="ID" id="ts_id"/>
|
||||||
<nextmatch-sortheader label="Date" id="ts_start"/>
|
<nextmatch-sortheader label="Date" id="ts_start"/>
|
||||||
<grid spacing="0" padding="0">
|
<grid spacing="0" padding="0">
|
||||||
<columns>
|
<columns>
|
||||||
@ -67,6 +68,7 @@
|
|||||||
<nextmatch-customfields id="customfields"/>
|
<nextmatch-customfields id="customfields"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="$row_cont[cat_id] $row_cont[class]">
|
<row class="$row_cont[cat_id] $row_cont[class]">
|
||||||
|
<description id="${row}[ts_id]"/>
|
||||||
<date-time id="${row}[ts_start]" readonly="true" options=",8"/>
|
<date-time id="${row}[ts_start]" readonly="true" options=",8"/>
|
||||||
<vbox>
|
<vbox>
|
||||||
<link id="${row}[ts_link]" no_lang="1"/>
|
<link id="${row}[ts_link]" no_lang="1"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user