noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/10: Task #1045 - Amélioration apparence


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/10: Task #1045 - Amélioration apparence : pa_inc Add message
Date: Thu, 27 Nov 2014 22:55:04 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit e11094ed9bd70a86fbf20a93b4bfb8bc0307f150
Author: Dany De Bontridder <address@hidden>
Date:   Thu Nov 27 13:30:50 2014 +0100

    Task #1045 - Amélioration apparence  :
    pa_inc Add message
---
 include/anc_pa.inc.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/anc_pa.inc.php b/include/anc_pa.inc.php
index 7ab1e18..259cb80 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.='<div class="content">';
+        $ret.=h2(_("Ajout d'un poste analytique"));
         $ret.='<form method="post">';
         $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.='<div class="content">';



reply via email to

[Prev in Thread] Current Thread [Next in Thread]