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.='
';