Compare commits
No commits in common. "090cba93f69425e405667510cd97fb4a0b4bf9c1" and "18bf96f7d4f16d433ff6bf9f774ea79f0020b0a4" have entirely different histories.
090cba93f6
...
18bf96f7d4
@ -72,18 +72,6 @@
|
||||
</PropertyOutput>
|
||||
</PropertyOutputs>
|
||||
</BaseSingleSelect>
|
||||
</Content>
|
||||
</GridContainer>
|
||||
<GridContainer>
|
||||
<Cols>3</Cols>
|
||||
<Content>
|
||||
<Empty/>
|
||||
<MarkdownDisplay>
|
||||
<MarkdownId>[data.character.race.id]</MarkdownId>
|
||||
</MarkdownDisplay>
|
||||
<Empty/>
|
||||
<Empty/>
|
||||
<Empty/>
|
||||
<Button>
|
||||
<Text>"Weiter"</Text>
|
||||
<OnClick>
|
||||
@ -98,13 +86,15 @@
|
||||
</Actions>
|
||||
</OnClick>
|
||||
</Button>
|
||||
<MarkdownDisplay>
|
||||
<MarkdownId>[data.character.race.id]</MarkdownId>
|
||||
</MarkdownDisplay>
|
||||
</Content>
|
||||
</GridContainer>
|
||||
</Content>
|
||||
</Page>
|
||||
<Page Name="profile">
|
||||
<Content>
|
||||
<!-- Header Bar -->
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Button>
|
||||
@ -121,23 +111,8 @@
|
||||
</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 -->
|
||||
<GridContainer>
|
||||
<Cols>2</Cols>
|
||||
<Content>
|
||||
@ -148,43 +123,5 @@
|
||||
</GridContainer>
|
||||
</Content>
|
||||
</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>
|
||||
</Tool>
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
<Name>Tooltest</Name>
|
||||
<Description>Testing Tools</Description>
|
||||
<DisplayInBar>true</DisplayInBar>
|
||||
<SortPriority>-75</SortPriority>
|
||||
<SortPriority>150</SortPriority>
|
||||
<AccessRule>isLoggedIn()</AccessRule>
|
||||
</ToolArea>
|
||||
</ToolAreas>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user