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
16f87ccd
Commit
16f87ccd
authored
Feb 04, 2022
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
green button
parent
973b1ecb
Pipeline
#1759
passed with stage
in 1 minute 40 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
member.css
members/static/css/member.css
+1
-1
members.js
members/static/js/members.js
+1
-1
No files found.
members/static/css/member.css
View file @
16f87ccd
...
...
@@ -73,5 +73,5 @@ h1 .member_name {font-weight: bold;}
.easy_shift_validate
{
text-align
:
center
;
margin-top
:
3em
;}
.button_is_member
{
background-color
:
#
00A573
;}
.button_is_member
{
background-color
:
#
439D44
;}
.button_is_associated_people
{
background
:
#0275D8
;}
members/static/js/members.js
View file @
16f87ccd
...
...
@@ -153,7 +153,7 @@ function preview_results() {
html_elts
.
multi_results
.
append
(
m
);
}
if
(
results
[
i
].
is_associated_people
!=
false
)
{
var
m
=
$
(
'<button class="button_is_associated_people"></button_is_member>'
).
attr
(
'data-i'
,
i
)
m
=
$
(
'<button class="button_is_associated_people"></button_is_member>'
).
attr
(
'data-i'
,
i
)
.
text
(
'B '
+
results
[
i
].
barcode_base
+
' - '
+
results
[
i
].
name
);
...
...
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