File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/bundle/Resources/views/themes/admin/language Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 <div class =" card ibexa-card ibexa-card--light" >
2525 <div class =" card-body ibexa-card__body ibexa-form-block" >
2626 {{ form_row(form .name , { row_attr : { class : ' ibexa-form-field' }, attr : {' autofocus' : ' autofocus' } }) }}
27- {{ form_row(form .languageCode , { row_attr : { class : ' ibexa-form-field ibexa-form-field--no-bottom-margin ' } }) }}
27+ {{ form_row(form .languageCode , { row_attr : { class : ' ibexa-form-field' } }) }}
2828 {{ form_row(form .enabled , { row_attr : { class : ' ibexa-form-field' }, label_attr : { class : ' checkbox-inline' } }) }}
2929 </div >
3030 </div >
Original file line number Diff line number Diff line change 2222 <section >
2323 <div class =" card ibexa-card ibexa-card--light" >
2424 <div class =" card-body ibexa-card__body ibexa-form-block" >
25- {{ form_row(form .name , { row_attr : { class : ' ibexa-form-field ibexa-form-field--no-bottom-margin ' } }) }}
25+ {{ form_row(form .name , { row_attr : { class : ' ibexa-form-field' } }) }}
2626 {{ form_row(form .enabled , { row_attr : { class : ' ibexa-form-field' }, label_attr : {' class' : ' checkbox-inline' }}) }}
2727 </div >
2828 </div >
You can’t perform that action at this time.
0 commit comments