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> </Styles>
<Pages> <Pages>
<Page> <Page>
<Header></Header> <!--<Header>
</Header>-->
<Body> <Body>
<Label></Label> <Label>
<Text>"Hallo Welt"</Text>
</Label>
</Body> </Body>
<Footer></Footer> <!--<Footer></Footer>-->
</Page> </Page>
</Pages> </Pages>
</Pdf> </Pdf>

View File

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