Feat(SQL, UI): Button Icons page, Command Button Links page created with get and set functionality.
This commit is contained in:
7
templates/components/dog/_preview_DDL_image.html
Normal file
7
templates/components/dog/_preview_DDL_image.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
{% with _attribute_text = '' if (attribute_text is not defined or attribute_text is none) else attribute_text %}
|
||||
{% set value_previous = '0' if (is_blank_row or (image is not defined) or (image is none) or (image.id_image is none)) else image.id_image %}
|
||||
{% set text_previous = '' if (is_blank_row or (image is not defined) or (image is none)) else model.format_null_string_as_blank(image.name) %}
|
||||
|
||||
<div class="{{ model.FLAG_IMAGE }} {{ _attribute_text }}" {{ model.ATTR_VALUE_PREVIOUS }}="{{ value_previous }}" {{ model.ATTR_VALUE_CURRENT }}="{{ value_previous }}">{{ text_previous }}</div>
|
||||
{% endwith %}
|
||||
Reference in New Issue
Block a user