Complete system for getting + saving Product Categories with new database, server, and client architecture.
This commit is contained in:
5
templates/_block_slider_display_order.html
Normal file
5
templates/_block_slider_display_order.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if display_order is defined %}
|
||||
<div class="{{ model.FLAG_SLIDER }} {{ model.FLAG_DISPLAY_ORDER }}" {{ model.ATTR_VALUE_CURRENT }}="{{ display_order }}" {{ model.ATTR_VALUE_PREVIOUS }}="{{ display_order }}">☰</div>
|
||||
{% else %}
|
||||
<div class="{{ model.FLAG_SLIDER }} {{ model.FLAG_DISPLAY_ORDER }}" {{ model.ATTR_VALUE_CURRENT }} {{ model.ATTR_VALUE_PREVIOUS }}>☰</div>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user