Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15414 | Rev 16821 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15414 Rev 15620
Línea 47... Línea 47...
47
//$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css'));
47
//$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css'));
Línea 48... Línea 48...
48
 
48
 
49
//$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.js'));
49
//$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.js'));
Línea 50... Línea -...
50
//$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datetimepicker/js/bootstrap-datetimepicker.js'));
-
 
51
 
-
 
52
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datepicker/css/bootstrap-datepicker.min.css'));
50
//$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datetimepicker/js/bootstrap-datetimepicker.js'));
-
 
51
 
53
 
52
$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.js'));
54
$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.js'));
53
 
-
 
54
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datepicker/js/bootstrap-datepicker.js'));
-
 
55
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datepicker/js/bootstrap-datepicker.es.js'));
-
 
56
 
Línea 55... Línea 57...
55
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datepicker/js/bootstrap-datepicker.js'));
57
 
Línea 56... Línea 58...
56
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datepicker/js/bootstrap-datepicker.min.js'));
58
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datepicker/css/bootstrap-datepicker.css'));
57
 
59
 
Línea 594... Línea 596...
594
    </div><!-- /.container-fluid -->
596
    </div><!-- /.container-fluid -->
595
</section>
597
</section>
Línea 596... Línea 598...
596
 
598
 
597
<section class="content">
599
<section class="content">
598
    <div class="container-fluid">
600
    <div class="container-fluid">
599
 		<form name="form-filter" id="form-filter">
601
        <form name="form-filter" id="form-filter">
600
        	<table class="table">	 
602
            <table class="table">
601
        		<thead>
603
                <thead>
602
            		<tr>
604
                    <tr>
603
            			<th>LABEL_STATUS</th>
605
                        <th>LABEL_STATUS</th>
604
            			<th>LABEL_PRIVATE_NETWORKS</th>
606
                        <th>LABEL_PRIVATE_NETWORKS</th>
605
            		</tr>
607
                    </tr>
606
        		</thead>
608
                </thead>
607
        		<tbody>
609
                <tbody>
608
        			<tr>
610
                    <tr>
609
        				<td>
611
                        <td>
610
            				<select id="status" name="status" class="form-control">
612
                            <select id="status" name="status" class="form-control">
611
                                <option value="">LABEL_ALL</option>
613
                                <option value="">LABEL_ALL</option>
612
                                <option value="<?php echo Company::STATUS_PENDING ?>">LABEL_PENDING</option>
614
                                <option value="<?php echo Company::STATUS_PENDING ?>">LABEL_PENDING</option>
613
                                <option value="<?php echo Company::STATUS_ACTIVE ?>">LABEL_ACTIVE</option>
615
                                <option value="<?php echo Company::STATUS_ACTIVE ?>">LABEL_ACTIVE</option>
614
                                <option value="<?php echo Company::STATUS_INACTIVE ?>">LABEL_INACTIVE</option>
616
                                <option value="<?php echo Company::STATUS_INACTIVE ?>">LABEL_INACTIVE</option>
615
                                <option value="<?php echo Company::STATUS_DELETED ?>">LABEL_DELETED</option>
617
                                <option value="<?php echo Company::STATUS_DELETED ?>">LABEL_DELETED</option>
616
                                <option value="<?php echo Company::STATUS_REJECTED ?>">LABEL_REJECTED</option>
618
                                <option value="<?php echo Company::STATUS_REJECTED ?>">LABEL_REJECTED</option>
617
                            </select>
619
                            </select>
618
        				</td>
620
                        </td>
619
        				<td>
621
                        <td>
620
        					<select id="network_id" name="network_id" class="form-control">
622
                            <select id="network_id" name="network_id" class="form-control">
621
                                <option value="">LABEL_ALL</option>
623
                                <option value="">LABEL_ALL</option>
622
                                <?php foreach ($networks as $value => $label) : ?>
624
                                <?php foreach ($networks as $value => $label) : ?>
623
                                <option value="<?php echo $value ?>"><?php echo $label ?></option>
625
                                    <option value="<?php echo $value ?>"><?php echo $label ?></option>
624
                               <?php endforeach;?>
626
                                <?php endforeach; ?>
625
                            </select>
627
                            </select>
626
        				</td>
628
                        </td>
627
        			</tr>
629
                    </tr>
628
        		</tbody>
630
                </tbody>
629
   
631
 
630
			</table>
632
            </table>
631
		</form>
633
        </form>
632
        <div class="row">
634
        <div class="row">
633
            <div class="col-12">
635
            <div class="col-12">
634
                <div class="card">
636
                <div class="card">
635
                    <div class="card-body">
637
                    <div class="card-body">