Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 55799b61 authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files

change date selection order

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@35120 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 836468d8
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
</h:selectBooleanCheckbox>
</a4j:region>
<h:outputText
value="#{messages['net.ihe.gazelle.proxy.FilterMessageDestination']}" />
value="Filter message by proxy port destination" />
<a4j:region selfRendered="true">
<h:selectBooleanCheckbox value="#{messagesStepBean.filterDates}">
......@@ -105,14 +105,14 @@
<f:selectItem id="item2" itemLabel="Today" itemValue="today" />
<f:selectItem id="item3" itemLabel="Yesterday"
itemValue="yesterday" />
<f:selectItem id="item4" itemLabel="Last week"
itemValue="last week" />
<f:selectItem id="item5" itemLabel="Last month"
itemValue="last month" />
<f:selectItem id="item6" itemLabel="This week"
<f:selectItem id="item4" itemLabel="This week"
itemValue="this week" />
<f:selectItem id="item7" itemLabel="This month"
<f:selectItem id="item5" itemLabel="Last week"
itemValue="last week" />
<f:selectItem id="item6" itemLabel="This month"
itemValue="this month" />
<f:selectItem id="item7" itemLabel="Last month"
itemValue="last month" />
<a4j:support event="onchange" reRender="search,panelOfMessages"
ajaxSingle="true"
actionListener="#{messagesStepBean.selectDate(messagesStepBean.currentSelectDate)}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment