// Fix incorrect translation strings in tpl
This commit is contained in:
@@ -58,7 +58,8 @@ $('document').ready(function(){
|
||||
else
|
||||
{
|
||||
$('#send_friend_form_error').show();
|
||||
$('#send_friend_form_error').text('{/literal}{l s="You did not fill required fields" mod=sendtoafriend}{literal}');
|
||||
var error_text = {/literal}{l s='You did not fill required fields' mod=sendtoafriend}{literal}
|
||||
$('#send_friend_form_error').text(error_text);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
{/if}
|
||||
{/foreach}
|
||||
</div>
|
||||
{$var.lang_sticker} : <a style="color:blue" href="{$var.sticker}">{l s="PDF File"}</a><br/>
|
||||
{$var.lang_sticker} : <a style="color:blue" href="{$var.sticker}">{l s='PDF File'}</a><br/>
|
||||
{$var.lang_expedition} : {$var.date}<br/>{$var.place}
|
||||
{/if}
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user