From faefa065f3c4fe673b90b0adbb4268d87cdd68ba Mon Sep 17 00:00:00 2001 From: nbm Date: Fri, 25 Nov 2005 20:20:40 +0000 Subject: [PATCH] Template for editing an LDAP authentication source --- templates/ktstandard/authentication/ldapeditsource.smarty | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) create mode 100644 templates/ktstandard/authentication/ldapeditsource.smarty diff --git a/templates/ktstandard/authentication/ldapeditsource.smarty b/templates/ktstandard/authentication/ldapeditsource.smarty new file mode 100644 index 0000000..975659c --- /dev/null +++ b/templates/ktstandard/authentication/ldapeditsource.smarty @@ -0,0 +1,10 @@ +
+ + +{foreach from=$fields item=oWidget} + {$oWidget->render()} +{/foreach} +
+ +
+
-- libgit2 0.21.4