]> git.mxchange.org Git - friendica.git/blobdiff - view/admin_plugins_details.tpl
diabook-themes: move "common tabs" to left side on settings page
[friendica.git] / view / admin_plugins_details.tpl
index d7147b20b9daef1c2a1d96dc8e1585a34be00080..cbaef2d66cd42e69df40ecb63c5adc72fae8ef75 100755 (executable)
@@ -4,12 +4,21 @@
        <p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t">$action</a></p>
        <p>$info.description</p>
        
-       <p class="author">
+       <p class="author">$str_author
        {{ for $info.author as $a }}
                {{ if $a.link }}<a href="$a.link">$a.name</a>{{ else }}$a.name{{ endif }},
        {{ endfor }}
        </p>
+
+       <p class="maintainer">$str_maintainer
+       {{ for $info.maintainer as $a }}
+               {{ if $a.link }}<a href="$a.link">$a.name</a>{{ else }}$a.name{{ endif }},
+       {{ endfor }}
+       </p>
        
+       {{ if $screenshot }}
+       <a href="$screenshot.0" ><img src="$screenshot.0" width="320" height="240" alt="$screenshot.1" /></a>
+       {{ endif }}
 
        {{ if $admin_form }}
        <h3>$settings</h3>