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