aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/common_widget.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-06-01 12:11:07 +0200
committerMario Vavti <mario@mariovavti.com>2018-06-01 12:11:07 +0200
commit6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e (patch)
treee97a2f276650c978e6415db00449f81f00d236ba /view/tpl/common_widget.tpl
parentd03c27d18c10d287cbfd3133b3301934d0457636 (diff)
downloadvolse-hubzilla-6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e.tar.gz
volse-hubzilla-6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e.tar.bz2
volse-hubzilla-6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e.zip
move file and groups filter to submenu
Diffstat (limited to 'view/tpl/common_widget.tpl')
-rw-r--r--view/tpl/common_widget.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/common_widget.tpl b/view/tpl/common_widget.tpl
new file mode 100644
index 000000000..e542031dc
--- /dev/null
+++ b/view/tpl/common_widget.tpl
@@ -0,0 +1,6 @@
+<div class="widget">
+ <h3>
+ {{$title}}
+ </h3>
+ {{$content}}
+</div>