From 9619d02be988a5af7746fa5524b17e645f99d40d Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Tue, 3 May 2016 06:30:46 -0400 Subject: AJAX and spinner for add repo form submission. Repo info will be displayed below the form. --- view/tpl/admin_plugins.tpl | 26 +++++++++++++++++++++++++- view/tpl/admin_plugins_addrepo.tpl | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/admin_plugins.tpl b/view/tpl/admin_plugins.tpl index 3747a59f9..e10cde81d 100755 --- a/view/tpl/admin_plugins.tpl +++ b/view/tpl/admin_plugins.tpl @@ -10,6 +10,11 @@ {{$form}}
+
+
+
+
+
{{foreach $plugins as $p}}
@@ -28,4 +33,23 @@ {{/foreach}}
-
\ No newline at end of file + + + \ No newline at end of file diff --git a/view/tpl/admin_plugins_addrepo.tpl b/view/tpl/admin_plugins_addrepo.tpl index f6264f879..fe5fecc25 100644 --- a/view/tpl/admin_plugins_addrepo.tpl +++ b/view/tpl/admin_plugins_addrepo.tpl @@ -3,6 +3,6 @@

{{$desc}}

{{include file="field_input.tpl" field=$repoURL}}
- +
-- cgit v1.2.3