diff options
author | Friendika <info@friendika.com> | 2011-06-18 00:17:36 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-18 00:17:36 -0700 |
commit | cf9f23fb74380e168870e4253458511fcee36ce8 (patch) | |
tree | 6975ba8e46c4fcfc1b74b5ed41324e1b1bd76029 /view/admin_plugins_details.tpl | |
parent | 9e2db5d5a614b5dedcd63cdc966c1382a1dfcd7a (diff) | |
parent | 4b633d54bb8d868d39039bdf76a2bd97bd1820c9 (diff) | |
download | volse-hubzilla-cf9f23fb74380e168870e4253458511fcee36ce8.tar.gz volse-hubzilla-cf9f23fb74380e168870e4253458511fcee36ce8.tar.bz2 volse-hubzilla-cf9f23fb74380e168870e4253458511fcee36ce8.zip |
Merge pull request #118 from fabrixxm/admin
Admin work
Diffstat (limited to 'view/admin_plugins_details.tpl')
-rw-r--r-- | view/admin_plugins_details.tpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/admin_plugins_details.tpl b/view/admin_plugins_details.tpl index e2c611b23..f3c0685f5 100644 --- a/view/admin_plugins_details.tpl +++ b/view/admin_plugins_details.tpl @@ -10,7 +10,13 @@ {{ endfor }} </p> - + + {{ if $admin_form }} + <h3>$settings</h3> + <form method="post" action="$baseurl/admin/plugins/$plugin/"> + $admin_form + </form> + {{ endif }} {{ if $readme }} <h3>Readme</h3> |