From 7e6febe2a6609457eca1f1caf650375534780048 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 24 Feb 2016 15:19:28 -0800 Subject: add 'requires' field to plugin info to list other dependent plugins/addons and disable if dependencies are not installed/enabled --- view/tpl/admin_plugins_details.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/tpl') diff --git a/view/tpl/admin_plugins_details.tpl b/view/tpl/admin_plugins_details.tpl index 721bd3573..5d9e233f9 100755 --- a/view/tpl/admin_plugins_details.tpl +++ b/view/tpl/admin_plugins_details.tpl @@ -24,6 +24,9 @@ {{if $info.minphpversion}}

{{$str_minphpversion}}{{$info.minphpversion}}

{{/if}} + {{if $info.requires}} +

{{$str_requires}}{{$info.requires}}

+ {{/if}} {{foreach $info.maintainer as $a}} -- cgit v1.2.3 From c95d7c69eb3135f137390323a09eb105776ce29c Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 24 Feb 2016 18:54:52 -0800 Subject: issue #216 - calendar sharing --- view/tpl/event_cal.tpl | 14 ++++++++++++++ view/tpl/event_head.tpl | 13 ++++++++++--- view/tpl/events_cal-js.tpl | 17 +++++++++++++++++ 3 files changed, 41 insertions(+), 3 deletions(-) create mode 100755 view/tpl/event_cal.tpl create mode 100755 view/tpl/events_cal-js.tpl (limited to 'view/tpl') diff --git a/view/tpl/event_cal.tpl b/view/tpl/event_cal.tpl new file mode 100755 index 000000000..61458b263 --- /dev/null +++ b/view/tpl/event_cal.tpl @@ -0,0 +1,14 @@ +{{foreach $events as $event}} +
+
+
+ {{if $event.item.author.xchan_name}}{{$event.item.author.xchan_name}}{{/if}} +
+ {{$event.html}} +
+ {{if $event.item.plink}}{{/if}} +
+
+
+
+{{/foreach}} diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index dc98d14b3..5083c5835 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -6,7 +6,7 @@