diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-08-17 18:19:36 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-08-17 18:19:36 -0400 |
commit | c98b91f5149d53f522a19ec0f69b4d4727d34896 (patch) | |
tree | d543272c668d6327d9c917c004f1d0b52a489f60 /view/tpl | |
parent | 70d38fe5b3cec680fe689addfac34a47c26273ba (diff) | |
download | volse-hubzilla-c98b91f5149d53f522a19ec0f69b4d4727d34896.tar.gz volse-hubzilla-c98b91f5149d53f522a19ec0f69b4d4727d34896.tar.bz2 volse-hubzilla-c98b91f5149d53f522a19ec0f69b4d4727d34896.zip |
Stash changes for merge with dev
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/website_export_tools.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/tpl/website_export_tools.tpl b/view/tpl/website_export_tools.tpl new file mode 100644 index 000000000..36f5c8e24 --- /dev/null +++ b/view/tpl/website_export_tools.tpl @@ -0,0 +1,14 @@ +<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> |