Update info comments in all plugins
This commit is contained in:
parent
00e142e4f7
commit
b7dc9f8867
19 changed files with 151 additions and 30 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
<p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/plugins/$plugin/?a=t">$action</a></p>
|
||||
<p>$info.description</p>
|
||||
<p>
|
||||
|
||||
{{ for $info.author as $a }}
|
||||
<a href="$a.link">$a.name</a>
|
||||
<p class="author">{{ if $a.link }}<a href="$a.link"><span class='icon remote-link'></span></a>{{ endif }}$a.name</p>
|
||||
{{ endfor }}
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
{{ if $readme }}
|
||||
|
|
|
@ -2550,6 +2550,7 @@ a.mail-list-link {
|
|||
float:left;
|
||||
margin-right: 1em;
|
||||
}
|
||||
#adminpage .author .icon { float: left;}
|
||||
|
||||
/**
|
||||
* ICONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue