From b7189dbcd114fb16f055aa6a5179ef79a611bebc Mon Sep 17 00:00:00 2001 From: nbm Date: Fri, 25 Nov 2005 20:20:09 +0000 Subject: [PATCH] Template for viewing an authentication source --- templates/ktcore/authentication/viewsource.smarty | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 0 deletions(-) create mode 100644 templates/ktcore/authentication/viewsource.smarty diff --git a/templates/ktcore/authentication/viewsource.smarty b/templates/ktcore/authentication/viewsource.smarty new file mode 100644 index 0000000..c018958 --- /dev/null +++ b/templates/ktcore/authentication/viewsource.smarty @@ -0,0 +1,20 @@ + +
Standard configuration +
+
Name
+
{$source->getName()}
+
+
+
Provider
+
{$provider->getName()}
+
+Edit standard configuration +
+ +{assign var=provider_stuff value=$provider->showSource($source)} +{if $provider_stuff} +
Provider configuration +{$provider_stuff} +Edit provider configuration +
+{/if} -- libgit2 0.21.4