diff --git a/templates/backOffice/default/category-edit.html b/templates/backOffice/default/category-edit.html index b2011dea2..103aef851 100755 --- a/templates/backOffice/default/category-edit.html +++ b/templates/backOffice/default/category-edit.html @@ -68,7 +68,8 @@ {/form_field} - {if $form_error and $form_error_message}{include file='includes/notifications.html' message=$form_error_message}{/if} + {* Display error message if exist *} + {include file='includes/notifications.html' message=$form_error_message}
diff --git a/templates/backOffice/default/folder-edit.html b/templates/backOffice/default/folder-edit.html index c34733cea..eead2bd6e 100755 --- a/templates/backOffice/default/folder-edit.html +++ b/templates/backOffice/default/folder-edit.html @@ -63,7 +63,8 @@ {/form_field} - {if $form_error and $form_error_message}{include file='includes/notifications.html' message=$form_error_message}{/if} + {* Display error message if exist *} + {include file='includes/notifications.html' message=$form_error_message}
diff --git a/templates/backOffice/default/includes/seo-tab.html b/templates/backOffice/default/includes/seo-tab.html index dc672c5c5..37945f006 100644 --- a/templates/backOffice/default/includes/seo-tab.html +++ b/templates/backOffice/default/includes/seo-tab.html @@ -5,21 +5,22 @@ {include file = "includes/inner-form-toolbar.html" hide_submit_buttons = false - page_url = {$pageUrl} close_url = {$closeUrl} } {* Hidden field *} - {form_hidden_fields form=$form} {form_field form=$form field='success_url'} - + {/form_field} + {* Display error message if exist *} + {include file='includes/notifications.html' message=$form_error_message} + {form_field form=$form field='url'}