Skip to content
Snippets Groups Projects
Commit 9817e142 authored by Patrick Barroca's avatar Patrick Barroca
Browse files

rel #14064 : fix views

parent de64eef3
Branches
Tags
2 merge requests!945Dev #14064 newsletter sendmail,!933Dev #14064 newsletter sendmail
<?php
echo $this->openBoite($this->_('Désinscription'))
. $this->tag('p', $this->_('Le courriel "%s" a bien été désinscrit de la lettre d\'information "%s" ?',
$this->mail,
$this->letter))
. $this->closeBoite();
echo $this->openBoite($this->_('Désinscription'));
echo $this->tag('p', $this->_('Le courriel "%s" a bien été désinscrit de la lettre d\'information "%s"',
$this->mail,
$this->letter));
echo $this->closeBoite();
?>
<?php echo $this->openBoite($this->_('Désinscription'));?>
<?php
echo $this->openBoite($this->_('Désinscription'));
<p>
<?php echo $this->_('Êtes-vous sûr de vouloir désinscrire le courriel "%s" de la lettre d\'information "%s" ?', $this->mail, $this->letter); ?>
</p>
echo $this->tag('p',
$this->_('Êtes-vous sûr de vouloir désinscrire le courriel "%s" de la lettre d\'information "%s" ?',
$this->mail,
$this->letter));
<?php echo $this->renderForm($this->form); ?>
echo $this->renderForm($this->form);
echo $this->closeBoite();
<?php echo $this->closeBoite();?>
?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment