Skip to content

Commit

Permalink
fix: link to import photos (#8165)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Mar 6, 2023
1 parent ba458d7 commit d7a716d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>[% lang("your_products") %]</h2>
<a class="button small round" href="/cgi/import_file_upload.pl" role="button" style="display:flex;margin-right:1rem;">
<span class="material-icons size-20">upload</span>&nbsp;<span>[% lang("import_product_data") %]</span>
</a>
<a class="button small round" href="/cgi/import_file_upload.pl" role="button" style="display:flex;">
<a class="button small round" href="/cgi/import_photos_upload.pl" role="button" style="display:flex;">
<span class="material-icons size-20">add_to_photos</span>&nbsp;<span>[% lang("import_product_photos") %]</span>
</a>
<!-- hidden button to avoid a rule on the last child that sets the margin-bottom to 0 -->
Expand Down

0 comments on commit d7a716d

Please sign in to comment.