Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
3b618502
Commit
3b618502
authored
Jun 23, 2022
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[REC] various minor improvements + linting
parent
cad2882a
Pipeline
#2262
passed with stage
in 1 minute 53 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
+12
-1
reception_style.css
reception/static/css/reception_style.css
+7
-0
reception_produits.js
reception/static/js/reception_produits.js
+0
-0
reception_produits.html
templates/reception/reception_produits.html
+5
-1
No files found.
reception/static/css/reception_style.css
View file @
3b618502
...
...
@@ -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
;
}
...
...
reception/static/js/reception_produits.js
View file @
3b618502
This diff is collapsed.
Click to expand it.
templates/reception/reception_produits.html
View file @
3b618502
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment