{** * systemConfigUpdated.tpl * * Copyright (c) 2000-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display confirmation of successful configuration update. * If necessary, will display new config file contents if config file could not be written. * * $Id: systemConfigUpdated.tpl,v 1.4 2008/04/04 17:06:53 asmecher Exp $ *} {assign var="pageTitle" value="admin.systemConfiguration"} {assign var="currentUrl" value="{url op="editSystemConfig"}" {include file="common/header.tpl"}
{if $writeConfigFailed}

{translate key="admin.overwriteConfigFileInstructions"}

{elseif $displayConfigContents}

{translate key="admin.displayConfigFileInstructions"}

{else}

{translate key="admin.configFileUpdatedInstructions"}

{/if} {if $writeConfigFailed || $displayConfigContents}

{translate key="admin.contentsOfConfigFile"}


{/if} {translate key="admin.systemInformation"} {include file="common/footer.tpl"}