More Changes
This commit is contained in:
parent
18bf96f7d4
commit
5db3e4d7e4
@ -95,6 +95,7 @@
|
||||
</Page>
|
||||
<Page Name="profile">
|
||||
<Content>
|
||||
<!-- Header Bar -->
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Button>
|
||||
@ -111,8 +112,23 @@
|
||||
</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>
|
||||
@ -123,5 +139,43 @@
|
||||
</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>150</SortPriority>
|
||||
<SortPriority>-75</SortPriority>
|
||||
<AccessRule>isLoggedIn()</AccessRule>
|
||||
</ToolArea>
|
||||
</ToolAreas>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user