[-] BO : translation for product virtual && image link in AdminProductsController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12089 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-03 17:06:48 +00:00
parent 38f959db9a
commit 2d1467a5aa
4 changed files with 7 additions and 14 deletions
@@ -89,7 +89,7 @@
<table id="lineType" style="display:none;">
<tr id="image_id">
<td style="padding: 4px;">
<a href="image_path.jpg" target="_blank">
<a href="{$smarty.const._THEME_PROD_DIR_}image_path.jpg" target="_blank">
<img src="{$smarty.const._THEME_PROD_DIR_}en-default-small.jpg" alt="image_id" title="image_id" />
</a>
</td>
@@ -322,7 +322,8 @@
{
line = $("#lineType").html();
line = line.replace(/image_id/g, id);
line = line.replace(/en-default/g, path);
line = line.replace(/en-default/g, path);
line = line.replace(/image_path/g, path);
line = line.replace(/image_position/g, position);
line = line.replace(/blank/g, cover);
line = line.replace("<tbody>", "");
@@ -76,7 +76,7 @@
</label>
<label style="width:500px;text-align:center;">
<input type="radio" name="type_product" id="virtual_product" value="2" />
{l s='Virtual product'}
{l s='Virtual Product (services, booking and downloadable products)'}
</label>
</div>
<br />
@@ -144,7 +144,7 @@
</script>
<h4>{l s='Virtual Product'}</h4>
<h4>{l s='Virtual Product (services, booking and downloadable products)'}</h4>
<div class="separation"></div>
<table cellpadding="5" cellspacing="0" border="0" style="width: 100%;">
<tr>