[-] BO : #PSTEST-15 : translations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11304 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-16 14:44:57 +00:00
parent 8dbd57dd20
commit a45921e1ea
4 changed files with 13 additions and 5 deletions
@@ -27,13 +27,17 @@
<script type="text/javascript">
$(document).ready(function() {
$('input').keypress(function(e) {
$('input').keypress(function(e) {
var code = null;
code = (e.keyCode ? e.keyCode : e.which);
return (code == 13) ? false : true;
});
});
var msg_combination_1 = '{l s='Please choose a group'}';
var msg_combination_2 = '{l s='Please choose an attribute'}';
var msg_combination_3 = '{l s='You can only add one combination per type of group'}';
</script>
{if isset($product->id)}
@@ -76,7 +76,7 @@
</tr>
<tr>
<td class="col-left">
<label>Carriers:</label>
<label>{l s='Carriers:'}</label>
</td>
<td class="padding-bottom:5px;">
<select name="carriers[]" multiple="multiple" size="4">