From 36717e5f32a154582a2069ebc60e4fa256bb9f90 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 22 Dec 2015 19:53:00 -0800 Subject: start on refactor of plugin/theme/widget info block parsing --- view/tpl/admin_plugins_details.tpl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'view') diff --git a/view/tpl/admin_plugins_details.tpl b/view/tpl/admin_plugins_details.tpl index bdcc82c08..6225ae7bf 100755 --- a/view/tpl/admin_plugins_details.tpl +++ b/view/tpl/admin_plugins_details.tpl @@ -4,17 +4,18 @@

{{$info.name}} - {{$info.version}} : {{$action}}

{{$info.description}}

-

{{$str_author}} {{foreach $info.author as $a}} - {{if $a.link}}{{$a.name}}{{else}}{{$a.name}}{{/if}}, - {{/foreach}} +

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

+ {{/foreach}} + -

{{$str_maintainer}} {{foreach $info.maintainer as $a}} - {{if $a.link}}{{$a.name}}{{else}}{{$a.name}}{{/if}}, - {{/foreach}} +

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

+ {{/foreach}} {{if $screenshot}} {{$screenshot.1}} -- cgit v1.2.3