From 3bb71a6ba88c42744652d793ae767cf0c79388bd Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 22 Aug 2021 09:20:40 +0000 Subject: infrastructure to provide an app install widget for modules and make the bookmark app use it --- view/tpl/app.tpl | 2 +- view/tpl/app_install.tpl | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 view/tpl/app_install.tpl (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 5809a3edb..69af0436b 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -12,7 +12,7 @@
- {{if $action_label}}{{/if}} + {{if $action_label}}{{/if}} {{if $edit}}{{/if}} {{if $delete}}{{/if}} {{if $settings_url}}{{/if}} diff --git a/view/tpl/app_install.tpl b/view/tpl/app_install.tpl new file mode 100644 index 000000000..fa2a02eb5 --- /dev/null +++ b/view/tpl/app_install.tpl @@ -0,0 +1,12 @@ +
+

{{$papp.name}}

+
+
+ {{$papp.desc}} +
+ + + +
-- cgit v1.2.3