[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 16/27: #0001736: PHP7 comptability + translat
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 16/27: #0001736: PHP7 comptability + translation |
Date: |
Wed, 4 Sep 2019 15:24:57 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit e187a515bcdcb7a33065d1e37cf3049cb646a007
Author: Dany De Bontridder <address@hidden>
Date: Thu Aug 29 19:14:47 2019 +0200
#0001736: PHP7 comptability
+ translation
---
include/template/fiche_def_input.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/template/fiche_def_input.php
b/include/template/fiche_def_input.php
index b7291e7..ceefb0c 100644
--- a/include/template/fiche_def_input.php
+++ b/include/template/fiche_def_input.php
@@ -23,15 +23,15 @@
<TD colspan='2'> <INPUT TYPE="CHECKBOX" NAME="create" CHECKED><?php echo
_("Création automatique du poste comptable uniquement s'il n'y a qu'un seul
poste")?></TD>
</TR>
</table>
-<h2>Modèles de catégorie</h2>
+<h2><?php echo _("Modèles de catégorie")?></h2>
<ul>
<?php
- if ( sizeof($ref) ) {
+ if ( !empty ($ref) ) {
foreach ($ref as $i=>$v) { ?>
<li style="list-style-type: none">
<?php echo $iradio->input("FICHE_REF",$v['frd_id']);
echo $v['frd_text'];
- if ( sizeof ($v['frd_class_base']) != 0 )
+ if ( !empty ($v['frd_class_base']) != 0 )
echo "  <I>Class base = ".$v['frd_class_base']."</I>";
}?>
- [Noalyss-commit] [noalyss] 11/27: layout, (continued)
- [Noalyss-commit] [noalyss] 11/27: layout, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 27/27: Merge branch 'dev7109', Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 05/27: Security : avoid direct call to Http Variable, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 19/27: #0001735: icone warning, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 13/27: Missing files for #1369: Étendre la comptabilité analytique à tous les postes?, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 10/27: #0001711: Gros souci comptanal Montant compté en absolu, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 15/27: @0001735: icone poubelle catégorie de fiche, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 17/27: #0001735: icone poubelle catégorie de fiche, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 22/27: translate, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 23/27: Data_SQL add the member, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 16/27: #0001736: PHP7 comptability + translation,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 14/27: #0001643: ajout icon "cache" pour bouton "remonter", Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 25/27: PDF_Core : add function get, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 24/27: Noalyss_SQL Create a function build query, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 01/27: Cosmetic, Dany De Bontridder, 2019/09/04