From fde14bb15c58ff609ce024c32300c6fa46c66ffd Mon Sep 17 00:00:00 2001
From: engel <>
Date: Sat, 21 May 2022 06:55:29 +0000
Subject: [PATCH] =?UTF-8?q?modifications=20mineures=20pr=C3=A9sentation?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
FossilOrigin-Name: a2a2774e433f8b99984954fa0ebdea31ec377527cf0e19d1b46d8695d9c0b31d
---
templates/index.tpl | 11 ++++-------
www/admin/style.css | 2 +-
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/templates/index.tpl b/templates/index.tpl
index 382aa02..d49764a 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -34,9 +34,9 @@
@@ -102,15 +102,12 @@
$activite = $lesActivites[$tarif->idActivite];
?>
- label . " - tarif " . $tarif->label . " ; ";
- ?>
{if $nbTarifs == 1}
{input
type="checkbox"
name="tarifs[]"
value="%s_%s"|args:$elem.idTarif,$elem.idCompte
- label="%s - tarif %s ;"|args:$activite.label,$tarif.label
+ label="Activité « %s » - tarif « %s » ;"|args:$activite.label,$tarif.label
checked="checked"
}
{else}
@@ -118,7 +115,7 @@
type="checkbox"
name="tarifs[]"
value="%s_%s"|args:$elem.idTarif,$elem.idCompte
- label="%s - tarif %s ;"|args:$activite.label,$tarif.label
+ label="Activité « %s » - tarif « %s » ;"|args:$activite.label,$tarif.label
}
{/if}
compte : {$elem.codeCompte} ({$compte->nomCompte})
diff --git a/www/admin/style.css b/www/admin/style.css
index e9e9ff0..c79f6f3 100644
--- a/www/admin/style.css
+++ b/www/admin/style.css
@@ -36,7 +36,7 @@ summary.personne
}
div.activite
{
- background-color: rgba(var(--gSecondColor), 0.4);
+ background-color: rgba(var(--gSecondColor), 0.3);
}
div.personne
{