Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 836468d8 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@35119 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent b595d44d
No related branches found
No related tags found
No related merge requests found
......@@ -206,14 +206,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="#{messagesBean.selectDate(messagesBean.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