1
0
Fork 0

show experimental and unsupported theme status on theme admin page

This commit is contained in:
friendica 2012-02-26 04:17:02 -08:00
commit 5f7858a688
11 changed files with 14 additions and 3 deletions

View file

@ -6,6 +6,8 @@
<li class='plugin $p.1'>
<a class='toggleplugin' href='$baseurl/admin/$function/$p.0?a=t' title="{{if $p.1==on }}Disable{{ else }}Enable{{ endif }}" ><span class='icon $p.1'></span></a>
<a href='$baseurl/admin/$function/$p.0'><span class='name'>$p.2.name</span></a> - <span class="version">$p.2.version</span>
{{ if $p.2.experimental }} $experimental {{ endif }}{{ if $p.2.unsupported }} $unsupported {{ endif }}
<div class='desc'>$p.2.description</div>
</li>
{{ endfor }}

View file

View file

View file

View file

View file

View file

View file

View file