noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/05: Interface plus homogène, on remplace


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/05: Interface plus homogène, on remplace Affiche par Rechercher
Date: Sat, 12 Jul 2014 19:57:25 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 563dea8c8b56b231d6549359ac70e171f2516efa
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jun 28 15:36:30 2014 +0200

    Interface plus homogène, on remplace Affiche par Rechercher
---
 include/anc_acc_balance.inc.php      |    2 +-
 include/anc_great_ledger.inc.php     |    2 +-
 include/class_anc_balance_double.php |    2 +-
 include/class_anc_balance_simple.php |    2 +-
 include/class_anc_listing.php        |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/anc_acc_balance.inc.php b/include/anc_acc_balance.inc.php
index e9392d5..081d43d 100644
--- a/include/anc_acc_balance.inc.php
+++ b/include/anc_acc_balance.inc.php
@@ -4,7 +4,7 @@
 
 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
 require_once('class_anc_acc_list.php');
-echo '<div style="content">';
+echo '<div class="content">';
 $tab = new Anc_Acc_List($cn);
 $tab->get_request();
 echo '<form method="get">';
diff --git a/include/anc_great_ledger.inc.php b/include/anc_great_ledger.inc.php
index 1bdc426..1430384 100644
--- a/include/anc_great_ledger.inc.php
+++ b/include/anc_great_ledger.inc.php
@@ -16,7 +16,7 @@ $grandLivre->get_request();
  */
 echo '<form method="get" >';
 echo $grandLivre->display_form();
-echo '<p>' . HtmlInput::submit('Recherche', _('Recherche')) . '</p>';
+echo '<p>' . HtmlInput::submit('Recherche', _('Rechercher')) . '</p>';
 echo HtmlInput::request_to_hidden(array('sa','ac','gDossier'));
 echo '</form>';
 
diff --git a/include/class_anc_balance_double.php 
b/include/class_anc_balance_double.php
index b069079..da7d9e5 100644
--- a/include/class_anc_balance_double.php
+++ b/include/class_anc_balance_double.php
@@ -339,7 +339,7 @@ class Anc_Balance_Double extends Anc_Print
             '</span>';
 
         $r.='</span>';
-        $r.=HtmlInput::submit('Affiche','Affiche');
+        $r.=HtmlInput::submit('Affiche', _('Rechercher'));
         return $r;
     }
     /*!
diff --git a/include/class_anc_balance_simple.php 
b/include/class_anc_balance_simple.php
index 4a55548..9318ec0 100644
--- a/include/class_anc_balance_simple.php
+++ b/include/class_anc_balance_simple.php
@@ -166,7 +166,7 @@ class Anc_Balance_Simple extends Anc_Print
     {
         $r=parent::display_form($p_string);
 
-        $r.= HtmlInput::submit('Affiche','Affiche');
+        $r.= HtmlInput::submit('Affiche', _('Rechercher'));
 
         return $r;
     }
diff --git a/include/class_anc_listing.php b/include/class_anc_listing.php
index 5cc9de6..6f49a01 100644
--- a/include/class_anc_listing.php
+++ b/include/class_anc_listing.php
@@ -39,7 +39,7 @@ class Anc_Listing extends Anc_Print
     {
         echo '<form method="get">';
         $r=parent::display_form($p_string);
-        $r.=HtmlInput::submit('result','Afficher');
+        $r.=HtmlInput::submit('result', _('Rechercher'));
         $r.= '</form>';
         return $r;
 



reply via email to

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