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>
|
</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>
|
||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user