git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15843 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-06-05 08:59:29 +00:00
parent 86ee04e6d7
commit 0fc967b388
3 changed files with 9 additions and 4 deletions
@@ -94,6 +94,9 @@
var empty_pack_msg = '{l s='Pack is empty. You need to add at least one product to the pack before you can save the pack.' slashes=1}';
var empty_name_msg = '{l s='Product name is empty. You need to enter a name at least for the default language before you can save the product.' slashes=1}';
var empty_link_rewrite_msg = '{l s='Friendly URL is empty. You need to enter a friendly URL at least for the default language before you can save the product.' slashes=1}';
var reload_tab_title = '{l s='Confirmation' slashes=1}';
var reload_tab_description = '{l s='Some tabs was not loaded correctly, do you want to reload them?' slashes=1}';
$('#product-tab-content-wait').show();
var post_data = {$post_data};
var save_error = {if $save_error}true{else}false{/if};