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/addsource.smarty

14 lines
351 B
Plaintext

<form method="POST">
<fieldset><legend>{i18n}Add an authentication source{/i18n}</legend>
<input type="hidden" name="action" value="newsource" />
{foreach from=$fields item=oWidget}
{$oWidget->render()}
{/foreach}
<div class="form_actions ">
<input type="submit" name="submit" value="{i18n}Add a new source{/i18n}" />
</div>
</fieldset>
</form>