mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
commit
fdbe4a306a
@ -185,7 +185,7 @@
|
|||||||
{% for currency in active_currencies %}
|
{% for currency in active_currencies %}
|
||||||
<option {% if app.request.get('currency') == currency %}
|
<option {% if app.request.get('currency') == currency %}
|
||||||
selected
|
selected
|
||||||
{% endif %}value="{{ currency }}">{{ currency }}</option>
|
{% endif %}value="{{ currency }}">{{ currency_symbol(currency) }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -82,7 +82,7 @@
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<input type="text" id="searchLocation" class="form-control"
|
<input type="text" id="searchLocation" class="form-control"
|
||||||
placeholder="{{ trans('visiosoft.module.location::message.placeholder') }}">
|
placeholder="{{ trans('visiosoft.module.location::message.placeholder') }}">
|
||||||
<button type="button" class="close filter-modal-close" data-dismiss="modal" aria-label="Close">
|
<button type="button" class="close filter-modal-close">
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user