Task #1660 : place the button for the inventory on the top
This commit is contained in:
parent
abefd83f89
commit
3a9d1e4d17
1 changed files with 2 additions and 1 deletions
|
|
@ -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">
|
<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 ?")?>')">
|
<form method="POST" id="stock_reprise" class="print" onsubmit="return confirm_box(this,'<?php echo _("Vous confirmez ?")?>')">
|
||||||
<input type="hidden" name="save" value="1">
|
<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::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::submit('save',_('Sauver'))?>
|
||||||
<?php if ($p_readonly == false) echo HtmlInput::hidden('row',$nb)?>
|
<?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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="inner_box" id="reprise_inventaire_div" style="display:none">
|
<div class="inner_box" id="reprise_inventaire_div" style="display:none">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue