File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11< div class ="schema-form-array {{form.htmlClass}} "
22 sf-field-model ="sf-new-array "
33 sf-new-array >
4- < h3 ng-show ="form.title && form.notitle !== true " > </ h3 >
4+ < label class =" control-label " ng-show ="showTitle() " > {{ form.title }} </ label >
55 < ol class ="list-group " ui-sortable >
66 < li class ="list-group-item {{form.fieldHtmlClass}} "
77 schema-form-array-items
Original file line number Diff line number Diff line change 11< fieldset ng-disabled ="form.readonly " class ="schema-form-fieldset {{form.htmlClass}} ">
2- < legend ng-show =" form.title && !form.notitle "> {{ form.title }}</ legend >
2+ < legend ng-class =" {'sr-only': !showTitle() } "> {{ form.title }}</ legend >
33 < div class ="help-block " ng-show ="form.description " ng-bind-html ="form.description "> </ div >
44</ fieldset >
You can’t perform that action at this time.
0 commit comments