Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 90e0e0da
authored
Sep 01, 2013
by
Juho Salli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edittabs ui:define korjattu useampaan paikkaan
1 parent
1248fc3c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
2 deletions
code/MoyaWeb/WebContent/place/adminGroups.xhtml
code/MoyaWeb/WebContent/shop/shopToUser.xhtml
code/MoyaWeb/WebContent/useradmin/accountEvents.xhtml
code/MoyaWeb/WebContent/useradmin/foodwaveshop.xhtml
code/MoyaWeb/WebContent/useradmin/sendPicture.xhtml
code/MoyaWeb/WebContent/place/adminGroups.xhtml
View file @
90e0e0d
...
...
@@ -15,9 +15,12 @@
<ui:define
name=
"title"
>
<h1>
#{i18n['placegroupview.header']}
</h1>
<!-- <users:usertabs tabId="groups" /> -->
</ui:define>
<ui:define
name=
"edittab"
>
<users:usertabs
tabId=
"groups"
/>
</ui:define>
<ui:define
name=
"content"
>
<h:outputText
rendered=
"#{empty placeGroupView.groupMemberships}"
value=
"#{i18n['placegroupview.noMemberships']}"
/>
<h:form
rendered=
"#{!empty placeGroupView.groupMemberships}"
id=
"placelistform"
>
...
...
code/MoyaWeb/WebContent/shop/shopToUser.xhtml
View file @
90e0e0d
...
...
@@ -15,6 +15,9 @@
<ui:define
name=
"title"
>
<h1>
#{i18n['user.shop.title']}
</h1>
<!-- <users:usertabs tabId="shop" /> -->
</ui:define>
<ui:define
name=
"edittab"
>
<users:usertabs
tabId=
"shop"
/>
</ui:define>
<ui:define
name=
"content"
>
...
...
code/MoyaWeb/WebContent/useradmin/accountEvents.xhtml
View file @
90e0e0d
...
...
@@ -13,6 +13,9 @@
</f:metadata>
<ui:define
name=
"title"
>
<h1>
#{i18n['user.accountevents']}
</h1>
<!-- <users:usertabs tabId="accountevents" /> -->
</ui:define>
<ui:define
name=
"edittab"
>
<users:usertabs
tabId=
"accountevents"
/>
</ui:define>
<ui:define
name=
"content"
>
...
...
code/MoyaWeb/WebContent/useradmin/foodwaveshop.xhtml
View file @
90e0e0d
...
...
@@ -21,6 +21,9 @@
<ui:define
name=
"title"
>
<h1>
#{i18n['user.foodwavelist.title']}
</h1>
<!-- <users:usertabs tabId="foodwave" /> -->
</ui:define>
<ui:define
name=
"edittab"
>
<users:usertabs
tabId=
"foodwave"
/>
</ui:define>
<ui:define
name=
"content"
>
...
...
code/MoyaWeb/WebContent/useradmin/sendPicture.xhtml
View file @
90e0e0d
...
...
@@ -14,10 +14,12 @@
</f:metadata>
<ui:define
name=
"title"
>
<h1>
#{i18n['sendPicture.header']}
</h1>
<!-- <users:usertabs tabId="picture" /> -->
</ui:define>
<ui:define
name=
"edittab"
>
<users:usertabs
tabId=
"picture"
/>
</ui:define>
<ui:define
name=
"content"
>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment