diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-20 05:33:40 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-20 05:33:40 -0400 |
commit | 0c7ad924a846eef183ca442be837b69a6014075a (patch) | |
tree | 890467d4d94f64785faa5f8cfd639e53058d29cb /view/tpl/website_import_tools.tpl | |
parent | d6b28cdc575aba40c6a7861d4c2031d844a848d9 (diff) | |
download | volse-hubzilla-0c7ad924a846eef183ca442be837b69a6014075a.tar.gz volse-hubzilla-0c7ad924a846eef183ca442be837b69a6014075a.tar.bz2 volse-hubzilla-0c7ad924a846eef183ca442be837b69a6014075a.zip |
Starting to make the import selection page after element scan.
Diffstat (limited to 'view/tpl/website_import_tools.tpl')
-rw-r--r-- | view/tpl/website_import_tools.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/website_import_tools.tpl b/view/tpl/website_import_tools.tpl index dc9ba6c08..133d6268e 100644 --- a/view/tpl/website_import_tools.tpl +++ b/view/tpl/website_import_tools.tpl @@ -6,6 +6,8 @@ </li> <form id="import-form" enctype="multipart/form-data" method="post" action="" style="display: none;" class="sub-menu"> + <input type="hidden" name="action" value="scan"> + <p class="descriptive-text">{{$file_import_text}}</p> <div class="form-group"> <div class="input-group"> |