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}