[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 44/46: fixup! Fix cosmetic and typo
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 44/46: fixup! Fix cosmetic and typo |
Date: |
Mon, 4 May 2020 13:38:56 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 57309561191906d4099c8db08b7fa737f7c8e1e0
Author: Dany De Bontridder <address@hidden>
AuthorDate: Sun Apr 5 18:59:31 2020 +0200
fixup! Fix cosmetic and typo
---
include/template/form_ledger_detail.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/include/template/form_ledger_detail.php
b/include/template/form_ledger_detail.php
index 5efb63c..5801ab2 100644
--- a/include/template/form_ledger_detail.php
+++ b/include/template/form_ledger_detail.php
@@ -8,7 +8,10 @@
<table>
<tr>
<td>
- <?php echo _('Journal')?> <?php echo $f_jrn?>
+ <?php echo _('Journal')?>
+ </td>
+ <td>
+ <?php echo $f_jrn?>
</td>
</tr>
<tr>
- [Noalyss-commit] [noalyss] 27/46: Task #0001793: Installation mot de passe, (continued)
- [Noalyss-commit] [noalyss] 27/46: Task #0001793: Installation mot de passe, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 29/46: Task #0001793: Installation mot de passe for password , use NOALYSS_ADMIN_PASSWORD, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 31/46: Task #0001793: Installation mot de passe Adapt comment, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 37/46: Bug database.class.php : n'applique pas le patch, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 39/46: Test Unit Acc_Account_Legder , rounded value fixed, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 41/46: Cleanup + new logo, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 43/46: Improve installation for MONO : doc + password, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 45/46: Output_Tab : set mode to row by default + cosmetic, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 46/46: Merge branch 'dev7220' into pre7300, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 42/46: Improve installation for MONO : doc + password, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 44/46: fixup! Fix cosmetic and typo,
Dany De Bontridder <=