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
1
Merge Requests
1
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
25086f0a
Commit
25086f0a
authored
Jun 09, 2021
by
Arnaud B
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modification de texte:
Demander une extention -> demander un délai
parent
f520fc11
Pipeline
#1046
passed with stage
in 20 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
shift_exchange.js
shifts/static/js/shift_exchange.js
+1
-1
shift_states_not_allowed.html
templates/shifts/shift_states_not_allowed.html
+1
-1
No files found.
shifts/static/js/shift_exchange.js
View file @
25086f0a
...
...
@@ -550,7 +550,7 @@ $(document).ready(function() {
"Pour pouvoir sélectionner un service à partir du <strong>"
+
limitDate
.
toLocaleDateString
(
"fr-fr"
,
optDate
)
+
"</strong> je dois demander une extension.<br/>"
+
"Je devrais re-sélectionner ce service dans l'agenda une fois l'extension accordée."
,
request_delay
,
"Demander un
e extension
"
"Demander un
délai
"
);
}
else
{
// can't ask for delays anymore
...
...
templates/shifts/shift_states_not_allowed.html
View file @
25086f0a
...
...
@@ -44,7 +44,7 @@
Merci de passer au magasin pour régulariser la situation.
</strong>
{% else %}
Vous pouvez demander une extension en cliquant ici :
<a
class=
'btn--primary'
onclick=
"request_delay()"
>
Demander un
e extension
</a>
Vous pouvez demander une extension en cliquant ici :
<a
class=
'btn--primary'
onclick=
"request_delay()"
>
Demander un
délai
</a>
{% endif %}
</p>
</div>
...
...
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