* Resources: Add inventory number to resource list columns

This commit is contained in:
nathan 2021-10-19 14:47:29 -06:00
parent eb1ed53c1a
commit beeabeda92

View File

@ -11,6 +11,7 @@
<column width="15%"/> <column width="15%"/>
<column width="15%"/> <column width="15%"/>
<column width="15%"/> <column width="15%"/>
<column width="15%"/>
<column width="15%" disabled="@no_customfields"/> <column width="15%" disabled="@no_customfields"/>
</columns> </columns>
<rows> <rows>
@ -32,6 +33,7 @@
<nextmatch-sortheader label="Location" id="location"/> <nextmatch-sortheader label="Location" id="location"/>
<description value="Storage information"/> <description value="Storage information"/>
</vbox> </vbox>
<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"/>
</row> </row>
@ -57,6 +59,7 @@
<description id="${row}[location]" no_lang="1"/> <description id="${row}[location]" no_lang="1"/>
<description id="${row}[storage_info]" no_lang="1"/> <description id="${row}[storage_info]" no_lang="1"/>
</vbox> </vbox>
<description id="${row}[inventory_number]" no_lang="1"/>
<vbox no_lang="1"> <vbox no_lang="1">
<description extra_link_popup="850x600" href="resources.resources_ui.edit&amp;res_id=$row_cont[accessory_of]" id="${row}[accessory_of_label]" no_lang="1"/> <description extra_link_popup="850x600" href="resources.resources_ui.edit&amp;res_id=$row_cont[accessory_of]" id="${row}[accessory_of_label]" no_lang="1"/>
<grid width="100%" id="${row}[accessories]"> <grid width="100%" id="${row}[accessories]">