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 dc64db73
authored
Oct 26, 2012
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of codecrew.fi:bortal
2 parents
006077c2
648b33da
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
code/LanBortalWeb/WebContent/foodmanager/listOrders.xhtml
code/LanBortalWeb/WebContent/foodmanager/listOrders.xhtml
View file @
dc64db7
...
...
@@ -87,13 +87,13 @@
<h:outputLabel
value=
"#{i18n['foodwave.orders']}"
/>
</h1>
<h:form>
<p:dataTable
styleClass=
"bordertable"
value=
"#{foodWaveView.accountEventLines}"
var=
"acc_line
s
"
>
<p:dataTable
styleClass=
"bordertable"
value=
"#{foodWaveView.accountEventLines}"
var=
"acc_line"
>
<f:facet
name=
"header"
>
<h:outputLabel
value=
"#{i18n['foodWave.accountevents']}"
/>
</f:facet>
<p:column>
<f:facet
name=
"header"
>
<h:outputLabel
value=
"
$
{i18n['acc_lines.time']}"
/>
<h:outputLabel
value=
"
#
{i18n['acc_lines.time']}"
/>
</f:facet>
<h:outputText
value=
"#{acc_line.eventTime.getTime()}"
>
<f:convertDateTime
pattern=
"hh:mm d/M/yy"
/>
...
...
@@ -101,35 +101,35 @@
</p:column>
<p:column>
<f:facet
name=
"header"
>
<h:outputLabel
value=
"
$
{i18n['acc_line.quantity']}"
/>
<h:outputLabel
value=
"
#
{i18n['acc_line.quantity']}"
/>
</f:facet>
<h:outputText
value=
"#{acc_line.quantity}"
/>
</p:column>
<p:column>
<f:facet
name=
"header"
>
<h:outputLabel
value=
"
$
{i18n['acc_line.product']}"
/>
<h:outputLabel
value=
"
#
{i18n['acc_line.product']}"
/>
</f:facet>
<h:outputText
value=
"#{acc_line.product.name}"
/>
</p:column>
<p:column>
<f:facet
name=
"header"
>
<h:outputLabel
value=
"
$
{i18n['acc_line.eventuser']}"
/>
<h:outputLabel
value=
"
#
{i18n['acc_line.eventuser']}"
/>
</f:facet>
<h:link
outcome=
"/useradmin/edit"
value=
"#{acc_line.user.wholeName}"
>
<f:param
name=
"userid"
value=
"#{acc_line.user.id}"
/>
<f:param
value=
"#{acc_line.user.id}"
/>
</h:link>
</p:column>
<p:column>
<f:facet
name=
"header"
>
<h:outputLabel
value=
"
$
{i18n['acc_line.nick']}"
/>
<h:outputLabel
value=
"
#
{i18n['acc_line.nick']}"
/>
</f:facet>
<h:link
outcome=
"/useradmin/edit"
value=
"#{acc_line.user.nick}"
>
<f:param
name=
"userid"
value=
"#{acc_line.user.id}"
/>
<f:param
value=
"#{acc_line.user.id}"
/>
</h:link>
</p:column>
<p:column>
<f:facet
name=
"header"
>
<h:outputLabel
value=
"
$
{i18n['accountEvent.delivered']}"
/>
<h:outputLabel
value=
"
#
{i18n['accountEvent.delivered']}"
/>
</f:facet>
<h:outputText
rendered=
"#{acc_line.delivered}"
value=
"#{i18n['accountEvent.delivered']}"
/>
<h:commandButton
rendered=
"#{not acc_line.delivered}"
value=
"#{i18n['accountEvent.deliver']}"
action=
"#{foodWaveView.deliverAccountEvent}"
/>
...
...
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