Update character creation tool XML: add back button, update label text, and comment out unused header/footer tags
This commit is contained in:
parent
3bd33ce84d
commit
583359aff0
@ -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>
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user