Skip to content

Commit

Permalink
fix: display front image first in product edit form (#7524)
Browse files Browse the repository at this point in the history
fix: display front image first in product edit form #7518
  • Loading branch information
stephanegigandet committed Oct 13, 2022
1 parent 502086e commit 69c6e71
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ <h1>[% title %]</h1>
</div>
</section>

<section id="product_image" class="card fieldset">
<div class="card-section">
<legend>[% lang("product_image") %]</legend>
<input type="hidden" id="sorted_langs" name="sorted_langs" value="[% product_ref_sorted_langs %]"/>
[% display_tab_product_picture %]
</div>
</section>

<section id="product_characteristics" class="fieldset card">
<div class="card-section">
<legend>[% lang('product_characteristics') %]</legend>
Expand All @@ -126,14 +134,6 @@ <h1>[% title %]</h1>
</div>
</section>

<section id="product_image" class="card fieldset">
<div class="card-section">
<legend>[% lang("product_image") %]</legend>
<input type="hidden" id="sorted_langs" name="sorted_langs" value="[% product_ref_sorted_langs %]"/>
[% display_tab_product_picture %]
</div>
</section>

<section id="ingredients" class="card fieldset">
<div class="card-section">
<legend>[% lang('ingredients') %]</legend>
Expand Down

0 comments on commit 69c6e71

Please sign in to comment.