// fix #PSTEST-701 - added some warnings when informations is missing in product edition / creation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13475 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2012-02-20 16:23:43 +00:00
parent 0753d43376
commit 4d641d6a7c
4 changed files with 103 additions and 28 deletions
+3 -1
View File
@@ -107,6 +107,8 @@ function copy2friendlyURL()
$('#link_rewrite_' + id_language).val(str2url($('#name_' + id_language).val().replace(/^[0-9]+\./, ''), 'UTF-8'));
if ($('#friendly-url'))
$('#friendly-url').html($('#link_rewrite_' + id_language).val());
// trigger onchange event to use anything binded there
$('#link_rewrite_' + id_language).change();
return;
}
@@ -1175,4 +1177,4 @@ function display_action_details(row_id, controller, token, action, params) {
current_element.parent().parent().parent().find('.details_'+id).show('fast');
current_element.data('opened', true);
}
}
}