From e11094ed9bd70a86fbf20a93b4bfb8bc0307f150 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 27 Nov 2014 13:30:50 +0100 Subject: [PATCH] =?UTF-8?q?Task=20#1045=20-=20Am=C3=A9lioration=20apparenc?= =?UTF-8?q?e=20=20:=20pa=5Finc=20Add=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/anc_pa.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/anc_pa.inc.php b/include/anc_pa.inc.php index 7ab1e18a1..259cb80d1 100644 --- a/include/anc_pa.inc.php +++ b/include/anc_pa.inc.php @@ -103,6 +103,7 @@ if ( isset($_REQUEST['sa'])) $po->pa_id=$_REQUEST['pa_id']; $wSa=HtmlInput::hidden("sa","po_write"); $ret.='
'; + $ret.=h2(_("Ajout d'un poste analytique")); $ret.='
'; $ret.=dossier::hidden(); $ret.=$po->form(); @@ -136,6 +137,7 @@ if ( isset($_REQUEST['sa'])) */ if ( $sa=="po_detail") { + $ret.=h2(_('Modification')); $po=new Anc_Account($cn,$_GET['po_id']); $po->get_by_id(); $ret.='
';