corrections orthographiques et cosmétiques mineures
FossilOrigin-Name: d1a7ae2e8d9d46f8daa45dd88671dbf680db6754ba0d6063245b7efa93f7adcf
This commit is contained in:
parent
cfef913a46
commit
acc18fc832
|
@ -151,8 +151,6 @@ FDD;
|
|||
|
||||
protected function entete()
|
||||
{
|
||||
// $styleSheet = \Garradin\PLUGIN_ROOT . "/lib/pdf.css";
|
||||
// error_log("pdf.css = " . $styleSheet);
|
||||
ob_start();
|
||||
echo <<<FDD
|
||||
<!DOCTYPE html>
|
||||
|
@ -160,7 +158,6 @@ echo <<<FDD
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<style>
|
||||
/* organisation spatiale */
|
||||
@page
|
||||
{
|
||||
size: A4 portrait;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<dl class="config">
|
||||
<dt><label>Articles du code général des impôts concernés par l'association : </label>
|
||||
<b title="Champ obligatoire">(obligatoire ; sélectionnez tous les articles qui s'appliquent à
|
||||
l'asociation)</b>
|
||||
l'association)</b>
|
||||
</dt>
|
||||
{foreach from=$plugin_config->articlesCGI key="key" item="article"}
|
||||
{*
|
||||
|
@ -39,7 +39,7 @@
|
|||
<dl class="config">
|
||||
<dt><label>Taux de réduction applicables : </label>
|
||||
<b title="Champ obligatoire">(obligatoire ; sélectionnez tous les taux qui s'appliquent à
|
||||
l'asociation)</b>
|
||||
l'association)</b>
|
||||
</dt>
|
||||
{foreach from=$plugin_config->reduction key="key" item="taux"}
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue