Update character creation tool XML: add back button, update label text, and comment out unused header/footer tags

This commit is contained in:
Florian 2026-05-08 16:30:18 +02:00
parent 3bd33ce84d
commit 583359aff0
2 changed files with 15 additions and 3 deletions

View File

@ -6,11 +6,15 @@
</Styles>
<Pages>
<Page>
<Header></Header>
<!--<Header>
</Header>-->
<Body>
<Label></Label>
<Label>
<Text>"Hallo Welt"</Text>
</Label>
</Body>
<Footer></Footer>
<!--<Footer></Footer>-->
</Page>
</Pages>
</Pdf>

View File

@ -4191,6 +4191,14 @@
</Action>
</OnOpen>
<Content>
<Button>
<Text>"Zurück"</Text>
<OnClick>
<OpenPage>
<Page>"profile"</Page>
</OpenPage>
</OnClick>
</Button>
<Label Visible="![data.character.print.preprintcheck]">
<Text>"Pre print check failed"</Text>
</Label>