// BugFix : admin scenes controller translations
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11643 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -298,7 +298,7 @@
|
||||
{/if}
|
||||
</p>
|
||||
{/if}
|
||||
{if isset($languages)}<div class="clear"></div>{/if}
|
||||
{if isset($input.lang) && isset($languages)}<div class="clear"></div>{/if}
|
||||
{block name="end_field_block"}</div>{/block}
|
||||
{/if}
|
||||
{if $input.name == 'id_state'}
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
{extends file="helper/form/form.tpl"}
|
||||
{block name="end_field_block"}
|
||||
{if ($input.type == "description")}
|
||||
<p>
|
||||
{$input.text}
|
||||
</p>
|
||||
{/if}
|
||||
</div>
|
||||
{/block}
|
||||
{block name="after"}
|
||||
<script type="text/javascript">
|
||||
startingData = new Array();
|
||||
|
||||
Reference in New Issue
Block a user