[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/05: Mantis #0001618: Journaux - choix du t
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 05/05: Mantis #0001618: Journaux - choix du type en premier |
Date: |
Thu, 7 Feb 2019 17:37:01 -0500 (EST) |
sparkyx pushed a commit to annotated tag rel7014
in repository noalyss.
commit 5505f33636b17fdd6362b255b5d96ebf70563363
Author: Dany De Bontridder <address@hidden>
Date: Thu Feb 7 11:39:53 2019 +0100
Mantis #0001618: Journaux - choix du type en premier
---
include/template/param_jrn.php | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/include/template/param_jrn.php b/include/template/param_jrn.php
index 5da5c88..4e9e505 100644
--- a/include/template/param_jrn.php
+++ b/include/template/param_jrn.php
@@ -2,6 +2,13 @@
//This file is part of NOALYSS and is under GPL
//see licence.txt
?><TABLE style="width: auto">
+ <TR>
+<TD><?php echo _('Type de journal')?> </TD>
+<TD>
+<?php echo $type;?>
+</TD>
+</TR>
+
<TR>
<TD><?php echo _('Nom journal')?> </TD>
@@ -81,12 +88,7 @@ echo $str_add_button;
<?php echo $str_description; ?>
</td>
</tr>
-<TR>
-<TD><?php echo _('Type de journal')?> </TD>
-<TD>
-<?php echo $type;?>
-</TD>
-</TR>
+
<TR>
<TD><?php echo _('Préfixe code interne')?> </TD><TD>
<?php echo $code?> </TD>