Skip to content

Commit

Permalink
[Product] Change order of SKU field for editing and creating products
Browse files Browse the repository at this point in the history
  • Loading branch information
kurakin-oleksandr committed Feb 21, 2015
1 parent 301c118 commit 5d31a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% form_theme form 'SyliusWebBundle:Backend:forms.html.twig' %}

<div class="tab-pane active" id="main">
{{ form_row(form.masterVariant.sku) }}
{{ form_row(form.translations, {'attr': {'class': 'input-lg'}}) }}
{{ form_row(form.masterVariant.sku) }}
<hr />
<div class="row">
<div class="col-md-6">
Expand Down

0 comments on commit 5d31a97

Please sign in to comment.