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 2fe28fb6
authored
Oct 07, 2012
by
Petri Järvisalo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
template sätöstelyä
1 parent
cb03c4fb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
6 deletions
code/LanBortalWeb/WebContent/layout/template1/template.xhtml
code/LanBortalWeb/WebContent/resources/cditools/user/edit.xhtml
code/LanBortalWeb/WebContent/shop/shopToUser.xhtml
code/LanBortalWeb/WebContent/layout/template1/template.xhtml
View file @
2fe28fb
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
<div
id=
"left"
>
<div
id=
"left"
>
<ui:insert
name=
"title"
/>
<ui:insert
name=
"title"
/>
<
h:messages
globalOnly=
"true
"
/>
<
p:messages
globalOnly=
"true"
severity=
"info
"
/>
<ui:repeat
var=
"cont1"
value=
"#{menuView.getPagecontent('top')}"
>
<ui:repeat
var=
"cont1"
value=
"#{menuView.getPagecontent('top')}"
>
<h:outputText
value=
"#{cont1.content}"
escape=
"false"
/>
<h:outputText
value=
"#{cont1.content}"
escape=
"false"
/>
</ui:repeat>
</ui:repeat>
...
...
code/LanBortalWeb/WebContent/resources/cditools/user/edit.xhtml
View file @
2fe28fb
This diff is collapsed.
Click to expand it.
code/LanBortalWeb/WebContent/shop/shopToUser.xhtml
View file @
2fe28fb
...
@@ -35,11 +35,6 @@
...
@@ -35,11 +35,6 @@
</h:panelGroup>
</h:panelGroup>
<h:panelGroup>
<h:panelGroup>
<h:dataGrid
>
</h:dataGrid>
<h:outputLabel
value=
"#{i18n['shop.readBarcode']}"
/>
<h:outputLabel
value=
"#{i18n['shop.readBarcode']}"
/>
<h:inputText
id=
"barcode"
value=
"#{productShopView.barcode}"
/>
<h:inputText
id=
"barcode"
value=
"#{productShopView.barcode}"
/>
<h:commandButton
action=
"#{productShopView.readBarcode}"
onclick=
"blip(); return true;"
value=
"#{i18n['productShopView.readBarcode']}"
>
<h:commandButton
action=
"#{productShopView.readBarcode}"
onclick=
"blip(); return true;"
value=
"#{i18n['productShopView.readBarcode']}"
>
...
...
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