aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-07-10 06:58:20 -0400
committerAndrew Manning <tamanning@zoho.com>2016-07-10 06:58:20 -0400
commita338a97d5bb947f462483de8a9d87dd52fa3b2eb (patch)
tree7919c7ac7345e331b2eb12f3797620c0cc229a8d /view/tpl
parent50e581d88ad4901b13bbf99b2e58a5787b6bccec (diff)
downloadvolse-hubzilla-a338a97d5bb947f462483de8a9d87dd52fa3b2eb.tar.gz
volse-hubzilla-a338a97d5bb947f462483de8a9d87dd52fa3b2eb.tar.bz2
volse-hubzilla-a338a97d5bb947f462483de8a9d87dd52fa3b2eb.zip
First draft of website import tools
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/website_import_tools.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/website_import_tools.tpl b/view/tpl/website_import_tools.tpl
new file mode 100644
index 000000000..2e319b61d
--- /dev/null
+++ b/view/tpl/website_import_tools.tpl
@@ -0,0 +1,7 @@
+<div id="website-import-tools" class="widget design-tools">
+<h3>{{$title}}</h3>
+<p class="descriptive-text">Import website from cloud files</p>
+<ul class="nav nav-pills nav-stacked">
+ <li><button class="btn-md btn-primary"><a href="/cloud/{{$who}}">Select folder...</a></button></li>
+</ul>
+</div>