NIHVIVO-3246: Removed input value
This commit is contained in:
parent
e11624de4c
commit
2332a1b744
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
<form class="customForm" action ="${submitUrl}" class="customForm">
|
<form class="customForm" action ="${submitUrl}" class="customForm">
|
||||||
<fieldset class="dateTime" role="group">
|
<fieldset class="dateTime" role="group">
|
||||||
<label for="dateTimeField-year">Year</label>
|
<label for="dateTimeField-year">Year</label>
|
||||||
<input class="text-field" name="dateTimeField-year" id="dateTimeField-year" type="text" value="1996" size="4" maxlength="4" role="input"/>
|
<input class="text-field" name="dateTimeField-year" id="dateTimeField-year" type="text" value="" size="4" maxlength="4" role="input"/>
|
||||||
|
|
||||||
<label for="dateTimeField-month">Month</label>
|
<label for="dateTimeField-month">Month</label>
|
||||||
<select name="dateTimeField-month" id="dateTimeField-month" role="select">
|
<select name="dateTimeField-month" id="dateTimeField-month" role="select">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue