phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5231 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5231 - phpcompta/trunk/include
Date: Sat, 11 May 2013 00:12:59 +0200 (CEST)

Author: danydb
Date: 2013-05-11 00:12:58 +0200 (Sat, 11 May 2013)
New Revision: 5231

Modified:
   phpcompta/trunk/include/adm.inc.php
   phpcompta/trunk/include/bank.inc.php
   phpcompta/trunk/include/client.inc.php
   phpcompta/trunk/include/supplier.inc.php
Log:
task #0000829: GESTION : ajout exercice

Modified: phpcompta/trunk/include/adm.inc.php
===================================================================
--- phpcompta/trunk/include/adm.inc.php 2013-05-10 22:05:58 UTC (rev 5230)
+++ phpcompta/trunk/include/adm.inc.php 2013-05-10 22:12:58 UTC (rev 5231)
@@ -73,9 +73,10 @@
     ?>
     <div class="content">
                            <div>
-                                        <form method="get" action="<?php echo 
$href; ?>">
-                                                                  <?php
-                                                                  echo 
dossier::hidden();
+       <form method="get" action="<?php echo $href; ?>">
+       <?php
+       echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
+       echo dossier::hidden();
     $a=(isset($_GET['query']))?$_GET['query']:"";
     printf (_('Recherche').' <input class="input_text" type="text" 
name="query" value="%s">',
             $a);

Modified: phpcompta/trunk/include/bank.inc.php
===================================================================
--- phpcompta/trunk/include/bank.inc.php        2013-05-10 22:05:58 UTC (rev 
5230)
+++ phpcompta/trunk/include/bank.inc.php        2013-05-10 22:12:58 UTC (rev 
5231)
@@ -66,10 +66,11 @@
 
     ?>
     <div class="content">
-                           <div>
-                                        <form method="get" action="<?php echo 
$href; ?>">
-                                                                  <?php
-                                                                  echo 
dossier::hidden();
+       <div>
+                                <form method="get" action="<?php echo $href; 
?>">
+       <?php
+       echo dossier::hidden();
+       echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
     $a=(isset($_GET['query']))?$_GET['query']:"";
     printf (_('Recherche').' <input class="input_text" type="text" 
name="query" value="%s">',
             $a);

Modified: phpcompta/trunk/include/client.inc.php
===================================================================
--- phpcompta/trunk/include/client.inc.php      2013-05-10 22:05:58 UTC (rev 
5230)
+++ phpcompta/trunk/include/client.inc.php      2013-05-10 22:12:58 UTC (rev 
5231)
@@ -68,6 +68,7 @@
         <div>
        <form method="get" action="<?php echo $href;?>">
                <?php
+               echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
                echo dossier::hidden();
                $a = (isset($_GET['query'])) ? $_GET['query'] : "";
                printf(_('Recherche') . ' <input class="input_text" type="text" 
name="query" value="%s">', $a);

Modified: phpcompta/trunk/include/supplier.inc.php
===================================================================
--- phpcompta/trunk/include/supplier.inc.php    2013-05-10 22:05:58 UTC (rev 
5230)
+++ phpcompta/trunk/include/supplier.inc.php    2013-05-10 22:12:58 UTC (rev 
5231)
@@ -72,8 +72,9 @@
     <div class="content">
                            <div>
                                         <form method="get" action="<?php echo 
$href; ?>">
-                                                                  <?php
-                                                                  echo 
dossier::hidden();
+       <?php
+       echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
+       echo dossier::hidden();
     $a=(isset($_GET['query']))?$_GET['query']:"";
     printf (_('Recherche').' <input class="input_text" type="text" 
name="query" value="%s">',
             $a);



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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