0.0.158
This commit is contained in:
@@ -8,17 +8,17 @@
|
||||
{# <div><a class="active" href="#">Перевозчик</a></div>#}
|
||||
{# <div><a class="deadctive" href="#">Отправитель</a></div>#}
|
||||
{# </div>#}
|
||||
<div class="switch">
|
||||
<div class="form_radio_btn">
|
||||
|
||||
<input class="{% if account_type == "mover" %}active {% else %} deactive{% endif %}" id="radio-1" type="radio" name="account_type" value="mover" >
|
||||
<label for="radio-1">Перевозчик</label>
|
||||
</div>
|
||||
<div class="form_radio_btn">
|
||||
<input class="{% if account_type == "sender" %}active {% else %} deactive{% endif %}" id="radio-2" type="radio" name="account_type" value="sender" checked>
|
||||
<label for="radio-2">Отправитель</label>
|
||||
</div>
|
||||
</div>
|
||||
{# <div class="switch">#}
|
||||
{# <div class="form_radio_btn">#}
|
||||
{##}
|
||||
{# <input class="{% if account_type == "mover" %}active {% else %} deactive{% endif %}" id="radio-1" type="radio" name="account_type" value="mover" >#}
|
||||
{# <label for="radio-1">Перевозчик</label>#}
|
||||
{# </div>#}
|
||||
{# <div class="form_radio_btn">#}
|
||||
{# <input class="{% if account_type == "sender" %}active {% else %} deactive{% endif %}" id="radio-2" type="radio" name="account_type" value="sender" checked>#}
|
||||
{# <label for="radio-2">Отправитель</label>#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
|
||||
|
||||
<div class="inputs">
|
||||
|
||||
Reference in New Issue
Block a user