{** * systemConfig.tpl * * Copyright (c) 2000-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form to edit system configuration. * * $Id: systemConfig.tpl,v 1.6 2008/04/04 17:06:53 asmecher Exp $ *} {assign var="pageTitle" value="admin.systemConfiguration"} {include file="common/header.tpl"}

{translate key="admin.editSystemConfigInstructions"}

{foreach from=$configData key=trackName item=trackData}

{$trackName|escape}

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

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