diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-14 15:08:03 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-14 15:08:03 +0200 |
commit | b7dc9f8867e783a0db109cce4cb0db90500129eb (patch) | |
tree | a772d2fa8ba8712d0d6005ff5723cb031004bda0 /view | |
parent | 00e142e4f753005a8b4003585c6a88548f006315 (diff) | |
download | volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.tar.gz volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.tar.bz2 volse-hubzilla-b7dc9f8867e783a0db109cce4cb0db90500129eb.zip |
Update info comments in all plugins
Diffstat (limited to 'view')
-rw-r--r-- | view/admin_plugins_details.tpl | 6 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/view/admin_plugins_details.tpl b/view/admin_plugins_details.tpl index acb3d2862..85ee8dfb4 100644 --- a/view/admin_plugins_details.tpl +++ b/view/admin_plugins_details.tpl @@ -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 }} diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c2fb9700c..78e02681a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2550,6 +2550,7 @@ a.mail-list-link { float:left; margin-right: 1em; } +#adminpage .author .icon { float: left;} /** * ICONS |