diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-08-17 21:25:50 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-08-17 21:25:50 -0400 |
commit | f2e87a204d0a257edb501dfedaad867700c58842 (patch) | |
tree | adf61dd77dedbb332c5e48fe0e297da54047d7f8 /view/tpl/website_export_tools.tpl | |
parent | c98b91f5149d53f522a19ec0f69b4d4727d34896 (diff) | |
download | volse-hubzilla-f2e87a204d0a257edb501dfedaad867700c58842.tar.gz volse-hubzilla-f2e87a204d0a257edb501dfedaad867700c58842.tar.bz2 volse-hubzilla-f2e87a204d0a257edb501dfedaad867700c58842.zip |
Progress implementing zip file export
Diffstat (limited to 'view/tpl/website_export_tools.tpl')
-rw-r--r-- | view/tpl/website_export_tools.tpl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/view/tpl/website_export_tools.tpl b/view/tpl/website_export_tools.tpl deleted file mode 100644 index 36f5c8e24..000000000 --- a/view/tpl/website_export_tools.tpl +++ /dev/null @@ -1,14 +0,0 @@ -<div id="website-export-tools" class="widget"> - <h3>{{$title}}</h3> - <ul class="nav nav-pills nav-stacked"> - <li> - <a href="#" onclick="openClose('export-form'); - return false;"><i class="fa fa-cloud-upload generic-icons"></i> {{$export_label}}</a> - </li> - <li> - <form id="export-form" enctype="multipart/form-data" method="post" action="" style="display: none;" class="sub-menu"> - - </form> - </li> - </ul> -</div> |