Prevent product and content création at catalog root

This commit is contained in:
Franck Allimant
2013-12-20 14:51:47 +01:00
parent 9ff72f119f
commit eaae979b70
6 changed files with 19 additions and 6 deletions

View File

@@ -181,6 +181,8 @@
{* -- CONTENT MANAGEMENT ---------------------------------------------------- *}
{* No content outsie a folder *}
{if $folder_id > 0}
<div class="row">
<div class="col-md-12">
<div class="general-block-decorator">
@@ -323,6 +325,9 @@
</div>
</div>
</div>
{else}
<div class="alert alert-info">{intl l="To create a new content, select an existing folder, or create a new one."}</div>
{/if}
{module_include location='folders_bottom'}