Finalized latest changes

This commit is contained in:
Bernd Bestel
2018-09-08 14:06:19 +02:00
parent bb60f5f043
commit 6b38cd450f
5 changed files with 10 additions and 8 deletions

View File

@@ -49,11 +49,10 @@
'value' => $value,
'min' => '0',
'additionalCssClasses' => 'input-group-habit-period-type',
'invalidFeedback' => $L('This cannot be negative')
'invalidFeedback' => $L('This cannot be negative'),
'additionalHtmlElements' => '<p id="habit-period-type-info" class="form-text text-muted small d-none"></p>'
))
<p id="habit-period-type-info" class="form-text text-muted small d-none"></p>
<button id="save-habit-button" type="submit" class="btn btn-success">{{ $L('Save') }}</button>
</form>