From c10fdb37771c0c82e16dcaaca18cf3e469deae99 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 23 Jun 2017 11:50:34 -0400 Subject: [PATCH] Work on adding sample file just placing a link in for now. --- views/admin/import/index.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/views/admin/import/index.html b/views/admin/import/index.html index 18212bcd..91d57a5a 100644 --- a/views/admin/import/index.html +++ b/views/admin/import/index.html @@ -1,12 +1,17 @@ {include file='admin/import/header.html'} - +

Data Import Step 1: Upload files

- +
@@ -16,18 +21,19 @@ {$count = 0} {foreach $fileData as $fileHeader => $file} - - - -
File Type New File - {$fileHeader} + + {$fileHeader} + + Sample {$fileHeader} File + {if $file.exists} {$fileHeader} File {/if} + {if $file.exists} {$file.mtime|date_format:"%D %I:%M %p"} {/if} -- 2.17.1