{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 type="link-button" href="?m=configlist" icon="cancel" label="Cancel"}

{/block}