aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_plugins_addrepo.tpl
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-05-01 21:20:49 -0400
committerAndrew Manning <tamanning@zoho.com>2016-05-01 21:20:49 -0400
commit95b96692130e0a949375e133c1aa879efd0cfb2e (patch)
treec3845afd18db5be261f8881e3d9889aedbfebf7a /view/tpl/admin_plugins_addrepo.tpl
parent7fac859fbd40303741a9f862f78561739b8ce358 (diff)
downloadvolse-hubzilla-95b96692130e0a949375e133c1aa879efd0cfb2e.tar.gz
volse-hubzilla-95b96692130e0a949375e133c1aa879efd0cfb2e.tar.bz2
volse-hubzilla-95b96692130e0a949375e133c1aa879efd0cfb2e.zip
Create form on admin/plugins page to add plugin git repo using PHPGit
Diffstat (limited to 'view/tpl/admin_plugins_addrepo.tpl')
-rw-r--r--view/tpl/admin_plugins_addrepo.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/admin_plugins_addrepo.tpl b/view/tpl/admin_plugins_addrepo.tpl
new file mode 100644
index 000000000..f6264f879
--- /dev/null
+++ b/view/tpl/admin_plugins_addrepo.tpl
@@ -0,0 +1,8 @@
+<form id="add-plugin-repo-form" action="{{$post}}" method="post" >
+
+ <p class="descriptive-text">{{$desc}}</p>
+ {{include file="field_input.tpl" field=$repoURL}}
+ <div class="btn-group pull-right">
+ <button id="add-plugin-repo-submit" class="btn btn-primary" type="submit" name="submit">{{$submit}}</button>
+ </div>
+</form>