Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
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 1b51cb8c
authored
Jan 09, 2014
by
Tuukka Kivilahti
Committed by
Tuukka Kivilahti
Feb 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stuff
1 parent
ed3cab59
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
25 deletions
code/MoyaWeb/WebContent/admin/incoming/printCard.xhtml
code/MoyaWeb/src/fi/codecrew/moya/web/flow/IncomingView.java
muutSoftat/AndroidBarcode/res/values-v11/styles.xml
muutSoftat/AndroidBarcode/res/values-v14/styles.xml
code/MoyaWeb/WebContent/admin/incoming/printCard.xhtml
View file @
1b51cb8
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</h:panelGrid>
</h:panelGrid>
<h:outputText
rendered=
"#{empty incomingView.groupMemberships}"
value=
"#{i18n['placegroupview.noMemberships']}"
/>
<h:outputText
rendered=
"#{empty incomingView.groupMemberships}"
value=
"#{i18n['placegroupview.noMemberships']}"
/>
<h:form
rendered=
"#{!empty incomingViewgroupMemberships}"
id=
"placelistform"
>
<h:form
rendered=
"#{!empty incomingView
.
groupMemberships}"
id=
"placelistform"
>
<p:dataTable
value=
"#{incomingView.groupMemberships}"
var=
"member"
>
<p:dataTable
value=
"#{incomingView.groupMemberships}"
var=
"member"
>
...
...
code/MoyaWeb/src/fi/codecrew/moya/web/flow/IncomingView.java
View file @
1b51cb8
...
@@ -227,7 +227,7 @@ public class IncomingView extends GenericCDIView {
...
@@ -227,7 +227,7 @@ public class IncomingView extends GenericCDIView {
public
ListDataModel
<
GroupMembership
>
getGroupMemberships
()
{
public
ListDataModel
<
GroupMembership
>
getGroupMemberships
()
{
memberlist
=
new
ListDataModel
<
GroupMembership
>(
memberlist
=
new
ListDataModel
<
GroupMembership
>(
placegroupBean
.
getMembershipsAndCreations
(
user
));
placegroupBean
.
getMembershipsAndCreations
(
user
view
.
getUser
()
));
return
memberlist
;
return
memberlist
;
}
}
...
...
muutSoftat/AndroidBarcode/res/values-v11/styles.xml
deleted
100644 → 0
View file @
ed3cab5
<resources>
<!--
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
<style
name=
"AppBaseTheme"
parent=
"android:Theme.Holo.Light"
>
<!-- API 11 theme customizations can go here. -->
</style>
</resources>
muutSoftat/AndroidBarcode/res/values-v14/styles.xml
deleted
100644 → 0
View file @
ed3cab5
<resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style
name=
"AppBaseTheme"
parent=
"android:Theme.Holo.Light.DarkActionBar"
>
<!-- API 14 theme customizations can go here. -->
</style>
</resources>
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