{** * systemConfig.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form to edit system configuration. * * $Id$ *} {strip} {assign var="pageTitle" value="admin.systemConfiguration"} {include file="common/header.tpl"} {/strip}

{translate key="admin.editSystemConfigInstructions"}

{foreach from=$configData key=sectionName item=sectionData}

{$sectionName|escape}

{if !empty($sectionData)}{* Empty tables cause validation problems *} {foreach from=$sectionData key=settingName item=settingValue} {/foreach}
{$settingName|escape}
{/if}{* !empty($sectionData) *}

{/foreach}

{include file="common/footer.tpl"}