Compare commits
2 Commits
18bf96f7d4
...
090cba93f6
| Author | SHA1 | Date | |
|---|---|---|---|
| 090cba93f6 | |||
| 5db3e4d7e4 |
@ -72,6 +72,18 @@
|
|||||||
</PropertyOutput>
|
</PropertyOutput>
|
||||||
</PropertyOutputs>
|
</PropertyOutputs>
|
||||||
</BaseSingleSelect>
|
</BaseSingleSelect>
|
||||||
|
</Content>
|
||||||
|
</GridContainer>
|
||||||
|
<GridContainer>
|
||||||
|
<Cols>3</Cols>
|
||||||
|
<Content>
|
||||||
|
<Empty/>
|
||||||
|
<MarkdownDisplay>
|
||||||
|
<MarkdownId>[data.character.race.id]</MarkdownId>
|
||||||
|
</MarkdownDisplay>
|
||||||
|
<Empty/>
|
||||||
|
<Empty/>
|
||||||
|
<Empty/>
|
||||||
<Button>
|
<Button>
|
||||||
<Text>"Weiter"</Text>
|
<Text>"Weiter"</Text>
|
||||||
<OnClick>
|
<OnClick>
|
||||||
@ -86,15 +98,13 @@
|
|||||||
</Actions>
|
</Actions>
|
||||||
</OnClick>
|
</OnClick>
|
||||||
</Button>
|
</Button>
|
||||||
<MarkdownDisplay>
|
|
||||||
<MarkdownId>[data.character.race.id]</MarkdownId>
|
|
||||||
</MarkdownDisplay>
|
|
||||||
</Content>
|
</Content>
|
||||||
</GridContainer>
|
</GridContainer>
|
||||||
</Content>
|
</Content>
|
||||||
</Page>
|
</Page>
|
||||||
<Page Name="profile">
|
<Page Name="profile">
|
||||||
<Content>
|
<Content>
|
||||||
|
<!-- Header Bar -->
|
||||||
<HorizontalContainer>
|
<HorizontalContainer>
|
||||||
<Content>
|
<Content>
|
||||||
<Button>
|
<Button>
|
||||||
@ -111,8 +121,23 @@
|
|||||||
</Actions>
|
</Actions>
|
||||||
</OnClick>
|
</OnClick>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button>
|
||||||
|
<Text>"Grundattribute"</Text>
|
||||||
|
<OnClick>
|
||||||
|
<Actions>
|
||||||
|
<Action>
|
||||||
|
<Do>"baseattributes"</Do>
|
||||||
|
<Output>[data.character.flow.currentPage]</Output>
|
||||||
|
</Action>
|
||||||
|
<OpenPage>
|
||||||
|
<Page>[data.character.flow.currentPage]</Page>
|
||||||
|
</OpenPage>
|
||||||
|
</Actions>
|
||||||
|
</OnClick>
|
||||||
|
</Button>
|
||||||
</Content>
|
</Content>
|
||||||
</HorizontalContainer>
|
</HorizontalContainer>
|
||||||
|
<!-- End Header Bar -->
|
||||||
<GridContainer>
|
<GridContainer>
|
||||||
<Cols>2</Cols>
|
<Cols>2</Cols>
|
||||||
<Content>
|
<Content>
|
||||||
@ -123,5 +148,43 @@
|
|||||||
</GridContainer>
|
</GridContainer>
|
||||||
</Content>
|
</Content>
|
||||||
</Page>
|
</Page>
|
||||||
|
<Page Name="baseattributes">
|
||||||
|
<Content>
|
||||||
|
<!-- Header Bar -->
|
||||||
|
<HorizontalContainer>
|
||||||
|
<Content>
|
||||||
|
<Button>
|
||||||
|
<Text>"Profil"</Text>
|
||||||
|
<OnClick>
|
||||||
|
<Actions>
|
||||||
|
<Action>
|
||||||
|
<Do>"profile"</Do>
|
||||||
|
<Output>[data.character.flow.currentPage]</Output>
|
||||||
|
</Action>
|
||||||
|
<OpenPage>
|
||||||
|
<Page>[data.character.flow.currentPage]</Page>
|
||||||
|
</OpenPage>
|
||||||
|
</Actions>
|
||||||
|
</OnClick>
|
||||||
|
</Button>
|
||||||
|
<Button>
|
||||||
|
<Text>"Grundattribute"</Text>
|
||||||
|
<OnClick>
|
||||||
|
<Actions>
|
||||||
|
<Action>
|
||||||
|
<Do>"baseattributes"</Do>
|
||||||
|
<Output>[data.character.flow.currentPage]</Output>
|
||||||
|
</Action>
|
||||||
|
<OpenPage>
|
||||||
|
<Page>[data.character.flow.currentPage]</Page>
|
||||||
|
</OpenPage>
|
||||||
|
</Actions>
|
||||||
|
</OnClick>
|
||||||
|
</Button>
|
||||||
|
</Content>
|
||||||
|
</HorizontalContainer>
|
||||||
|
<!-- End Header Bar -->
|
||||||
|
</Content>
|
||||||
|
</Page>
|
||||||
</Pages>
|
</Pages>
|
||||||
</Tool>
|
</Tool>
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
<Name>Tooltest</Name>
|
<Name>Tooltest</Name>
|
||||||
<Description>Testing Tools</Description>
|
<Description>Testing Tools</Description>
|
||||||
<DisplayInBar>true</DisplayInBar>
|
<DisplayInBar>true</DisplayInBar>
|
||||||
<SortPriority>150</SortPriority>
|
<SortPriority>-75</SortPriority>
|
||||||
<AccessRule>isLoggedIn()</AccessRule>
|
<AccessRule>isLoggedIn()</AccessRule>
|
||||||
</ToolArea>
|
</ToolArea>
|
||||||
</ToolAreas>
|
</ToolAreas>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user