[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;
- [Noalyss-commit] [noalyss] branch master updated (a7d5e8d -> b2a3820), Dany De Bontridder, 2014/07/12
- [Noalyss-commit] [noalyss] 02/05: Task #1010 augmente la taille des caractères pour l'impression directe Task #1010 - Impression : agrandir les caractères, Dany De Bontridder, 2014/07/12
- [Noalyss-commit] [noalyss] 05/05: Date plus petite, Dany De Bontridder, 2014/07/12
- [Noalyss-commit] [noalyss] 04/05: task #995 Amélioration ajout des journaux Task #995 - CFGLED paramètre=>journaux, Dany De Bontridder, 2014/07/12
- [Noalyss-commit] [noalyss] 03/05: Task #1009 Message quand code groupe est trop long Task #1009 - Message d'erreur incorrect quand on tente de créer un groupe pour la compta analytique, Dany De Bontridder, 2014/07/12
- [Noalyss-commit] [noalyss] 01/05: Interface plus homogène, on remplace Affiche par Rechercher,
Dany De Bontridder <=