File tree Expand file tree Collapse file tree
src/Spryker/Zed/ProductAttributeGui/Presentation/View/_partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% embed ' @Gui/Partials/widget.twig' with { widget_title : ' Add Attribute' } %}
22 {% block widget_content %}
33 {{ form_start(form , { ' attr' : {' class' : ' kv_autocomplete_form' , ' id' : ' attribute_form' } }) }}
4- <table width =" 100%" >
4+ <table width =" 100%" class = " table-vat " >
55 <tr >
66 <td width =" 100%" >
77 {{ form_errors(form ) }}
88 {{ form_widget(form ) }}
99 </td >
1010 <td > </td >
11- <td style =" padding-top: 15px " ><input type =" button" onclick =" return false" class =" btn btn-primary" value =" {{ ' Add' | trans }}" id =" addButton" /></td >
11+ <td style =" padding-top: 22px " ><input type =" button" onclick =" return false" class =" btn btn-primary" value =" {{ ' Add' | trans }}" id =" addButton" /></td >
1212 </tr >
1313 </table >
1414 <input id =" empty-attribute-key-message" type =" hidden" value =" {{ ' Please select attribute key first' | trans }}" />
1515 {{ form_end(form ) }}
1616 {% endblock %}
17- {% endembed %}c
17+ {% endembed %}
You can’t perform that action at this time.
0 commit comments