[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/08: add detail
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 01/08: add detail |
Date: |
Thu, 19 Sep 2024 02:45:47 -0400 (EDT) |
sparkyx pushed a commit to branch stable
in repository noalyss.
commit f40fdf2acd632950aaeea8405812cb6c91e97541
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Sep 17 18:07:54 2024 +0200
add detail
---
include/template/tax_summary_display.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/template/tax_summary_display.php
b/include/template/tax_summary_display.php
index 60e2feb55..c40e6983a 100644
--- a/include/template/tax_summary_display.php
+++ b/include/template/tax_summary_display.php
@@ -76,7 +76,7 @@ for ($i=0;$i < $nb_array;$i++):
// add a link to see the detail in ajax : ajax_ledger.php
$js_detail = $this->build_link_detail($dossier_id, $this->date_start,
$this->date_end,$array[$i]['jrn_def_id'], $array[$i]['qs_vat_code']);
?>
- <a href="javascript:void(0)" onclick="<?=$js_detail?>">Détails</a>
+ <a href="javascript:void(0)" class="super"
onclick="<?=$js_detail?>">Détails</a>
</td>
<td class="num">
<?=$array[$i]['tva_rate']*100?>%
@@ -235,7 +235,7 @@ for ($i=0;$i < $nb_array;$i++):
// add a link to see the detail in ajax : ajax_ledger.php
$js_detail = $this->build_link_detail($dossier_id,
$this->date_start, $this->date_end,$array[$i]['jrn_def_id'],
$array[$i]['qp_vat_code']);
?>
- <a href="javascript:void(0)" onclick="<?=$js_detail?>">Détails</a>
+ <a href="javascript:void(0)" onclick="<?=$js_detail?>"
class="super">Détails</a>
</td>
<td>
<?=$array[$i]['tva_rate']*100?>%
- [Noalyss-commit] [noalyss] branch stable updated (6e984878f -> c0b99b024), dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 03/08: Cosmetic : menu and module , animate, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 01/08: add detail,
dwm <=
- [Noalyss-commit] [noalyss] 02/08: css : Cosmetic add CSS h-section, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 06/08: color, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 04/08: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 05/08: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 07/08: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 08/08: Cosmetic g_failed, dwm, 2024/09/19