Commit faefa065f3c4fe673b90b0adbb4268d87cdd68ba

Authored by nbm
1 parent b7189dbc

Template for editing an LDAP authentication source


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4181 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktstandard/authentication/ldapeditsource.smarty 0 → 100644
  1 +<form action="{$smarty.server.PHP_SELF}">
  2 +<input type="hidden" name="action" value="performEditSourceProvider" />
  3 +<input type="hidden" name="source_id" value="{$source->getId()}" />
  4 +{foreach from=$fields item=oWidget}
  5 + {$oWidget->render()}
  6 +{/foreach}
  7 +<div class="form_actions ">
  8 + <input type="submit" name="submit" value="Save" />
  9 +</div>
  10 +</form>