fixes #397 - WB web client - Missing person metadata field
This commit is contained in:
parent
86df2296f7
commit
84b60a8672
3 changed files with 21 additions and 5 deletions
|
@ -87,6 +87,10 @@
|
|||
<label id="lblYear" for="txtProductionYear">Year:</label>
|
||||
<input type="number" id="txtProductionYear" name="txtProductionYear" data-mini="true" />
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldPlaceOfBirth" style="display: none;">
|
||||
<label for="txtPlaceOfBirth">Place of birth:</label>
|
||||
<input type="text" id="txtPlaceOfBirth" name="txtPlaceOfBirth" data-mini="true" />
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldEndDate" style="display: none;">
|
||||
<label id="lblEndDate" for="txtEndDate">End date:</label>
|
||||
<input type="date" id="txtEndDate" name="txtEndDate" data-mini="true" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue