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