[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 04/11: Task #1660 : place the button for the
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 04/11: Task #1660 : place the button for the inventory on the top |
Date: |
Fri, 18 Jan 2019 12:24:26 -0500 (EST) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 1d1ac3ff588efb48de630f4e2f0d6315707a7d33
Author: Dany De Bontridder <address@hidden>
Date: 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">
- [Noalyss-commit] [noalyss] branch master updated (0de24ee -> 1971f32), Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 02/11: remove dead code, Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 03/11: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 04/11: Task #1660 : place the button for the inventory on the top,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 01/11: For 7.2 , $p_value must be initialized to an array in ISelect, Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 11/11: Translation, Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 07/11: by default jrn is an empty array, Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 10/11: Translation, Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 05/11: New function findSide return D if number is <0, Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 06/11: Fix problem with total in balance export, Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 09/11: Translation + use of httpInput, Dany De Bontridder, 2019/01/18
- [Noalyss-commit] [noalyss] 08/11: Task #0001309: Association d'une opération avec elle-même., Dany De Bontridder, 2019/01/18