Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parametre
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
lib
unicaen
parametre
Commits
f9d3d3cf
Commit
f9d3d3cf
authored
11 months ago
by
Jean-Philippe Metivier
Browse files
Options
Downloads
Patches
Plain Diff
Ajustement css des boutons
parent
b1f52f8f
No related branches found
No related tags found
No related merge requests found
Pipeline
#30177
failed
11 months ago
Stage: cleanup-runner
Stage: tag_this_branch_if_success
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
view/unicaen-parametre/categorie/index.phtml
+4
-4
4 additions, 4 deletions
view/unicaen-parametre/categorie/index.phtml
with
4 additions
and
4 deletions
view/unicaen-parametre/categorie/index.phtml
+
4
−
4
View file @
f9d3d3cf
...
@@ -34,7 +34,7 @@ if ($selection !== null) $categories = [ $selection ];
...
@@ -34,7 +34,7 @@ if ($selection !== null) $categories = [ $selection ];
<a
<a
<?php
/** @see \UnicaenParametre\Controller\CategorieController::ajouterAction() */
?>
<?php
/** @see \UnicaenParametre\Controller\CategorieController::ajouterAction() */
?>
href=
"
<?php
echo
$this
->
url
(
'parametre/categorie/ajouter'
,
[
'categorie'
=>
-
1
],
[],
true
);
?>
"
href=
"
<?php
echo
$this
->
url
(
'parametre/categorie/ajouter'
,
[
'categorie'
=>
-
1
],
[],
true
);
?>
"
class=
"btn btn-primary
action
ajax-modal"
data-event=
"modification"
>
class=
"btn btn-primary ajax-modal"
data-event=
"modification"
>
<i
class=
"fas fa-plus"
></i>
Ajouter une catégorie
<i
class=
"fas fa-plus"
></i>
Ajouter une catégorie
</a>
</a>
<?php
endif
;
?>
<?php
endif
;
?>
...
@@ -52,17 +52,17 @@ if ($selection !== null) $categories = [ $selection ];
...
@@ -52,17 +52,17 @@ if ($selection !== null) $categories = [ $selection ];
<?php
if
(
$selection
===
null
)
:
?>
<?php
if
(
$selection
===
null
)
:
?>
<a
<?php
/** @see \UnicaenParametre\Controller\CategorieController::modifierAction() */
?>
<a
<?php
/** @see \UnicaenParametre\Controller\CategorieController::modifierAction() */
?>
href=
"
<?php
echo
$this
->
url
(
'parametre/categorie/modifier'
,
[
'categorie'
=>
$categorie
->
getId
()],
[],
true
);
?>
"
href=
"
<?php
echo
$this
->
url
(
'parametre/categorie/modifier'
,
[
'categorie'
=>
$categorie
->
getId
()],
[],
true
);
?>
"
class=
"btn btn-primary
action
ajax-modal"
data-event=
"modification"
>
class=
"btn btn-primary ajax-modal"
data-event=
"modification"
>
<i
class=
"fas fa-pencil-alt"
></i>
Modifier la catégorie
<i
class=
"fas fa-pencil-alt"
></i>
Modifier la catégorie
</a>
</a>
<?php
if
(
!
isset
(
$array_parametre
[
$id
])
OR
empty
(
$array_parametre
[
$id
]))
:
?>
<?php
if
(
!
isset
(
$array_parametre
[
$id
])
OR
empty
(
$array_parametre
[
$id
]))
:
?>
<a
<?php
/** @see \UnicaenParametre\Controller\CategorieController::supprimerAction() */
?>
<a
<?php
/** @see \UnicaenParametre\Controller\CategorieController::supprimerAction() */
?>
href=
"
<?php
echo
$this
->
url
(
'parametre/categorie/supprimer'
,
[
'categorie'
=>
$categorie
->
getId
()],
[],
true
);
?>
"
href=
"
<?php
echo
$this
->
url
(
'parametre/categorie/supprimer'
,
[
'categorie'
=>
$categorie
->
getId
()],
[],
true
);
?>
"
class=
"btn btn-danger
action
ajax-modal"
data-event=
"modification"
>
class=
"btn btn-danger ajax-modal"
data-event=
"modification"
>
<i
class=
"fas fa-times"
></i>
Supprimer la catégorie
<i
class=
"fas fa-times"
></i>
Supprimer la catégorie
</a>
</a>
<?php
else
:
?>
<?php
else
:
?>
<span
class=
"btn btn-danger
action
disabled"
data-bs-toggle=
"tooltip"
data-bs-html=
"true"
<span
class=
"btn btn-danger disabled"
data-bs-toggle=
"tooltip"
data-bs-html=
"true"
title=
"La catégorie est non vide et ne peut être supprimée"
title=
"La catégorie est non vide et ne peut être supprimée"
>
>
<i
class=
"fas fa-times"
></i>
Supprimer la catégorie
<i
class=
"fas fa-times"
></i>
Supprimer la catégorie
...
...
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