Skip to content

Commit

Permalink
fix: display front image first in product edit form #7518
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Oct 12, 2022
1 parent 9768139 commit cff7919
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 cff7919

Please sign in to comment.