This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/templates/ktcore/authentication/viewsource.smarty

21 lines
654 B
Plaintext

<fieldset><legend>{i18n}Standard configuration{/i18n}</legend>
<dl>
<dt>{i18n}Name{/i18n}</dt>
<dd>{$source->getName()}</dd>
</dl>
<dl>
<dt>{i18n}Provider{/i18n}</dt>
<dd>{$provider->getName()}</dd>
</dl>
<a href="{addQS}action=editsource&source_id={$source->getId()}{/addQS}">{i18n}Edit standard configuration{/i18n}</a>
</fieldset>
{assign var=provider_stuff value=$provider->showSource($source)}
{if $provider_stuff}
<fieldset><legend>{i18n}Provider configuration{/i18n}</legend>
{$provider_stuff}
<a href="{addQS}action=editsourceprovider&source_id={$source->getId()}{/addQS}">{i18n}Edit provider configuration{/i18n}</a>
</fieldset>
{/if}