From 1e3a645abedcd77c10a855f1e821dfe7fc072aeb Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sun, 31 Jul 2016 07:37:33 -0400 Subject: Remove scanned element column for existing element information which we are not yet populating. --- view/tpl/webpage_import.tpl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'view') 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}}
-- cgit v1.2.3