From 9f48bf44d2b85b9bae14354432b0b8de77f9f0c8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 5 Jul 2017 09:13:39 -0400 Subject: [PATCH] Adjust view files for the imports Adding new header and column for the sample file. Instead of just putting the sample file into the new file column. --- views/admin/import/files.html | 3 +++ views/admin/import/index.html | 3 +++ views/admin/import/photos.html | 3 +++ 3 files changed, 9 insertions(+) diff --git a/views/admin/import/files.html b/views/admin/import/files.html index 300bb24f..87e11ce3 100644 --- a/views/admin/import/files.html +++ b/views/admin/import/files.html @@ -9,6 +9,7 @@ File Type New File + Sample File Current File Updated @@ -19,6 +20,8 @@ + + Sample {$fileHeader} File diff --git a/views/admin/import/index.html b/views/admin/import/index.html index a04419e2..9867366d 100644 --- a/views/admin/import/index.html +++ b/views/admin/import/index.html @@ -10,6 +10,7 @@ File Type New File + Sample File Current File Updated @@ -21,6 +22,8 @@ + + Sample {$fileHeader} File diff --git a/views/admin/import/photos.html b/views/admin/import/photos.html index b8219c51..7963d812 100644 --- a/views/admin/import/photos.html +++ b/views/admin/import/photos.html @@ -9,6 +9,7 @@ File Type New File + Sample File Current File Updated @@ -19,6 +20,8 @@ + + Sample {$fileHeader} File -- 2.17.1