Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
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 c67cbe61
authored
Jun 05, 2014
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roles for incomingflow
1 parent
aafcc15f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
code/MoyaWeb/WebContent/info/incoming.xhtml
code/MoyaWeb/WebContent/info/incoming.xhtml
View file @
c67cbe6
...
...
@@ -36,7 +36,6 @@
<h:panelGroup
id=
"attachhider"
rendered=
"#{incomingView.showAttachDialog}"
>
<div
id=
"attachpopup"
>
<script>
$
(
".attachbuttonidclass"
).
focus
();
</script>
<h1>
#{i18n['incomingView.attachDialogTitle']}
</h1>
...
...
@@ -266,9 +265,22 @@
</p:fieldset>
</h:form>
</h:panelGroup>
</h:panelGrid>
<h:form>
<p:fieldset
id=
"userroles"
legend=
"#{i18n['incomingflow.printedCard']}"
toggleable=
"true"
collapsed=
"#{fieldsetView.isCollapsed(component.id)}"
>
<p:ajax
event=
"toggle"
listener=
"#{fieldsetView.handleToggle}"
/>
<h:selectManyCheckbox
converter=
"#{roleConverter}"
disabled=
"#{!roleView.canWriteRoles}"
layout=
"pageDirection"
id=
"roles"
value=
"#{userView.usersRoles}"
>
<f:selectItems
var=
"roleitem"
itemLabel=
"#{roleitem.name}"
value=
"#{roleDataView.roles}"
/>
</h:selectManyCheckbox>
<p:commandButton
action=
"#{userView.saveRoles}"
value=
"#{i18n['user.saveRoles']}"
ajax=
"false"
/>
</p:fieldset>
</h:form>
<br
/><br
/>
<h:outputText
rendered=
"#{empty incomingView.groupMemberships}"
value=
"#{i18n['placegroupview.noMemberships']}"
/>
<h:form
rendered=
"#{!empty incomingView.groupMemberships}"
id=
"placelistform"
>
...
...
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