Missed the header ID in 17f82ce

This commit is contained in:
nathan 2023-01-19 11:54:47 -07:00
parent 17f82cec40
commit 09b313571c
5 changed files with 5 additions and 5 deletions

View File

@ -83,7 +83,7 @@
</et2-vbox> </et2-vbox>
<nextmatch-header label="Room" id="room"/> <nextmatch-header label="Room" id="room"/>
<nextmatch-customfields id="customfields"/> <nextmatch-customfields id="customfields"/>
<nextmatch-header label="Kanban"/> <nextmatch-header label="Kanban" id="kanban"/>
<nextmatch-header label="Note" id="note"/> <nextmatch-header label="Note" id="note"/>
<nextmatch-header label="Distribution lists" id="distribution_list"/> <nextmatch-header label="Distribution lists" id="distribution_list"/>
<et2-vbox> <et2-vbox>

View File

@ -30,7 +30,7 @@
<nextmatch-sortheader label="Group" id="gid"/> <nextmatch-sortheader label="Group" id="gid"/>
<nextmatch-header label="Comment" id="comment"/> <nextmatch-header label="Comment" id="comment"/>
<nextmatch-customfields id="customfields" readonly="true"/> <nextmatch-customfields id="customfields" readonly="true"/>
<nextmatch-header label="Kanban"/> <nextmatch-header label="Kanban" id="kanban"/>
</row> </row>
<row class="row $row_cont[class]"> <row class="row $row_cont[class]">
<et2-vfs-mime align="center" id="$row"></et2-vfs-mime> <et2-vfs-mime align="center" id="$row"></et2-vfs-mime>

View File

@ -52,7 +52,7 @@
</rows> </rows>
</grid> </grid>
<nextmatch-customfields id="customfields" app="infolog"/> <nextmatch-customfields id="customfields" app="infolog"/>
<nextmatch-header label="Kanban"/> <nextmatch-header label="Kanban" id="kanban"/>
<nextmatch-header label="Category" id="cat_id"/> <nextmatch-header label="Category" id="cat_id"/>
<et2-vbox> <et2-vbox>
<nextmatch-sortheader label="Startdate" id="info_startdate" sortmode="DESC"/> <nextmatch-sortheader label="Startdate" id="info_startdate" sortmode="DESC"/>

View File

@ -37,7 +37,7 @@
<nextmatch-sortheader label="Inventory Number" id="inventory_number"/> <nextmatch-sortheader label="Inventory Number" id="inventory_number"/>
<nextmatch-header label="Resource / Accessories"/> <nextmatch-header label="Resource / Accessories"/>
<nextmatch-customfields id="customfields"/> <nextmatch-customfields id="customfields"/>
<nextmatch-header label="Kanban"/> <nextmatch-header label="Kanban" id="kanban"/>
</row> </row>
<row class="$row_cont[class]"> <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> <et2-image-expose id="${row}[picture_thumb]" href="$row_cont[picture_original]" src="$row_cont[picture_thumb]" class="thumbnailImage"></et2-image-expose>

View File

@ -70,7 +70,7 @@
<nextmatch-sortheader label="ID" id="ts_id"/> <nextmatch-sortheader label="ID" id="ts_id"/>
<et2-nextmatch-header-filter id="ts_status" emptyLabel="Status"/> <et2-nextmatch-header-filter id="ts_status" emptyLabel="Status"/>
<nextmatch-customfields id="customfields"/> <nextmatch-customfields id="customfields"/>
<nextmatch-header label="Kanban"/> <nextmatch-header label="Kanban" id="kanban"/>
</row> </row>
<row class="$row_cont[cat_id] $row_cont[class]"> <row class="$row_cont[cat_id] $row_cont[class]">
<et2-date-time id="${row}[ts_start]" readonly="true" ></et2-date-time> <et2-date-time id="${row}[ts_start]" readonly="true" ></et2-date-time>