Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
cfb99494
Commit
cfb99494
authored
Jun 13, 2018
by
Alexandre Zvenigorosky
Browse files
Options
Downloads
Patches
Plain Diff
Affichage des années
parent
184b62ca
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!10
Modulateurs statuts
,
!9
Modulateurs statuts
,
!8
modified: module/Application/config/modulateur.config.php
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
module/Application/view/application/modulateur/index.phtml
+14
-4
14 additions, 4 deletions
module/Application/view/application/modulateur/index.phtml
with
14 additions
and
4 deletions
module/Application/view/application/modulateur/index.phtml
+
14
−
4
View file @
cfb99494
...
@@ -74,10 +74,20 @@ foreach ($typeModulateurs as $tm) {
...
@@ -74,10 +74,20 @@ foreach ($typeModulateurs as $tm) {
<?php
foreach
(
$typeModulateurStructures
<?php
foreach
(
$typeModulateurStructures
as
$tms
)
{
as
$tms
)
{
if
(
$tm
->
getId
()
==
$tms
->
getTypeModulateur
()
->
getId
())
{
?>
if
(
$tm
->
getId
()
==
$tms
->
getTypeModulateur
()
->
getId
())
{
<div
class=
"row"
>
if
((
$tms
->
getAnneeDebut
())
||
(
$tms
->
getAnneeFin
()))
{
<?=
'<div class="col-md-9">'
.
$tms
->
getStructure
()
->
getLibelleCourt
()
?>
if
(
!
$tms
->
getAnneeDebut
())
{
<?php
if
(
$canEdit
)
{
?>
$infoBulle
=
' à '
.
$tms
->
getAnneeFin
();
}
else
{
if
(
!
$tms
->
getAnneeFin
())
{
$infoBulle
=
' de '
.
$tms
->
getAnneeDebut
();
}
else
$infoBulle
=
' de '
.
$tms
->
getAnneeDebut
()
.
' à '
.
$tms
->
getAnneeFin
();
}
}
else
$infoBulle
=
''
;
?>
<div
class=
"row"
<?php
echo
(
$infoBulle
?
'title="'
.
$infoBulle
.
'">'
:
'>'
)
?>
<?=
'<div class="col-md-12" >'
.
$tms
->
getStructure
()
->
getLibelleCourt
();
echo
(
$infoBulle
?
'<sup>*</sup>'
:
''
);
if
(
$canEdit
)
{
?>
<
a
class=
"pop-ajax"
<
a
class=
"pop-ajax"
href=
"
<?=
$this
->
url
(
'modulateur/type-modulateur-structure-delete'
,
[
'typeModulateurStructure'
=>
$tms
->
getId
()])
?>
"
href=
"
<?=
$this
->
url
(
'modulateur/type-modulateur-structure-delete'
,
[
'typeModulateurStructure'
=>
$tms
->
getId
()])
?>
"
title=
"Supprimer le type de modulateur pour la structure"
title=
"Supprimer le type de modulateur pour la structure"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment