add default city to interment modals
parent
db05999c72
commit
a7ce5a99cb
|
|
@ -148,7 +148,7 @@
|
|||
Place of Birth
|
||||
</label>
|
||||
<div class="control">
|
||||
<input class="input" id="contractIntermentAdd--birthPlace" name="birthPlace" type="text" maxlength="100" autocomplete="off" />
|
||||
<input class="input" id="contractIntermentAdd--birthPlace" name="birthPlace" type="text" maxlength="100" autocomplete="off" list="datalist--cityDefault" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -173,7 +173,7 @@
|
|||
Place of Death
|
||||
</label>
|
||||
<div class="control">
|
||||
<input class="input" id="contractIntermentAdd--deathPlace" name="deathPlace" type="text" maxlength="100" autocomplete="off" />
|
||||
<input class="input" id="contractIntermentAdd--deathPlace" name="deathPlace" type="text" maxlength="100" autocomplete="off" list="datalist--cityDefault" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -163,6 +163,7 @@
|
|||
type="text"
|
||||
maxlength="100"
|
||||
autocomplete="off"
|
||||
list="datalist--cityDefault"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -200,6 +201,7 @@
|
|||
type="text"
|
||||
maxlength="100"
|
||||
autocomplete="off"
|
||||
list="datalist--cityDefault"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue