diff --git a/view/tpl/webpage_import.tpl b/view/tpl/webpage_import.tpl index 255a41c2b..fdc983932 100644 --- a/view/tpl/webpage_import.tpl +++ b/view/tpl/webpage_import.tpl @@ -16,7 +16,7 @@

Scanned Pages

- + {{foreach $pages as $page}} + {{/foreach}}
Import?PageExisting Page
Import?Page
@@ -34,6 +34,7 @@ Type: {{$page.type}}
@@ -52,7 +54,7 @@

Scanned Layouts

- + {{foreach $layouts as $layout}} + {{/foreach}}
Import?LayoutExisting Layout
Import?Layout
@@ -68,6 +70,7 @@ Content File: {{$layout.contentfile}}
@@ -83,7 +87,7 @@

Scanned Blocks

- + {{foreach $blocks as $block}} + {{/foreach}}
Import?BlockExisting Block
Import?Block
@@ -100,6 +104,7 @@ Type: {{$block.type}}