Update character PDF XML: uncomment inventory "Foreach" loop and comment out unused table layout for cleanup and consistency
This commit is contained in:
parent
e26176ad23
commit
77d7a766db
@ -4628,7 +4628,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
|
<!--
|
||||||
<TableLayout>
|
<TableLayout>
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
@ -4663,7 +4663,7 @@
|
|||||||
<Text>"G"</Text>
|
<Text>"G"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<!--<Foreach>
|
<Foreach>
|
||||||
<List>[data.character.print.maininventory]</List>
|
<List>[data.character.print.maininventory]</List>
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
@ -4679,9 +4679,9 @@
|
|||||||
<Text>""</Text>
|
<Text>""</Text>
|
||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</Foreach>-->
|
</Foreach>
|
||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>-->
|
||||||
|
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user