diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-12 21:41:37 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-12 21:41:37 -0400 |
commit | 1e4ef812445e4d8617223ce917d0eb2215e9c3b3 (patch) | |
tree | ac726b31aac0a4141740802ff1294c52bf8d5846 /view | |
parent | c5e534c0cb939b9730f289a844f24b1121e6e9cf (diff) | |
download | volse-hubzilla-1e4ef812445e4d8617223ce917d0eb2215e9c3b3.tar.gz volse-hubzilla-1e4ef812445e4d8617223ce917d0eb2215e9c3b3.tar.bz2 volse-hubzilla-1e4ef812445e4d8617223ce917d0eb2215e9c3b3.zip |
Import blocks from zip file, but needs updates as detailed in https://gitlab.com/zot/hubsites/merge_requests/2
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/website_import_tools.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/website_import_tools.tpl b/view/tpl/website_import_tools.tpl index 09b100926..ca9cc8b33 100644 --- a/view/tpl/website_import_tools.tpl +++ b/view/tpl/website_import_tools.tpl @@ -15,9 +15,9 @@ <!-- Or upload a zipped file containing the website --> <p class="descriptive-text">{{$file_upload_text}}</p> <div class="form-group"> - <input id="website-upload-choose" type="file" name="userfile" /> + <input id="website-upload-choose" type="file" name="zip_file" /> </div> - <button class="btn btn-primary btn-sm" type="submit" name="c_upload" value="c_upload">Upload</button> + <button class="btn btn-primary btn-sm" type="submit" name="w_upload" value="w_upload">Upload</button> </form> </ul> </div> |