Commit 3b618502 by Damien Moulard

[REC] various minor improvements + linting

parent cad2882a
Pipeline #2262 passed with stage
in 1 minute 53 seconds
......@@ -217,6 +217,9 @@ tr.odd td.row_product_no_qty {
.search_products_to_add_area {
margin: 2rem 0;
display: flex;
align-items: center;
justify-content: center;
}
.search_product_input {
......@@ -227,6 +230,10 @@ tr.odd td.row_product_no_qty {
z-index: 10000001 !important;
}
.search_product_help {
margin-left: 10px;
}
.products_lines {
display: none;
}
......
......@@ -194,6 +194,11 @@
<h3>Ajouter des produits à la commande</h3>
<div class="search_products_to_add_area">
<input type="text" class="search_product_input" name="search_product_input" placeholder="Rechercher un produit...">
<i
class='fa fa-info-circle search_product_help'
title='Vous ne trouvez pas un produit ? Les produits déjà dans la commande ou déjà sélectionnés ont été retirés de la liste.'
>
</i>
</div>
<div class="products_lines">
<p class="products_lines_title">
......@@ -202,7 +207,6 @@
</p>
</div>
<hr />
<i>Attention : le processus peut prendre un certain temps.</i>
</div>
<div id="add_product_line_template">
<div class="add_product_line">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment