Simplification squelette des reçus
FossilOrigin-Name: 4a69e42da1a4f1326c5bc4b65f933f32ca150db3f9df7fe438e2bfb116b3d817
This commit is contained in:
parent
200e4e873a
commit
095df94e2f
|
@ -1,8 +1,4 @@
|
||||||
<?php
|
{include file="_head.tpl" title="%s"|args:$plugin.nom current="plugin_%s"|args:$plugin.id}
|
||||||
$nav = $_GET['type'];
|
|
||||||
?>
|
|
||||||
<!-- nav bar -->
|
|
||||||
{include file="%s/templates/_nav.tpl"|args:$plugin_root current_nav="%s"|args:$nav}
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$fmt = new \NumberFormatter('fr_FR', \NumberFormatter::SPELLOUT);
|
$fmt = new \NumberFormatter('fr_FR', \NumberFormatter::SPELLOUT);
|
||||||
|
@ -11,7 +7,7 @@
|
||||||
|
|
||||||
{* Itération sur les personnes *}
|
{* Itération sur les personnes *}
|
||||||
{foreach from=$totalPersonnes key="idPersonne" item="personne"}
|
{foreach from=$totalPersonnes key="idPersonne" item="personne"}
|
||||||
<div class="previs_recu">
|
<div class="previs_recu">
|
||||||
|
|
||||||
<div class="cartouche" id="entete">
|
<div class="cartouche" id="entete">
|
||||||
<img id="logo" src="{$logo_asso}" />
|
<img id="logo" src="{$logo_asso}" />
|
||||||
|
|
Loading…
Reference in New Issue