diff --git a/templates/ktstandard/authentication/ldapaddgroup.smarty b/templates/ktstandard/authentication/ldapaddgroup.smarty new file mode 100644 index 0000000..a513f20 --- /dev/null +++ b/templates/ktstandard/authentication/ldapaddgroup.smarty @@ -0,0 +1,17 @@ + +
+ + +
+ {i18n}Create a new group{/i18n} + {foreach item=oWidget from=$fields} + {$oWidget->render()} + {/foreach} + + +
+
+ diff --git a/templates/ktstandard/authentication/ldapsearchgroup.smarty b/templates/ktstandard/authentication/ldapsearchgroup.smarty new file mode 100644 index 0000000..e250c1b --- /dev/null +++ b/templates/ktstandard/authentication/ldapsearchgroup.smarty @@ -0,0 +1,50 @@ +
+

{i18n}Since there may be many groups in the +system, please provider a few letters from the groups's name to +begin.{/i18n}

+ + + +
Search for group +{foreach from=$fields item=oWidget} + {$oWidget->render()} +{/foreach} +
+ +
+
+
+ +{if !$search_results} +
+ +

{i18n}No search specified, or no results for your search. Please choose some criteria from the list above to find groups.{/i18n}

+
+{else} +
+ + + + + + + + + + + + {foreach item=potential_group from=$search_results} + + + + + {/foreach} + + +
{i18n}Group Name{/i18n}{i18n}Distinguished Name (LDAP DN){/i18n}
{$potential_group.cn}{$potential_group.dn}
+ +
+{/if}