aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-05 18:51:21 -0800
committerfriendica <info@friendica.com>2012-03-05 18:51:21 -0800
commit23460302f5e6b97a5e7b9d6038e77dc4c2d13033 (patch)
treeffc798cfc8571ac56a1944f32dd08aace690a058 /view
parent8473444242318582e437f84c5a4006643ccda50d (diff)
downloadvolse-hubzilla-23460302f5e6b97a5e7b9d6038e77dc4c2d13033.tar.gz
volse-hubzilla-23460302f5e6b97a5e7b9d6038e77dc4c2d13033.tar.bz2
volse-hubzilla-23460302f5e6b97a5e7b9d6038e77dc4c2d13033.zip
some admin page fixes and cleanup
Diffstat (limited to 'view')
-rwxr-xr-xview/admin_plugins_details.tpl9
-rwxr-xr-xview/admin_summary.tpl2
-rwxr-xr-xview/theme/darkzero/theme.php2
3 files changed, 10 insertions, 3 deletions
diff --git a/view/admin_plugins_details.tpl b/view/admin_plugins_details.tpl
index d7147b20b..ead356f5b 100755
--- a/view/admin_plugins_details.tpl
+++ b/view/admin_plugins_details.tpl
@@ -4,13 +4,18 @@
<p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t">$action</a></p>
<p>$info.description</p>
- <p class="author">
+ <p class="author">$str_author
{{ for $info.author as $a }}
{{ if $a.link }}<a href="$a.link">$a.name</a>{{ else }}$a.name{{ endif }},
{{ endfor }}
</p>
-
+ <p class="maintainer">$str_maintainer
+ {{ for $info.maintainer as $a }}
+ {{ if $a.link }}<a href="$a.link">$a.name</a>{{ else }}$a.name{{ endif }},
+ {{ endfor }}
+ </p>
+
{{ if $admin_form }}
<h3>$settings</h3>
<form method="post" action="$baseurl/admin/$function/$plugin/">
diff --git a/view/admin_summary.tpl b/view/admin_summary.tpl
index 59428986a..eed71fbe0 100755
--- a/view/admin_summary.tpl
+++ b/view/admin_summary.tpl
@@ -13,7 +13,7 @@
{{ for $accounts as $p }}
<dl>
<dt>$p.0</dt>
- <dd>$p.1</dd>
+ <dd>{{ if $p.1 }}$p.1{{ else }}0{{ endif }}</dd>
</dl>
{{ endfor }}
diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php
index 37632c4b5..839d862a1 100755
--- a/view/theme/darkzero/theme.php
+++ b/view/theme/darkzero/theme.php
@@ -4,6 +4,8 @@
* Name: Darkzero
* Version: 1.0
* Author: Fabio Communi <fabrix.xm@gmail.com>
+ * Maintainer: Fabio Communi <fabrix.xm@gmail.com>
+ * Maintainer: Mike Macgirvin <mike@macgirvin.com>
*/
$a->theme_info = array(