AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.217.114
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/www/lrsys_apps/gasch/application/plugins/module_crm/views/business/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/gasch/application/plugins/module_crm/views/business/listBusiness.tpl
<div class="row">

    <div class="col-md-12">

        <div class="panel panel-default">

            <div class="panel-body">
                <a href="{$_url}module_crm/business/add" class="btn btn-success"><i class="fa fa-plus"></i> {$_L['CRM_Add_Business']}</a>
            </div>

            <div class="panel-body">

                <table class="table table-bordered table-hover sys_table footable"  data-filter="#foo_filter" data-page-size="50">
                    <thead>
                        <tr>
                            <th>#</th>
                            <th>{$_L['CRM_Business_Title']}</th>
                            <th>{$_L['CRM_Business_Phase']}</th>
                            <th>{$_L['Action']}</th>
                        </tr>
                    </thead>
                    <tbody>
                    {foreach $business as $b}
                        <tr>
                            <td>{$b->id}</td>
                            <td>{$b->business}</td>
                            <td>
                                {if ($b->business_phase == 'novo')}
                                    {$status = $_L['CRM_Business_Phase_New']}
                                    {$class = 'badge-primary'}
                                {elseif ($b->business_phase == 'qualificacao')}
                                    {$status = $_L['CRM_Business_Phase_Qualification']}
                                    {$class = 'badge-info'}
                                {elseif ($b->business_phase == 'proposta')}
                                    {$status = $_L['CRM_Business_Phase_Proposal']}
                                    {$class = 'badge-default'}
                                {elseif ($b->business_phase == 'fechamento')}
                                    {$status = $_L['CRM_Business_Phase_Closing']}
                                    {$class = 'badge-warning'}
                                {elseif ($b->business_phase == 'ganhou')}
                                    {$status = $_L['CRM_Business_Phase_Wins']}
                                    {$class = 'badge-success'}
                                {elseif ($b->business_phase == 'perdeu')}
                                    {$status = $_L['CRM_Business_Phase_Lost']}
                                    {$class = 'badge-danger'}
                                {/if}
                                <span class="badge {$class}">
                                    {$status}
                                </span>
                            </td>
                            <td class="project-actions col-xs-3">
                                <a href="{$_url}module_crm/business/edit/{$b->id}" class="btn btn-xs btn-warning"
                                   data-toggle="tooltip" title="{$_L['Edit']}">
                                    <i class="fa fa-pencil"></i> {$_L['Edit']}
                                </a>
                                <a href="#" onclick="ConfirmDelete({$b->id})" class="btn btn-xs btn-danger"
                                   id="c{$b->id}" data-toggle="tooltip" title="{$_L['Delete']}">
                                    <i class="fa fa-trash"></i> {$_L['Delete']}
                                </a>
                                <form action="{$_url}module_crm/business/delete" method="post" id="formdelete"></form>
                            </td>
                        </tr>
                    {/foreach}
                    </tbody>
                </table>

            </div>

        </div>

    </div>

</div>

{include file="{$dir}/views/bottom_bar.tpl"}

Anon7 - 2022
AnonSec Team