Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
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
3
Merge Requests
3
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
agplv3
kohinos-tav
Commits
46b4da41
Commit
46b4da41
authored
a year ago
by
Yvon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4423 : replace term prestataires by pts de vente in prestataires navigation menus
parent
cd0f9183
master
…
6232-6227-sprint5-core
6342-territory-filter-in-flux-menus
6366-authorized-vs-authorised-and-another-detail
6367-cancel-recurring-payment
7376-reconversion-frquency-entity-text
7377-presta-reconv-frequency-default
7516-add-operateur-to-presta-exports
7694-adherent-admin-field-not-required
7694-adherent-admin-household-comp-not-required
7699-add-info-text-for-admin
develop
payment-hotfix
sprint-2-montpellier
ssa-gironde
ssagironde_prod
tavTOKohinos
1 merge request
!44
4423 : replace term prestataires by pts de vente in prestataires navigation menus
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
liste_prestataires.html.twig
templates/themes/kohinos/presta/liste_prestataires.html.twig
+11
-1
liste_prestataires_bygroupelocal.html.twig
...kohinos/presta/liste_prestataires_bygroupelocal.html.twig
+6
-1
No files found.
templates/themes/kohinos/presta/liste_prestataires.html.twig
View file @
46b4da41
...
...
@@ -2,7 +2,17 @@
{%
block
content
%}
<div
class=
'container prestalist mt-2'
>
{%
include
'@kohinos/block/breadcrumb.html.twig'
with
{
'label'
:
type
,
'label2'
:
'Prestataires'
,
'url2'
:
path
(
'liste_prestataire'
,
{
'order'
:
'groupelocal'
}
)
}
%}
{%
if
type
==
'Prestataires'
and
tav_env
==
1
%}
{%
set
label
=
'Points de vente'
%}
{%
else
%}
{%
set
label
=
type
%}
{%
endif
%}
{%
if
tav_env
==
1
%}
{%
set
label2
=
'Points de vente'
%}
{%
else
%}
{%
set
label2
=
'Prestataires'
%}
{%
endif
%}
{%
include
'@kohinos/block/breadcrumb.html.twig'
with
{
'label'
:
label
,
'label2'
:
label2
,
'url2'
:
path
(
'liste_prestataire'
,
{
'order'
:
'groupelocal'
}
)
}
%}
{%
if
type
==
'Prestataires'
%}
<div
class=
"d-flex justify-content-center"
>
<div
class=
"btn-group text-center mb-2"
role=
"group"
aria-label=
"Basic example"
>
...
...
This diff is collapsed.
Click to expand it.
templates/themes/kohinos/presta/liste_prestataires_bygroupelocal.html.twig
View file @
46b4da41
...
...
@@ -2,7 +2,12 @@
{%
block
content
%}
<div
class=
'container prestalist mt-2'
>
{%
include
'@kohinos/block/breadcrumb.html.twig'
with
{
'label'
:
type
}
%}
{%
if
type
==
'Prestataires'
and
tav_env
==
1
%}
{%
set
label
=
'Points de vente'
%}
{%
else
%}
{%
set
label
=
type
%}
{%
endif
%}
{%
include
'@kohinos/block/breadcrumb.html.twig'
with
{
'label'
:
label
}
%}
<div
class=
"d-flex justify-content-center"
>
<div
class=
"btn-group text-center mb-2"
role=
"group"
aria-label=
"Basic example"
>
<a
href=
'
{{
path
(
'liste_prestataire'
,
{
'order'
:
'raison'
}
)
}}
'
type=
"button"
class=
"btn btn-secondary"
>
Par nom
</a>
...
...
This diff is collapsed.
Click to expand it.
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