git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
19 lines
727 B
Plaintext
19 lines
727 B
Plaintext
|
|
<form action="{$smarty.server.PHP_SELF}" method="POST">
|
|
<input type="hidden" name="action" value="addUserFromSource" />
|
|
<input type="hidden" name="source_id" value="{$source->getId()}" />
|
|
<fieldset>
|
|
<legend>{i18n}Create a new user{/i18n}</legend>
|
|
{foreach item=oWidget from=$fields}
|
|
{$oWidget->render()}
|
|
{/foreach}
|
|
<input type="hidden" name="dn" value="{$dn}" />
|
|
<input type="hidden" name="samaccountname" value="{$samaccountname}" />
|
|
<div class="form_actions">
|
|
<input type="submit" name="submit[create]" value="{i18n}Create user{/i18n}" />
|
|
<input type="submit" name="kt_cancel[]" value="{i18n}Cancel{/i18n}" />
|
|
</div>
|
|
</fieldset>
|
|
</form>
|
|
|