From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/theme/redbasic/tpl/admin_plugins_details.tpl | 58 +++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 view/theme/redbasic/tpl/admin_plugins_details.tpl (limited to 'view/theme/redbasic/tpl/admin_plugins_details.tpl') diff --git a/view/theme/redbasic/tpl/admin_plugins_details.tpl b/view/theme/redbasic/tpl/admin_plugins_details.tpl new file mode 100755 index 000000000..309fc9569 --- /dev/null +++ b/view/theme/redbasic/tpl/admin_plugins_details.tpl @@ -0,0 +1,58 @@ +
+

{{$title}} - {{$page}}

+ +

{{if ! $info.disabled}}{{else}}{{/if}} {{$info.name}} - {{$info.version}}{{if ! $info.disabled}} : {{$action}}{{/if}}

+ + {{if $info.disabled}} +

{{$disabled}}

+ {{/if}} + +

{{$info.description}}

+ + {{foreach $info.author as $a}} +

{{$str_author}} + {{$a.name}}{{if $a.link}} {{$a.link}}{{/if}} +

+ {{/foreach}} + + {{if $info.minversion}} +

{{$str_minversion}}{{$info.minversion}}

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

{{$str_maxversion}}{{$info.maxversion}}

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

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

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

{{$str_serverroles}}{{$info.serverroles}}

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

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

+ {{/if}} + + + {{foreach $info.maintainer as $a}} +

{{$str_maintainer}} + {{$a.name}}{{if $a.link}} {{$a.link}}{{/if}} +

+ {{/foreach}} + + {{if $screenshot}} + {{$screenshot.1}} + {{/if}} + + {{if $admin_form}} +

{{$settings}}

+
+ {{$admin_form}} +
+ {{/if}} + + {{if $readme}} +

Readme

+
+ {{$readme}} +
+ {{/if}} +
-- cgit v1.2.3