diff --git a/admin-dev/themes/default/template/controllers/modules/tab_module_line.tpl b/admin-dev/themes/default/template/controllers/modules/tab_module_line.tpl
index c0d2e37e0..f2a1e23bf 100644
--- a/admin-dev/themes/default/template/controllers/modules/tab_module_line.tpl
+++ b/admin-dev/themes/default/template/controllers/modules/tab_module_line.tpl
@@ -24,64 +24,71 @@
* International Registered Trademark & Property of PrestaShop SA
*}
-
-
-
-
-
-
- |
-
-
-
- {$module->displayName|truncate:40:'…'} {$module->version}
- {if isset($module->id) && $module->id gt 0 }
- {if $module->active}
- {l s='Enabled'}
- {else}
- {l s='Disabled'}
- {/if}
- {else}
- {if isset($module->type) && $module->type == 'addonsMustHave'}
- {l s='Must Have'}
- {else}
- {l s='Not installed'}
- {/if}
-
- {/if}
-
-
- {if isset($module->description) && $module->description ne ''}
- {$module->description|truncate:100:'…'}
- {else}
-
- {/if}
-
-
- |
-
-
- |
-
-
+
+ |
+
+
|
-
\ No newline at end of file
+
+
+
+ {$module->displayName|truncate:40:'…'} {$module->version}
+ {if isset($module->id) && $module->id gt 0 }
+ {if $module->active}
+ {l s='Enabled'}
+ {else}
+ {l s='Disabled'}
+ {/if}
+ {else}
+ {if isset($module->type) && $module->type == 'addonsMustHave'}
+ {l s='Must Have'}
+ {else}
+ {l s='Not installed'}
+ {/if}
+
+ {/if}
+
+
+ {if isset($module->description) && $module->description ne ''}
+ {$module->description|truncate:100:'…'}
+ {else}
+
+ {/if}
+
+
+ |
+ {if isset($module->type) && $module->type == 'addonsMustHave'}
+ |
+
+
+
+
+ {displayPrice price=$module->price currency=$module->id_currency}
+
+
+
+ |
+ {else if !isset($module->not_on_disk)}
+
+ {$module->optionsHtml}
+ |
+
+
+
+
+ {l s='Submit'}
+
+
+ |
+ {else}
+ |
+
+
+
+
+ {l s='Install'}
+
+
+ |
+ {/if}
+
diff --git a/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl b/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl
index 77b7c3763..6ef99565c 100644
--- a/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl
+++ b/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl
@@ -120,10 +120,10 @@
{/if}
-
+
{$module['instance']->displayName|stripslashes}
-
+
- {l s='Version:'}
-
@@ -170,7 +170,14 @@
{/foreach}
-
+
+
+
+
+
diff --git a/admin-dev/themes/default/template/controllers/payment/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/payment/helpers/view/view.tpl
index 84b1475d0..4c70550eb 100644
--- a/admin-dev/themes/default/template/controllers/payment/helpers/view/view.tpl
+++ b/admin-dev/themes/default/template/controllers/payment/helpers/view/view.tpl
@@ -33,7 +33,7 @@
{/if}
{if $display_restrictions}
- {l s='Payment module restrictions'}
+
{foreach $lists as $list}
{include file='controllers/payment/restrictions.tpl'}
{/foreach}
diff --git a/admin-dev/themes/default/template/controllers/payment/restrictions.tpl b/admin-dev/themes/default/template/controllers/payment/restrictions.tpl
index ffc9f6292..f87eca2c7 100644
--- a/admin-dev/themes/default/template/controllers/payment/restrictions.tpl
+++ b/admin-dev/themes/default/template/controllers/payment/restrictions.tpl
@@ -23,16 +23,16 @@
* International Registered Trademark & Property of PrestaShop SA
*}
- |