required indicators
parent
c7640f6dfd
commit
09b3de1086
|
|
@ -25,7 +25,7 @@
|
||||||
<label class="label" for="contractIntermentAdd--deceasedName"
|
<label class="label" for="contractIntermentAdd--deceasedName"
|
||||||
>Name</label
|
>Name</label
|
||||||
>
|
>
|
||||||
<div class="control">
|
<div class="control has-icons-right">
|
||||||
<input
|
<input
|
||||||
class="input"
|
class="input"
|
||||||
id="contractIntermentAdd--deceasedName"
|
id="contractIntermentAdd--deceasedName"
|
||||||
|
|
@ -35,6 +35,9 @@
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
<span class="icon is-right">
|
||||||
|
<i class="fas fa-asterisk" aria-hidden="true"></i>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,7 @@
|
||||||
<div class="modal-background"></div>
|
<div class="modal-background"></div>
|
||||||
<div class="modal-card">
|
<div class="modal-card">
|
||||||
<header class="modal-card-head">
|
<header class="modal-card-head">
|
||||||
<h3 class="modal-card-title">
|
<h3 class="modal-card-title">Update Interment</h3>
|
||||||
Update Interment
|
|
||||||
</h3>
|
|
||||||
<button
|
<button
|
||||||
class="delete is-close-modal-button"
|
class="delete is-close-modal-button"
|
||||||
aria-label="close"
|
aria-label="close"
|
||||||
|
|
@ -32,7 +30,7 @@
|
||||||
<label class="label" for="contractIntermentEdit--deceasedName"
|
<label class="label" for="contractIntermentEdit--deceasedName"
|
||||||
>Name</label
|
>Name</label
|
||||||
>
|
>
|
||||||
<div class="control">
|
<div class="control has-icons-right">
|
||||||
<input
|
<input
|
||||||
class="input"
|
class="input"
|
||||||
id="contractIntermentEdit--deceasedName"
|
id="contractIntermentEdit--deceasedName"
|
||||||
|
|
@ -42,6 +40,9 @@
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
<span class="icon is-right">
|
||||||
|
<i class="fas fa-asterisk" aria-hidden="true"></i>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -96,9 +97,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label
|
<label class="label" for="contractIntermentEdit--deceasedProvince"
|
||||||
class="label"
|
|
||||||
for="contractIntermentEdit--deceasedProvince"
|
|
||||||
>Province</label
|
>Province</label
|
||||||
>
|
>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
|
|
@ -139,7 +138,12 @@
|
||||||
Date of Birth
|
Date of Birth
|
||||||
</label>
|
</label>
|
||||||
<div class="control has-icons-left">
|
<div class="control has-icons-left">
|
||||||
<input class="input" id="contractIntermentEdit--birthDateString" name="birthDateString" type="date" />
|
<input
|
||||||
|
class="input"
|
||||||
|
id="contractIntermentEdit--birthDateString"
|
||||||
|
name="birthDateString"
|
||||||
|
type="date"
|
||||||
|
/>
|
||||||
<span class="icon is-left">
|
<span class="icon is-left">
|
||||||
<i class="fas fa-calendar" aria-hidden="true"></i>
|
<i class="fas fa-calendar" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -152,7 +156,14 @@
|
||||||
Place of Birth
|
Place of Birth
|
||||||
</label>
|
</label>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input class="input" id="contractIntermentEdit--birthPlace" name="birthPlace" type="text" maxlength="100" autocomplete="off" />
|
<input
|
||||||
|
class="input"
|
||||||
|
id="contractIntermentEdit--birthPlace"
|
||||||
|
name="birthPlace"
|
||||||
|
type="text"
|
||||||
|
maxlength="100"
|
||||||
|
autocomplete="off"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -164,7 +175,12 @@
|
||||||
Date of Death
|
Date of Death
|
||||||
</label>
|
</label>
|
||||||
<div class="control has-icons-left">
|
<div class="control has-icons-left">
|
||||||
<input class="input" id="contractIntermentEdit--deathDateString" name="deathDateString" type="date" />
|
<input
|
||||||
|
class="input"
|
||||||
|
id="contractIntermentEdit--deathDateString"
|
||||||
|
name="deathDateString"
|
||||||
|
type="date"
|
||||||
|
/>
|
||||||
<span class="icon is-left">
|
<span class="icon is-left">
|
||||||
<i class="fas fa-calendar" aria-hidden="true"></i>
|
<i class="fas fa-calendar" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -177,36 +193,76 @@
|
||||||
Place of Death
|
Place of Death
|
||||||
</label>
|
</label>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input class="input" id="contractIntermentEdit--deathPlace" name="deathPlace" type="text" maxlength="100" autocomplete="off" />
|
<input
|
||||||
|
class="input"
|
||||||
|
id="contractIntermentEdit--deathPlace"
|
||||||
|
name="deathPlace"
|
||||||
|
type="text"
|
||||||
|
maxlength="100"
|
||||||
|
autocomplete="off"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<label class="label" for="contractIntermentEdit--deathAge">Death Age</label>
|
<label class="label" for="contractIntermentEdit--deathAge"
|
||||||
|
>Death Age</label
|
||||||
|
>
|
||||||
<div class="field has-addons">
|
<div class="field has-addons">
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<button class="button" type="button" id="button--calculateDeathAge" aria-label="Calculate Age" disabled>
|
<button
|
||||||
<span class="icon is-small"><i class="fas fa-calculator" aria-hidden="true"></i></span>
|
class="button"
|
||||||
|
type="button"
|
||||||
|
id="button--calculateDeathAge"
|
||||||
|
aria-label="Calculate Age"
|
||||||
|
disabled
|
||||||
|
>
|
||||||
|
<span class="icon is-small"
|
||||||
|
><i class="fas fa-calculator" aria-hidden="true"></i
|
||||||
|
></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="control is-expanded">
|
<div class="control is-expanded">
|
||||||
<input class="input has-text-right" id="contractIntermentEdit--deathAge" name="deathAge" type="number" min="0" max="150" />
|
<input
|
||||||
|
class="input has-text-right"
|
||||||
|
id="contractIntermentEdit--deathAge"
|
||||||
|
name="deathAge"
|
||||||
|
type="number"
|
||||||
|
min="0"
|
||||||
|
max="150"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="control is-expanded">
|
<div class="control is-expanded">
|
||||||
<div class="select is-fullwidth">
|
<div class="select is-fullwidth">
|
||||||
<select id="contractIntermentEdit--deathAgePeriod" name="deathAgePeriod" aria-label="Death Age Period">
|
<select
|
||||||
</select>
|
id="contractIntermentEdit--deathAgePeriod"
|
||||||
|
name="deathAgePeriod"
|
||||||
|
aria-label="Death Age Period"
|
||||||
|
></select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label" for="contractIntermentEdit--intermentContainerTypeId">Container</label>
|
<label
|
||||||
|
class="label"
|
||||||
|
for="contractIntermentEdit--intermentContainerTypeId"
|
||||||
|
>Container</label
|
||||||
|
>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<div class="select is-fullwidth">
|
<div class="select is-fullwidth">
|
||||||
<select id="contractIntermentEdit--intermentContainerTypeId" name="intermentContainerTypeId">
|
<select
|
||||||
|
id="contractIntermentEdit--intermentContainerTypeId"
|
||||||
|
name="intermentContainerTypeId"
|
||||||
|
>
|
||||||
<option value="">(No Container)</option>
|
<option value="">(No Container)</option>
|
||||||
<optgroup label="Non-Cremated" data-is-cremation-type="0"></optgroup>
|
<optgroup
|
||||||
<optgroup label="Cremated" data-is-cremation-type="1"></optgroup>
|
label="Non-Cremated"
|
||||||
|
data-is-cremation-type="0"
|
||||||
|
></optgroup>
|
||||||
|
<optgroup
|
||||||
|
label="Cremated"
|
||||||
|
data-is-cremation-type="1"
|
||||||
|
></optgroup>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -220,10 +276,14 @@
|
||||||
type="submit"
|
type="submit"
|
||||||
form="form--contractIntermentEdit"
|
form="form--contractIntermentEdit"
|
||||||
>
|
>
|
||||||
<span class="icon"><i class="fas fa-save" aria-hidden="true"></i></span>
|
<span class="icon"
|
||||||
|
><i class="fas fa-save" aria-hidden="true"></i
|
||||||
|
></span>
|
||||||
<span>Update Interment</span>
|
<span>Update Interment</span>
|
||||||
</button>
|
</button>
|
||||||
<button class="button is-close-modal-button" type="button">Cancel</button>
|
<button class="button is-close-modal-button" type="button">
|
||||||
|
Cancel
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue