git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
<h2>{i18n}Authentication Sources{/i18n}</h2>
|
|
|
|
<form method="POST">
|
|
<fieldset><legend>{i18n}Edit an authentication source{/i18n}</legend>
|
|
<input type="hidden" name="action" value="savesource" />
|
|
|
|
{foreach from=$fields item=oWidget}
|
|
{$oWidget->render()}
|
|
{/foreach}
|
|
|
|
<div class="form_actions ">
|
|
<input type="submit" name="submit" value="{i18n}Save{/i18n}" />
|
|
</div>
|
|
</fieldset>
|
|
</form>
|