pre post market checkbox
This commit is contained in:
parent
bd6ce3732f
commit
9990758806
@ -898,42 +898,41 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row g-3 align-items-center mt-3 left-div">
|
<div class="row g-3 align-items-center mt-3 left-div">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputTransitionZ" class="col-form-label"
|
<label for="inputTransitionZ" class="col-form-label"
|
||||||
|
>Pre-Market / After-Hours Prices
|
||||||
>Percent Change
|
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
class="form-check-input prepost-select"
|
||||||
class="form-check-input percent-select"
|
|
||||||
|
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|
||||||
value=""
|
value=""
|
||||||
|
id="flexCheckChecked-prepost"
|
||||||
id="flexCheckChecked"
|
{%if stocks_settings.prepost%}
|
||||||
|
|
||||||
{%if stocks_settings.percent%}
|
|
||||||
|
|
||||||
checked
|
checked
|
||||||
|
{%endif%} />
|
||||||
{%endif%}
|
|
||||||
|
|
||||||
/>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row g-3 align-items-center left-div">
|
||||||
|
<div class="col-auto">
|
||||||
|
<label for="inputTransitionZ" class="col-form-label"
|
||||||
|
>Percent Change
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="col-auto">
|
||||||
|
<input
|
||||||
|
class="form-check-input percent-select"
|
||||||
|
type="checkbox"
|
||||||
|
value=""
|
||||||
|
id="flexCheckChecked"
|
||||||
|
{%if stocks_settings.percent%}
|
||||||
|
checked
|
||||||
|
{%endif%}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user