| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_apps/dialogo/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header.tpl"}
<div class="row">
<div class="col-md-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>{$horizontal_menu->title} ({$horizontal_menu->alias})</h5>
</div>
<div class="ibox-content">
<form action="{U}horizontal_menus/plugins-post" method="post" name="horizontal_menus_plugins">
<a href="{U}horizontal_menus/list" class="btn btn-info"><i class="fa fa-arrow-left"></i> {$_L['Back']}</a>
<button type="submit" name="{$_L['Send']}" class="btn btn-success"><i class="fa fa-save"></i> {$_L['Click to Save']}</button>
<input type="hidden" name="id_horizontal_menu" value="{$horizontal_menu->id}">
<br>
<br>
<table class="table table-striped table-bordered">
<th>Plugins</th>
<th class="text-center">Menu {$horizontal_menu->title}</th>
{assign var=related_plugins value=json_decode($horizontal_menu->related_plugins, true)}
{foreach $plugins as $pl}
<tr>
<td>{$pl['pname']} ({$pl['shortname']})</td>
<td class="text-center">
<div class="i-checks">
<input type="checkbox" name="id_plugin[]" value="{$pl['id']}" class="ib_checkbox"
{if isset($related_plugins[0]) && is_array($related_plugins[0]) && in_array($pl['id'], $related_plugins[0])}checked="checked"{/if}>
</div>
</td>
</tr>
{/foreach}
</table>
</form>
</div>
</div>
</div>
</div>
{include file="sections/footer.tpl"}