Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/public_html/manager/templates/default/context/ |
<form id="context_data" action="{$_config.connectors_url}context/index.php" onsubmit="return false;"> <input type="hidden" class="hidden" id="id" name="id" value="{$context->key}" /> <div class="padding"> <h2>{$_lang.context}: {$context->key}</h2> <p>{$context->description}</p> <h3>{$_lang.context_settings}</h3> <table class="classy"> <thead> <tr> <th style="width: 10em;">{$_lang.context_key}</th> <td>{$_lang.value}</td> </tr> </thead> <tbody> {foreach from=$context->modContextSetting item=setting} <tr> <th>{$setting->key}</th> <td> <small>{$setting->value}</small> </td> </tr> {/foreach} </tbody> </table> </div> </div> <script type="text/javascript" src="assets/modext/sections/context/view.js"></script>