Feat(SQL, UI): 1. Calc and Get Many Stored Procedures created for Weather, Lighting Level, Assessment, Distraction Type, Distraction Intensity Level, Distraction, Bribe, Assessment Command Modality Link, Response Quality Metric, Obedience Level, and Assessment Response. \n 2. Assessments and Assessment pages created with data loading and hooked up, but not saving.
This commit is contained in:
@@ -1,5 +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 %}
|
||||
{% set value_previous = '0' if is_blank_row else button_shape_preview.id_button_shape %}
|
||||
{% set text_previous = '' if is_blank_row else button_shape_preview.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