// Fix some bug on advanced stock management
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
<form method="post" action="{$smarty.server.REQUEST_URI}">
|
||||
<form method="post" action="{$smarty.server.REQUEST_URI|escape:'htmlall':'UTF-8'}">
|
||||
<fieldset>
|
||||
<legend>{l s='Global Configuration'}</legend>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</div>
|
||||
<div style="width: 800px; height: 250px; background-color: #EEEEEE; margin: 0 auto; font-family: arial;">
|
||||
<div style="float:left; margin: 25px 0 0 50px;">
|
||||
<form action="{$smarty.server.REQUEST_URI}" method="post">
|
||||
<form action="{$smarty.server.REQUEST_URI|escape:'htmlall':'UTF-8'}" method="post">
|
||||
<input type="submit" name="submitDateToday" class="button" value="{l s='Today' mod='trackingfront'}">
|
||||
<input type="submit" name="submitDateMonth" class="button" value="{l s='Month' mod='trackingfront'}">
|
||||
<input type="submit" name="submitDateYear" class="button" value="{l s='Year' mod='trackingfront'}">
|
||||
@@ -67,4 +67,4 @@
|
||||
</tr>
|
||||
<tr id="trid_dummy"><td colspan="14" style="background: #567500;" /></tr>
|
||||
</table>
|
||||
*}
|
||||
*}
|
||||
|
||||
Reference in New Issue
Block a user