From 48cb3be68e851b30ad30d9c52471239c24c870bb Mon Sep 17 00:00:00 2001 From: nbm Date: Fri, 25 Nov 2005 10:01:10 +0000 Subject: [PATCH] Template for authentication management --- templates/ktcore/authentication/manage.smarty | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+), 0 deletions(-) create mode 100644 templates/ktcore/authentication/manage.smarty diff --git a/templates/ktcore/authentication/manage.smarty b/templates/ktcore/authentication/manage.smarty new file mode 100644 index 0000000..345712a --- /dev/null +++ b/templates/ktcore/authentication/manage.smarty @@ -0,0 +1,28 @@ +

Authentication Sources

+ +{if $providers} +
+
Add an authentication source + + +{foreach from=$fields item=oWidget} + {$oWidget->render()} +{/foreach} + +
+ +
+
+
+{/if} + +{if $aSources} +

Existing sources

+ + +{/if} + -- libgit2 0.21.4