// Fix bug button add image in AdminProductsController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11069 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-08 17:42:15 +00:00
parent f34e06c20f
commit 901def1d12
3 changed files with 24 additions and 70 deletions
@@ -147,6 +147,8 @@ $(document).ready(function(){
});
});
}
else
$('#desc-product-newCombination').hide();
});
{if $show_product_tab_content}
$("div.productTabs a[id$=-{$show_product_tab_content}]").click();
@@ -74,7 +74,6 @@
</td>
</tr>
</table>
<script type="text/javascript" src="../js/jquery/plugins/jquery.tablednd.js"></script>
<script type="text/javascript">
var upbutton = '{l s='Upload a file'}';
var token = '{$token}';