From 6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 1 Jun 2018 12:11:07 +0200 Subject: move file and groups filter to submenu --- view/tpl/activity_filter_widget.tpl | 11 +++++++++++ view/tpl/common_pills.tpl | 31 +++++++++++++++++++++++-------- view/tpl/common_widget.tpl | 6 ++++++ 3 files changed, 40 insertions(+), 8 deletions(-) create mode 100644 view/tpl/activity_filter_widget.tpl create mode 100644 view/tpl/common_widget.tpl (limited to 'view/tpl') diff --git a/view/tpl/activity_filter_widget.tpl b/view/tpl/activity_filter_widget.tpl new file mode 100644 index 000000000..7ff5a4f7e --- /dev/null +++ b/view/tpl/activity_filter_widget.tpl @@ -0,0 +1,11 @@ +
+

+ {{$title}} + {{if $reset}} + + + + {{/if}} +

+ {{$content}} +
diff --git a/view/tpl/common_pills.tpl b/view/tpl/common_pills.tpl index d10aa365b..37d500bd1 100755 --- a/view/tpl/common_pills.tpl +++ b/view/tpl/common_pills.tpl @@ -1,8 +1,23 @@ -
-

{{$title}}

- -
+ 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 @@ +
+

+ {{$title}} +

+ {{$content}} +
-- cgit v1.2.3