noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] branch master updated: Cosmetic : tag locatio


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated: Cosmetic : tag location
Date: Sat, 03 Dec 2022 12:25:57 -0500

This is an automated email from the git hooks/post-receive script.

sparkyx pushed a commit to branch master
in repository noalyss.

The following commit(s) were added to refs/heads/master by this push:
     new 1d91a9041 Cosmetic : tag location
1d91a9041 is described below

commit 1d91a90417c14c43f907096b9538dd7c23c2c4a6
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Dec 3 17:30:53 2022 +0100

    Cosmetic : tag location
---
 include/template/ledger_detail_ach.php  | 5 +++--
 include/template/ledger_detail_fin.php  | 5 +++--
 include/template/ledger_detail_misc.php | 5 +++--
 include/template/ledger_detail_ven.php  | 7 ++++---
 4 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/include/template/ledger_detail_ach.php 
b/include/template/ledger_detail_ach.php
index 87997d6b8..be053c68a 100644
--- a/include/template/ledger_detail_ach.php
+++ b/include/template/ledger_detail_ach.php
@@ -116,11 +116,12 @@ global $div,$g_parameter,$cn,$access,$jr_id,$obj;
                                     $tag_operation->tag_cell($div);
                                     ?>
 
-                                <?php
+                          
+                                </div>
+                                      <?php
                                 // Button add tags
                                 if ( $access=='W') { echo 
Tag_Operation::button_search($obj->det->jr_id,$div);}
                                 ?>
-                                </div>
                             </td>
                         </tr>
                     </table>
diff --git a/include/template/ledger_detail_fin.php 
b/include/template/ledger_detail_fin.php
index 0b515cc78..215d8cfc9 100644
--- a/include/template/ledger_detail_fin.php
+++ b/include/template/ledger_detail_fin.php
@@ -96,11 +96,12 @@ echo td(_('Pièce')).td($itext->input());
                                     $tag_operation->tag_cell($div);
                                     ?>
 
+                                </div>
+                                
                                 <?php
                                 // Button add tags
                                 if ( $access=='W') { echo 
Tag_Operation::button_search($obj->det->jr_id,$div);}
                                 ?>
-                                </div>
                              </td>
                         </tr>
                     </table>
@@ -173,4 +174,4 @@ if ($obj->det->currency_id!=0)
 <?php 
 require_once NOALYSS_TEMPLATE.'/ledger_detail_bottom.php';
 ?>
-</div>
\ No newline at end of file
+</div>
diff --git a/include/template/ledger_detail_misc.php 
b/include/template/ledger_detail_misc.php
index 029e7d293..c0c63d6be 100644
--- a/include/template/ledger_detail_misc.php
+++ b/include/template/ledger_detail_misc.php
@@ -90,11 +90,12 @@ require_once NOALYSS_TEMPLATE.'/ledger_detail_top.php';
                                     $tag_operation->tag_cell($div);
                                     ?>
 
-                                    <?php
+                                 
+                                </div>
+                                   <?php
                                     // Button add tags
                                     if ( $access=='W') { echo 
Tag_Operation::button_search($obj->det->jr_id,$div);}
                                     ?>
-                                </div>
                             </td>
                         </tr>
                     </table>
diff --git a/include/template/ledger_detail_ven.php 
b/include/template/ledger_detail_ven.php
index 577d5db96..7af1fb7b5 100644
--- a/include/template/ledger_detail_ven.php
+++ b/include/template/ledger_detail_ven.php
@@ -127,11 +127,12 @@ $str_anc = "";
                                 $tag_operation->set_jrn_id($obj->det->jr_id);
                                 $tag_operation->tag_cell($div);
                                 ?>
-                            <?php
+                           
+                        </div>
+                         <?php
                             // Button add tags
                             if ( $access=='W') { echo 
Tag_Operation::button_search($obj->det->jr_id,$div);}
                             ?>
-                        </div>
                         </td>
                         </tr>
                     </table>
@@ -330,4 +331,4 @@ $str_anc = "";
     <?php
     require_once NOALYSS_TEMPLATE . '/ledger_detail_bottom.php';
     ?>
-</div>
\ No newline at end of file
+</div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]