diff --git a/admin-dev/themes/template/layout-ajax.tpl b/admin-dev/themes/template/layout-ajax.tpl index 19937d0ab..902a4f536 100644 --- a/admin-dev/themes/template/layout-ajax.tpl +++ b/admin-dev/themes/template/layout-ajax.tpl @@ -42,7 +42,7 @@ {if count($errors)} {* @todo what is ??? AND $this->_includeContainer *}

+
{if count($errors) == 1}
{$errors[0]}
{else}
@@ -78,17 +78,16 @@
-
{if count($warnings) > 1}
{l s='There are'} {count($warnings)} {l s='warnings'}
+
+ {l s='Click here to see more'}
+
+
{else}
- {l s='There is'} {count($warnings)} {l s='warning'}
+ {l s='There is'} {count($warnings)} {l s='warning'} :
{/if}
-
- {l s='Click here to see more'}
-
-
- |
- {l s='Attachments for this product:'} -- - {l s='Remove'} >> - - |
-
- {l s='Available attachments:'} -- - << {l s='Add'} - - - |
-
|
+ {l s='Attachments for this product:'} ++ + {l s='Remove'} >> + + |
+
+ {l s='Available attachments:'} ++ + << {l s='Add'} + + + |
+
{l s='Product combinations generator'}
-
-
-
+
+ {$list}
+{/if}
diff --git a/admin-dev/themes/template/products/customization.tpl b/admin-dev/themes/template/products/customization.tpl
index 2f7e5d05d..65a2ce5c2 100644
--- a/admin-dev/themes/template/products/customization.tpl
+++ b/admin-dev/themes/template/products/customization.tpl
@@ -23,56 +23,58 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-| {l s='File fields:'} | -
-
- {l s='Number of upload file fields displayed'} - |
- ||
| {l s='Text fields:'} | -
-
- {l s='Number of text fields displayed'} - |
- ||
| - - | -|||
| - | |||
| {l s='Files fields:'} | -- {$display_file_labels} + | {l s='File fields:'} | +
+
+ {l s='Number of upload file fields displayed'} |
| - | |||
| {l s='Text fields:'} | -- {$display_text_labels} + | {l s='Text fields:'} | +
+
+ {l s='Number of text fields displayed'} |
| - {if $has_file_labels || $has_text_labels} - - {/if} - | -|||
| {l s='Feature'} + | {l s='Pre-defined value'} + | {l s='or'} {l s='Customized value'} + |
|---|
| {$available_feature.name} | ++ {if sizeof($available_feature.featureValues)} + + {else} + + {l s='N/A'} - + {l s='Add pre-defined values first'} + + {/if} + | ++ {foreach from=$languages item=language} + + {/foreach} |
| {l s='Feature'} - | {l s='Pre-defined value'} - | {l s='or'} {l s='Customized value'} - |
|---|
| {$available_feature.name} | -- {if sizeof($available_feature.featureValues)} - - {else} - - {l s='N/A'} - - {l s='Add pre-defined values first'} - - {/if} - | -- {foreach from=$languages item=language} - + + {foreachelse} + |
| {l s='No features defined'} | ||
{l s='Back to list'}| @@ -46,253 +73,255 @@ |
{l s='Add a new specific price'}
+
-
+ {l s='Product reference(s)'}+ +{l s='You can specify product reference(s) for each supplier associated.'} + +
+ {foreach from=$associated_suppliers item=supplier}
+ {$supplier->name}+
+
+
- {l s='Product reference(s)'}- -{l s='You can specify product reference(s) for each supplier associated.'} - -
- {foreach from=$associated_suppliers item=supplier}
-
-
-
\ No newline at end of file
+
+
+{/if}
\ No newline at end of file
diff --git a/admin-dev/themes/template/products/textarea_lang.tpl b/admin-dev/themes/template/products/textarea_lang.tpl
index 154bf811a..0e967b6a3 100644
--- a/admin-dev/themes/template/products/textarea_lang.tpl
+++ b/admin-dev/themes/template/products/textarea_lang.tpl
@@ -1,3 +1,29 @@
+{*
+* 2007-2011 PrestaShop
+*
+* NOTICE OF LICENSE
+*
+* This source file is subject to the Academic Free License (AFL 3.0)
+* that is bundled with this package in the file LICENSE.txt.
+* It is also available through the world-wide-web at this URL:
+* http://opensource.org/licenses/afl-3.0.php
+* If you did not receive a copy of the license and are unable to
+* obtain it through the world-wide-web, please send an email
+* to license@prestashop.com so we can send you a copy immediately.
+*
+* DISCLAIMER
+*
+* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+* versions in the future. If you wish to customize PrestaShop for your
+* needs please refer to http://www.prestashop.com for more information.
+*
+* @author PrestaShop SA {$supplier->name}-
-
-
- {/foreach}
-
{foreach from=$languages item=language}
|