From 95b96692130e0a949375e133c1aa879efd0cfb2e Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sun, 1 May 2016 21:20:49 -0400 Subject: Create form on admin/plugins page to add plugin git repo using PHPGit --- view/tpl/admin_plugins.tpl | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'view/tpl/admin_plugins.tpl') diff --git a/view/tpl/admin_plugins.tpl b/view/tpl/admin_plugins.tpl index 4b91f9e46..1493d13a4 100755 --- a/view/tpl/admin_plugins.tpl +++ b/view/tpl/admin_plugins.tpl @@ -1,6 +1,16 @@ -
-

{{$title}} - {{$page}}

- +
+
+
+ +
+

{{$title}} - {{$page}}

+
+
+ +
+
    {{foreach $plugins as $p}}
  • @@ -16,4 +26,5 @@
  • {{/foreach}}
-
+
+
\ No newline at end of file -- cgit v1.2.3