Adjust view files for the imports
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 5 Jul 2017 13:13:39 +0000 (09:13 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 5 Jul 2017 13:13:39 +0000 (09:13 -0400)
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
views/admin/import/index.html
views/admin/import/photos.html

index 300bb24..87e11ce 100644 (file)
@@ -9,6 +9,7 @@
             <tr>
                 <th>File Type</th>
                 <th>New File</th>
+                <th>Sample File</th>
                 <th>Current File</th>
                 <th>Updated</th>
             </tr>
@@ -19,6 +20,8 @@
                 </td>
                 <td class="glm-import-td">
                     <input type="file" name="files_file">
+                </td>
+                <td class="glm-import-td">
                     <a href="{$sampleFileUrl}{$file.name}">Sample {$fileHeader} File</a>
                 </td>
                 <td class="glm-import-td">
index a04419e..9867366 100644 (file)
@@ -10,6 +10,7 @@
             <tr>
                 <th>File Type</th>
                 <th>New File</th>
+                <th>Sample File</th>
                 <th>Current File</th>
                 <th>Updated</th>
             </tr>
@@ -21,6 +22,8 @@
                 </td>
                 <td class="glm-import-td">
                     <input type="file" name="{$file.field}">
+                </td>
+                <td class="glm-import-td">
                     <a href="{$sampleFileUrl}{$file.name}">Sample {$fileHeader} File</a>
                 </td>
                 <td class="glm-import-td">
index b8219c5..7963d81 100644 (file)
@@ -9,6 +9,7 @@
             <tr>
                 <th>File Type</th>
                 <th>New File</th>
+                <th>Sample File</th>
                 <th>Current File</th>
                 <th>Updated</th>
             </tr>
@@ -19,6 +20,8 @@
                 </td>
                 <td class="glm-import-td">
                     <input type="file" name="photos_file">
+                </td>
+                <td class="glm-import-td">
                     <a href="{$sampleFileUrl}{$file.name}">Sample {$fileHeader} File</a>
                 </td>
                 <td class="glm-import-td">