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_button_shape.html
Normal file
5
templates/components/dog/_preview_DDL_button_shape.html
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
{% set value_previous = '0' if is_blank_row else button_shape.id_button_shape %}
|
||||
{% set text_previous = '' if is_blank_row else button_shape.name %}
|
||||
|
||||
<div class="{{ model.FLAG_BUTTON_SHAPE }}" {{ model.ATTR_VALUE_PREVIOUS }}="{{ value_previous }}" {{ model.ATTR_VALUE_CURRENT }}="{{ value_previous }}">{{ text_previous }}</div>
|
||||
Reference in New Issue
Block a user