Feat(SQL, UI): Button Icons page, Command Button Links page created with get and set functionality.
This commit is contained in:
5
templates/components/dog/_preview_DDL_colour.html
Normal file
5
templates/components/dog/_preview_DDL_colour.html
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
{% set value_previous = '0' if is_blank_row else colour.id_colour %}
|
||||
{% set text_previous = '' if is_blank_row else colour.name %}
|
||||
|
||||
<div class="{{ model.FLAG_COLOUR }}" {{ model.ATTR_VALUE_PREVIOUS }}="{{ value_previous }}" {{ model.ATTR_VALUE_CURRENT }}="{{ value_previous }}">{{ text_previous }}</div>
|
||||
Reference in New Issue
Block a user