Fixed bad placement of for-member-import
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 14 Jun 2016 17:26:10 +0000 (13:26 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 14 Jun 2016 17:26:10 +0000 (13:26 -0400)
views/admin/management/import.html

index 9b1efff..14b69b4 100644 (file)
@@ -99,7 +99,7 @@
     </form>
             
     {if $haveImageArray}
-    <form action="{$thisUrl}?page={$thisPage}" method="post" enctype="multipart/form-data for-member-import">
+    <form action="{$thisUrl}?page={$thisPage}" method="post" enctype="multipart/form-data" class="for-member-import">
         <input type="hidden" name="glm_action" value="import">
         <input type="hidden" name="option" value="images">
         <p><span class="glm-notice">WARNING:</span> This process may take a very long time!<br>Do not interrupt or re-submit this page.</p>