]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin_plugins.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / templates / admin_plugins.tpl
index 307814e87595caa07982b978c6c50773a5990857..75565dd2edc71797e00a3eb08edaf3ea35b3d917 100644 (file)
@@ -1,11 +1,12 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <div id='adminpage'>
        <h1>{{$title}} - {{$page}}</h1>
-       
+               {{if $pcount eq 0}}
+                   <div class="error-message">
+                   {{$noplugshint}}
+                   </div>
+               {{else}}
+               <a class="btn" href="{{$baseurl}}/admin/{{$function}}?a=r&amp;t={{$form_security_token}}">{{$reload}}</a>
                <ul id='pluginslist'>
                {{foreach $plugins as $p}}
                        <li class='plugin {{$p.1}}'>
@@ -17,4 +18,5 @@
                        </li>
                {{/foreach}}
                </ul>
+               {{/if}}
 </div>