mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Missed the header ID in 17f82ce
This commit is contained in:
parent
17f82cec40
commit
09b313571c
@ -83,7 +83,7 @@
|
||||
</et2-vbox>
|
||||
<nextmatch-header label="Room" id="room"/>
|
||||
<nextmatch-customfields id="customfields"/>
|
||||
<nextmatch-header label="Kanban"/>
|
||||
<nextmatch-header label="Kanban" id="kanban"/>
|
||||
<nextmatch-header label="Note" id="note"/>
|
||||
<nextmatch-header label="Distribution lists" id="distribution_list"/>
|
||||
<et2-vbox>
|
||||
|
@ -30,7 +30,7 @@
|
||||
<nextmatch-sortheader label="Group" id="gid"/>
|
||||
<nextmatch-header label="Comment" id="comment"/>
|
||||
<nextmatch-customfields id="customfields" readonly="true"/>
|
||||
<nextmatch-header label="Kanban"/>
|
||||
<nextmatch-header label="Kanban" id="kanban"/>
|
||||
</row>
|
||||
<row class="row $row_cont[class]">
|
||||
<et2-vfs-mime align="center" id="$row"></et2-vfs-mime>
|
||||
|
@ -52,7 +52,7 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<nextmatch-customfields id="customfields" app="infolog"/>
|
||||
<nextmatch-header label="Kanban"/>
|
||||
<nextmatch-header label="Kanban" id="kanban"/>
|
||||
<nextmatch-header label="Category" id="cat_id"/>
|
||||
<et2-vbox>
|
||||
<nextmatch-sortheader label="Startdate" id="info_startdate" sortmode="DESC"/>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<nextmatch-sortheader label="Inventory Number" id="inventory_number"/>
|
||||
<nextmatch-header label="Resource / Accessories"/>
|
||||
<nextmatch-customfields id="customfields"/>
|
||||
<nextmatch-header label="Kanban"/>
|
||||
<nextmatch-header label="Kanban" id="kanban"/>
|
||||
</row>
|
||||
<row class="$row_cont[class]">
|
||||
<et2-image-expose id="${row}[picture_thumb]" href="$row_cont[picture_original]" src="$row_cont[picture_thumb]" class="thumbnailImage"></et2-image-expose>
|
||||
|
@ -70,7 +70,7 @@
|
||||
<nextmatch-sortheader label="ID" id="ts_id"/>
|
||||
<et2-nextmatch-header-filter id="ts_status" emptyLabel="Status"/>
|
||||
<nextmatch-customfields id="customfields"/>
|
||||
<nextmatch-header label="Kanban"/>
|
||||
<nextmatch-header label="Kanban" id="kanban"/>
|
||||
</row>
|
||||
<row class="$row_cont[cat_id] $row_cont[class]">
|
||||
<et2-date-time id="${row}[ts_start]" readonly="true" ></et2-date-time>
|
||||
|
Loading…
Reference in New Issue
Block a user