[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/08: documentation + traduction
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 05/08: documentation + traduction |
Date: |
Tue, 24 Sep 2019 13:52:00 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 595ec31ffe453e7a9e7f79fe669fec6393983d1a
Author: Dany De Bontridder <address@hidden>
Date: Wed Sep 18 23:13:33 2019 +0200
documentation + traduction
---
include/class/acc_ledger_search.class.php | 4 ++--
include/fiche.inc.php | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/class/acc_ledger_search.class.php
b/include/class/acc_ledger_search.class.php
index 9506ddd..f9891a1 100644
--- a/include/class/acc_ledger_search.class.php
+++ b/include/class/acc_ledger_search.class.php
@@ -24,8 +24,7 @@ if (!defined('ALLOWED'))
/**
* @file
- * @brief
- * @param type $name Descriptionara
+ * @brief search in ledger
*/
class Acc_Ledger_Search
{
@@ -168,6 +167,7 @@ class Acc_Ledger_Search
$f_amount_min->value=$http->request("amount_min","string",0);
$f_amount_max=new INum('amount_max', '0', $this->div."amount_max");
$f_amount_max->value=$http->request("amount_max","string",0);
+
/* input quick code */
$f_qcode=new ICard($this->div.'qcode');
diff --git a/include/fiche.inc.php b/include/fiche.inc.php
index a683828..31e8f5d 100644
--- a/include/fiche.inc.php
+++ b/include/fiche.inc.php
@@ -259,7 +259,7 @@ $export_pdf.=HtmlInput::hidden('end', $periode_end->value );
$export_pdf.=HtmlInput::hidden('histo', $phisto);
$export_pdf.=HtmlInput::request_to_hidden(array('allcard'));
$export_pdf.=dossier::hidden();
-$export_pdf.=HtmlInput::submit('pdf', 'Export en PDF');
+$export_pdf.=HtmlInput::submit('pdf', _('Export en PDF'));
$export_pdf.='</FORM>';
$export_print = HtmlInput::print_window();
@@ -272,7 +272,7 @@ $export_csv.=HtmlInput::hidden('end', $periode_end->value );
$export_csv.=HtmlInput::hidden('histo', $phisto);
$export_csv.=HtmlInput::request_to_hidden(array('allcard'));
$export_csv.=dossier::hidden();
-$export_csv.=HtmlInput::submit('CSV', 'Export en CSV');
+$export_csv.=HtmlInput::submit('CSV', _('Export en CSV'));
$export_csv.='</FORM>';
/*
* Date is important is requested balance
@@ -280,7 +280,7 @@ $export_csv.='</FORM>';
if (isDate($_REQUEST['start']) == null || isDate($_REQUEST['end']) == null)
{
echo h2('Date invalide !', 'class="error"');
- alert('Date invalide !');
+ alert(_('Date invalide !'));
return;
}
/*************************************************************************************************************************/
- [Noalyss-commit] [noalyss] branch master updated (1aa7a44 -> 7049cff), Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 02/08: Task #0001698: Problème affichage historique fiches, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 01/08: task #0001698: Problème affichage historique fiches Prevent direct use of http_request translation Cosmetic, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 06/08: PHPUNIT : Acc_Compute, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 07/08: Merge branch 'dev7100', Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 08/08: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 03/08: Task #0001703: Faciliter effacement montants dans les filtres, Dany De Bontridder, 2019/09/24
- [Noalyss-commit] [noalyss] 05/08: documentation + traduction,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 04/08: Improve PHPUNIT Test for phpunit7 and phpunit8, Dany De Bontridder, 2019/09/24