// Fixed #PSTEST-526

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12609 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-01-23 15:12:42 +00:00
parent 38f4b196da
commit 448ba4df1f
@@ -75,10 +75,12 @@
<tr>
<td colspan="3">&nbsp;</td>
</tr>
{if $attributes|@count gt 1}
<tr>
<td><input type="checkbox" class="check_all_warehouse" value="check_warehouse_{$warehouse['id_warehouse']}" /></td>
<td colspan="2"><i>{l s='Mark all products as stored in this warehouse.'}</i></td>
</tr>
{/if}
</table>
</div>
{/foreach}