[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 03/04: Task #0001703: Faciliter effacement mo
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 03/04: Task #0001703: Faciliter effacement montants dans les filtres |
Date: |
Thu, 19 Sep 2019 08:23:05 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 18add2977e70e1fde71c1ba46c339fcd3ea739be
Author: Dany De Bontridder <address@hidden>
Date: Wed Sep 18 23:11:21 2019 +0200
Task #0001703: Faciliter effacement montants dans les filtres
---
include/template/ledger_search.php | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/include/template/ledger_search.php
b/include/template/ledger_search.php
index 2677d70..efb271f 100644
--- a/include/template/ledger_search.php
+++ b/include/template/ledger_search.php
@@ -51,7 +51,11 @@
<?php echo _('Et compris entre les montants')?>
</td>
<td >
-<?php echo $f_amount_min->input(); ?> <?php echo _('et')?> <?php echo
$f_amount_max->input(); ; ?>
+ <?php echo
Icon_Action::clean_zone(uniqid(),sprintf("$('%s').value=0",$f_amount_min->id));
+ echo $f_amount_min->input(); ?>
+ <?php echo _('et')?> <?php
+ echo
Icon_Action::clean_zone(uniqid(),sprintf("$('%s').value=0",$f_amount_max->id));
+ echo $f_amount_max->input(); ; ?>
</td>
</tr>
<tr>
@@ -68,7 +72,9 @@
</td>
<td>
-<?php echo $f_accounting->input(); ?>
+<?php
+ echo
Icon_Action::clean_zone(uniqid(),sprintf("$('%s').value=''",$f_accounting->id));
+echo $f_accounting->input(); ?>
</td>
</tr>