]> git.mxchange.org Git - friendica.git/blobdiff - view/admin_plugins_details.tpl
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / admin_plugins_details.tpl
index cbaef2d66cd42e69df40ecb63c5adc72fae8ef75..931c7b83cf5c02c75d3f4e8890c11339f5cf37f2 100644 (file)
@@ -1,7 +1,7 @@
 <div id='adminpage'>
        <h1>$title - $page</h1>
        
-       <p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t">$action</a></p>
+       <p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t&amp;t=$form_security_token">$action</a></p>
        <p>$info.description</p>
        
        <p class="author">$str_author
@@ -17,7 +17,7 @@
        </p>
        
        {{ if $screenshot }}
-       <a href="$screenshot.0" ><img src="$screenshot.0" width="320" height="240" alt="$screenshot.1" /></a>
+       <a href="$screenshot.0" class='screenshot'><img src="$screenshot.0" alt="$screenshot.1" /></a>
        {{ endif }}
 
        {{ if $admin_form }}