Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3b915a6b
authored
Oct 25, 2012
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Plain Diff
erge branch 'master' of codecrew.fi:bortal
2 parents
52de433e
d72ce1cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/LanBortalWeb/WebContent/useradmin/list.xhtml
code/LanBortalWeb/WebContent/useradmin/list.xhtml
View file @
3b915a6
...
...
@@ -45,7 +45,7 @@
<h:commandButton
value=
"#{i18n['userlist.search']}"
action=
"#{userSearchView.newSearch()}"
/>
</h:panelGroup>
<h:panelGroup>
<a
style=
"display: #{((userCartView.isEmpty())?'block':'none')};"
onclick=
"$('#usercart').show(); $(this).hide();"
><h:outputText
value=
"#{i18n['user
list.showAdvancedSearch
']}"
/></a>
<a
style=
"display: #{((userCartView.isEmpty())?'block':'none')};"
onclick=
"$('#usercart').show(); $(this).hide();"
><h:outputText
value=
"#{i18n['user
cart.showCart
']}"
/></a>
<div
id=
"usercart"
style=
"display: #{((userCartView.isEmpty())?'none':'block')};"
>
<h:outputText
value=
"#{i18n['usercart.cartsize']}"
/>
<h:outputText
value=
" #{userCartView.userCartSize}"
/>
...
...
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