added different labels for the date picker depending on if recipients is filtered by project or project ideas
This commit is contained in:
parent
50f470d25d
commit
3ebad8d03b
src/main/java/se/su/dsv/scipro
@ -15,6 +15,9 @@
|
||||
<div class="append-bottom" wicket:id="mainChoice">
|
||||
<input type="radio"/>
|
||||
</div>
|
||||
<div wicket:id="labelContainer">
|
||||
<span wicket:id="pickerLabel"></span><span wicket:id="ideaPickerLabel"></span>
|
||||
</div>
|
||||
<div wicket:id="datePanel"></div>
|
||||
<div wicket:id="choiceContainer">
|
||||
<b>Available recipients:</b>
|
||||
|
@ -5,7 +5,6 @@
|
||||
<wicket:panel>
|
||||
<div class="append-bottom">
|
||||
<form wicket:id="dateForm">
|
||||
Created between: <br />
|
||||
<input wicket:id="startDate"/> <br />
|
||||
and <br />
|
||||
<input wicket:id="endDate"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user