You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
{* $Id$ *}
|
|
|
<form method="post" action="{query _type=relative _keepall=y}" style="display: inline;">
|
|
|
<input type="hidden" name="code" value="{$code|escape}">
|
|
|
{if $add == 'y'}
|
|
|
{tr}Add:{/tr}
|
|
|
<input type="text" name="add_quantity" value="0" size="4">
|
|
|
<br>
|
|
|
{/if}
|
|
|
{if $subtract == 'y'}
|
|
|
{tr}Subtract:{/tr}
|
|
|
<input type="text" name="subtract_quantity" value="0" size="4">
|
|
|
<br>
|
|
|
{/if}
|
|
|
<input type="submit" class="btn btn-primary btn-sm" title="{tr}Apply Changes{/tr}" value="{tr}Apply{/tr}">
|
|
|
</form>
|
|
|
|