{** * templates/admin/auth/sources.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display list of authentication sources in site administration. * *} {strip} {assign var="pageTitle" value="admin.authSources"} {include file="common/header.tpl"} {/strip}
{iterate from=sources item=auth} {/iterate} {if $sources->wasEmpty()} {else} {/if}
 
{translate key="common.default"} {translate key="common.title"} {translate key="common.plugin"} {translate key="common.action"}
 
getDefault()} checked="checked"{assign var="defaultAuthId" value=$auth->getAuthId()}{/if} /> {$auth->getPlugin()} getAuthId()}" class="action">{translate key="common.edit"} | getAuthId()}" onclick="return confirm('{translate|escape:"jsparam" key="admin.auth.confirmDelete"}')">{translate key="common.delete"}
 
{translate key="admin.auth.noneCreated"}
 
{page_info iterator=$sources} {page_links anchor="sources" name="sources" iterator=$sources}
{translate key="admin.auth.defaultSourceDescription"}

{translate key="admin.auth.create"}

{translate key="common.plugin"}:
{include file="common/footer.tpl"}