// small fixes to BO
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10372 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -26,13 +26,7 @@
|
||||
|
||||
{extends file="helper/options/options.tpl"}
|
||||
{block name="start_field_block"}
|
||||
{if $field['type'] == 'price'}
|
||||
<div class="margin-form">
|
||||
{$field['currency_left']}
|
||||
<input type="text"{if isset($field['id'])} id="{$field['id']}"{/if} size="{if isset($field['size'])}{$field['size']|intval}{else} 5{/if}" name="{$key}" value="{$field['value']|escape:'htmlall':'UTF-8'}" />
|
||||
{if isset($field['next'])} {$field['next']|strval}{/if}
|
||||
{$field['currency_right']}
|
||||
{elseif $field['type'] == 'disabled'}
|
||||
{if $field['type'] == 'disabled'}
|
||||
<div class="margin-form">
|
||||
{$field['disabled']}
|
||||
{elseif $field['type'] == 'maintenance_ip'}
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
<div id="submitAddLangContent" style="float:left;">
|
||||
<p>{l s='You can add or update a language directly from prestashop.com here'}</p>
|
||||
<div class="warn">
|
||||
<img src="../img/admin/warn2.png">
|
||||
{l s='If you choose to update an existing language pack, all your previous customization in the theme named prestashop will be lost. This includes front office expressions and default e-mail templates.'}
|
||||
</div>
|
||||
{if $packs_to_update || $packs_to_install}
|
||||
|
||||
Reference in New Issue
Block a user