// Fix some bug on advanced stock management
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16353 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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