noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 147/162: Task #1660 : place the button for th


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 147/162: Task #1660 : place the button for the inventory on the top
Date: Sat, 11 Jul 2020 13:24:07 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit 3a9d1e4d17c8ec049e12447fed60b1b873070321
Author: Dany De Bontridder <dany@alchimerys.be>
AuthorDate: Mon Jan 7 13:12:49 2019 +0100

    Task #1660 : place the button for the inventory on the top
---
 include/template/stock_inv.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/template/stock_inv.php b/include/template/stock_inv.php
index 2c1bdea..556dcc6 100644
--- a/include/template/stock_inv.php
+++ b/include/template/stock_inv.php
@@ -27,6 +27,8 @@
  *
  */
 ?>
+<?php if ($p_readonly == false) echo 
HtmlInput::button("reprise_show",_('Reprise inventaire'),  " 
onclick=\"$('reprise_inventaire_div').show();\"")?>
+
 <div style="<?php if ( ! $p_readonly) echo "position:absolute";?>" 
class="content">
        <form method="POST" id="stock_reprise" class="print" onsubmit="return 
confirm_box(this,'<?php echo _("Vous confirmez ?")?>')">
             <input type="hidden" name="save" value="1">
@@ -104,7 +106,6 @@
 <?php if ($p_readonly == false) echo HtmlInput::button_action(_('Ajouter une 
ligne'),'stock_add_row();',"xx",'smallbutton')?>
 <?php if ($p_readonly == false) echo HtmlInput::submit('save',_('Sauver'))?>
 <?php if ($p_readonly == false) echo HtmlInput::hidden('row',$nb)?>
-<?php if ($p_readonly == false) echo 
HtmlInput::button("reprise_show",_('Reprise inventaire'),  " 
onclick=\"$('reprise_inventaire_div').show();\"")?>
        </form>
 </div>
 <div class="inner_box" id="reprise_inventaire_div" style="display:none">



reply via email to

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