// fix product informations autofill url rewrite
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9735 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<td style="padding-bottom:5px;" class="translatable">
|
||||
{foreach from=$languages item=language}
|
||||
<div class="lang_{$language.id_lang}" style="{if !$language.is_default}display: none;{/if} float: left;">
|
||||
<input class="{if $product->id}copy2friendlyUrl{/if} updateCurrentText" size="43" type="text"
|
||||
<input class="{if !$product->id}copy2friendlyUrl{/if} updateCurrentText" size="43" type="text"
|
||||
id="name_{$language.id_lang}" name="name_{$language.id_lang}"
|
||||
value="{$language.name|htmlentitiesUTF8}"/><sup> *</sup>
|
||||
<span class="hint" name="help_box">{l s='Invalid characters:'} <>;=#{}<span class="hint-pointer"> </span>
|
||||
|
||||
Reference in New Issue
Block a user