{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}

{$layout.pagetitle}

{trans("Section:")}
{trans("Name:")}
{if ConfigHelper::checkPrivilege('superuser')} {/if}
{trans("Value:")}
{trans("Comment:")}
{trans("Status:")}
{trans("Type:")}
{trans("Documentation:")}
{$config.documentation}
{button type="submit" onclick="document.config.submit();" icon="save" label="Submit"} {button id="delete-config" href="?m=configdel&id={$config.id}&globalconf=1" icon="delete" label="Delete"} {button type="link-button" href="?m=configlist" icon="cancel" label="Cancel"}
{include file="config/configusers.html"} {/block}