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
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
agplv3
kohinos-tav
Commits
481ebda9
Commit
481ebda9
authored
a year ago
by
Yvon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve qcm review titles
parent
b70a9b81
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
PrestataireAdminController.php
src/Controller/PrestataireAdminController.php
+1
-0
distributor_selfeval_prestaquiz.html.twig
...mes/kohinos/tav/distributor_selfeval_prestaquiz.html.twig
+5
-0
producer_selfeval_prestaquiz.html.twig
...themes/kohinos/tav/producer_selfeval_prestaquiz.html.twig
+5
-0
No files found.
src/Controller/PrestataireAdminController.php
View file @
481ebda9
...
...
@@ -155,6 +155,7 @@ class PrestataireAdminController extends CRUDController
return
$this
->
render
(
$tmpl
,
[
'form'
=>
$form
->
createView
(),
'prestataire'
=>
$prestataire
]);
}
}
This diff is collapsed.
Click to expand it.
templates/themes/kohinos/tav/distributor_selfeval_prestaquiz.html.twig
View file @
481ebda9
...
...
@@ -4,7 +4,12 @@
{# Form theme use is mandatory to insert non-text stuff (such as html, icons...) in the choice type choices label. #}
{%
form_theme
form
'@kohinos/tav/prestaquiz_form_theme.html.twig'
%}
{# Check if review mode to adapt title #}
{%
if
form.review_transpar_global
is
defined
%}
<h1>
Revue auto-évaluation distributeur
{{
prestataire.raison
}}
</h1>
{%
else
%}
<h1>
Inscription point de vente (2/2) : auto-évaluation
</h1>
{%
endif
%}
{{
form_start
(
form
)
}}
...
...
This diff is collapsed.
Click to expand it.
templates/themes/kohinos/tav/producer_selfeval_prestaquiz.html.twig
View file @
481ebda9
...
...
@@ -4,7 +4,12 @@
{# Form theme use is mandatory to insert non-text stuff (such as html, icons...) in the choice type choices label. #}
{%
form_theme
form
'@kohinos/tav/prestaquiz_form_theme.html.twig'
%}
{# Check if review mode to adapt title #}
{%
if
form.review_proagdur_global
is
defined
%}
<h1>
Revue auto-évaluation producteur
{{
prestataire.raison
}}
</h1>
{%
else
%}
<h1>
Inscription point de vente (2/2) : auto-évaluation
</h1>
{%
endif
%}
{{
form_start
(
form
)
}}
...
...
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