Try fix bugs on paliers config wallet table v2

This commit is contained in:
Djery-Tom 2022-04-15 08:47:21 +01:00
parent 9dcf58a9a1
commit 1066bceea9
21 changed files with 136 additions and 139 deletions

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<?php <?php

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<?php <?php

View File

@ -1,13 +1,11 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css') ?>"> href="<?= base_url('bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/bootstrap-daterangepicker/daterangepicker.css') ?>"> <link rel="stylesheet" href="<?= base_url('bower_components/bootstrap-daterangepicker/daterangepicker.css') ?>">
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?= base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?= base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans"> <!--<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php
@ -24,7 +22,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<section class="content-header"> <section class="content-header">
<h1> <h1>
<?php echo $this->lang->line('config_agent').' - '.$this->lang->line('config_ilink_agent_send_cash_canal'); ?> <?= $this->lang->line('config_agent').' - '.$this->lang->line('config_ilink_agent_send_cash_canal'); ?>
</h1> </h1>
<?php <?php
@ -36,7 +34,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class='alert alert-danger alert-dismissible col-xs-6'> <div class='alert alert-danger alert-dismissible col-xs-6'>
<button type='button' class='close' data-dismiss='alert' aria-hidden='true'>×</button> <button type='button' class='close' data-dismiss='alert' aria-hidden='true'>×</button>
<h4><i class='icon fa fa-ban'></i> Erreur!</h4> <h4><i class='icon fa fa-ban'></i> Erreur!</h4>
<?php echo $message; ?> <?= $message; ?>
</div> </div>
<?php <?php
@ -45,7 +43,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="alert alert-success alert-dismissible col-xs-6"> <div class="alert alert-success alert-dismissible col-xs-6">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<h4><i class="icon fa fa-check"></i> Success!</h4> <h4><i class="icon fa fa-check"></i> Success!</h4>
<?php echo $message; ?> <?= $message; ?>
</div> </div>
<?php <?php
@ -60,7 +58,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="col-lg-12"> <div class="col-lg-12">
<div class="margin"> <div class="margin">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#modal-update" <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#modal-update"
style="width: 100%"><?php echo $this->lang->line('Modifier la configuration') ?></button> style="width: 100%"><?= $this->lang->line('Modifier la configuration') ?></button>
</div> </div>
</div> </div>
</div> </div>
@ -69,8 +67,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="col-lg-2 col-lg-offset-3 col-xs-6"> <div class="col-lg-2 col-lg-offset-3 col-xs-6">
<div class="small-box bg-yellow-active"> <div class="small-box bg-yellow-active">
<div class="inner"> <div class="inner">
<h3><?php echo $taux_ag_s_c; ?><sup style="font-size: 20px">%</sup></h3> <h3><?= $taux_ag_s_c; ?><sup style="font-size: 20px">%</sup></h3>
<p><?php echo $this->lang->line('rate_com_agent_send_cash') ?></p> <p><?= $this->lang->line('rate_com_agent_send_cash') ?></p>
</div> </div>
<div class="icon"> <div class="icon">
<i class="ion ion-android-arrow-up"></i> <i class="ion ion-android-arrow-up"></i>
@ -81,8 +79,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="col-lg-2 col-xs-5"> <div class="col-lg-2 col-xs-5">
<div class="small-box bg-yellow-active"> <div class="small-box bg-yellow-active">
<div class="inner"> <div class="inner">
<h3><?php echo $taux_sup_s_c; ?><sup style="font-size: 20px">%</sup></h3> <h3><?= $taux_sup_s_c; ?><sup style="font-size: 20px">%</sup></h3>
<p><?php echo $this->lang->line('rate_com_sup_send_cash') ?> </p> <p><?= $this->lang->line('rate_com_sup_send_cash') ?> </p>
</div> </div>
<div class="icon"> <div class="icon">
<i class="ion ion-android-arrow-up"></i> <i class="ion ion-android-arrow-up"></i>
@ -94,8 +92,8 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="col-lg-2 col-xs-6"> <div class="col-lg-2 col-xs-6">
<div class="small-box bg-yellow-active"> <div class="small-box bg-yellow-active">
<div class="inner"> <div class="inner">
<h3><?php echo $taux_hyp_s_c; ?><sup style="font-size: 20px">%</sup></h3> <h3><?= $taux_hyp_s_c; ?><sup style="font-size: 20px">%</sup></h3>
<p><?php echo $this->lang->line('rate_com_hyp_send_cash') ?> </p> <p><?= $this->lang->line('rate_com_hyp_send_cash') ?> </p>
</div> </div>
<div class="icon"> <div class="icon">
<i class="ion ion-android-arrow-up"></i> <i class="ion ion-android-arrow-up"></i>
@ -110,7 +108,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="col-lg-6 col-xs-12"> <div class="col-lg-6 col-xs-12">
<div class="box"> <div class="box">
<div class="box-header"> <div class="box-header">
<h3 class="box-title"><?php echo $this->lang->line('rate_com_agent_depot_wallet_international'); ?></h3> <h3 class="box-title"><?= $this->lang->line('rate_com_agent_depot_wallet_international'); ?></h3>
</div> </div>
<!-- /.box-header --> <!-- /.box-header -->
<div class="box-body table-responsive" style="overflow-x:auto;"> <div class="box-body table-responsive" style="overflow-x:auto;">
@ -141,7 +139,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
</div> </div>
<div class="box"> <div class="box">
<div class="box-header"> <div class="box-header">
<h3 class="box-title"><?php echo $this->lang->line('rate_com_agent_depot_wallet_national'); ?></h3> <h3 class="box-title"><?= $this->lang->line('rate_com_agent_depot_wallet_national'); ?></h3>
</div> </div>
<!-- /.box-header --> <!-- /.box-header -->
<div class="box-body table-responsive" style="overflow-x:auto;"> <div class="box-body table-responsive" style="overflow-x:auto;">
@ -174,7 +172,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="col-lg-6 col-xs-12"> <div class="col-lg-6 col-xs-12">
<div class="box"> <div class="box">
<div class="box-header"> <div class="box-header">
<h3 class="box-title"><?php echo $this->lang->line('rate_com_agent_depot_autre_wallet_international'); ?></h3> <h3 class="box-title"><?= $this->lang->line('rate_com_agent_depot_autre_wallet_international'); ?></h3>
</div> </div>
<!-- /.box-header --> <!-- /.box-header -->
<div class="box-body table-responsive" style="overflow-x:auto;"> <div class="box-body table-responsive" style="overflow-x:auto;">
@ -205,7 +203,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
</div> </div>
<div class="box"> <div class="box">
<div class="box-header"> <div class="box-header">
<h3 class="box-title"><?php echo $this->lang->line('rate_com_agent_depot_autre_wallet_national'); ?></h3> <h3 class="box-title"><?= $this->lang->line('rate_com_agent_depot_autre_wallet_national'); ?></h3>
</div> </div>
<!-- /.box-header --> <!-- /.box-header -->
<div class="box-body table-responsive" style="overflow-x:auto;"> <div class="box-body table-responsive" style="overflow-x:auto;">
@ -240,7 +238,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="col-lg-4 col-lg-offset-4 col-xs-12"> <div class="col-lg-4 col-lg-offset-4 col-xs-12">
<div class="box"> <div class="box">
<div class="box-header"> <div class="box-header">
<h3 class="box-title"><?php echo $this->lang->line('rate_com_agent_cash_cash_international'); ?></h3> <h3 class="box-title"><?= $this->lang->line('rate_com_agent_cash_cash_international'); ?></h3>
</div> </div>
<!-- /.box-header --> <!-- /.box-header -->
<div class="box-body table-responsive" style="overflow-x:auto;"> <div class="box-body table-responsive" style="overflow-x:auto;">
@ -271,7 +269,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
</div> </div>
<div class="box"> <div class="box">
<div class="box-header"> <div class="box-header">
<h3 class="box-title"><?php echo $this->lang->line('rate_com_agent_cash_cash_national'); ?></h3> <h3 class="box-title"><?= $this->lang->line('rate_com_agent_cash_cash_national'); ?></h3>
</div> </div>
<!-- /.box-header --> <!-- /.box-header -->
<div class="box-body table-responsive" style="overflow-x:auto;"> <div class="box-body table-responsive" style="overflow-x:auto;">
@ -310,7 +308,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span> <span aria-hidden="true">&times;</span>
</button> </button>
<h3 class="modal-title"><?php echo $this->lang->line('Configuration du wallet'); ?></h3> <h3 class="modal-title"><?= $this->lang->line('Configuration du wallet'); ?></h3>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<form id="walletForm"> <form id="walletForm">
@ -318,19 +316,19 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="col-lg-4"> <div class="col-lg-4">
<div class="form-group"> <div class="form-group">
<label for="taux_ag_s_c" <label for="taux_ag_s_c"
class="col-form-label"><?php echo $this->lang->line('rate_com_agent_send_cash') . ' (%)'; ?></label> class="col-form-label"><?= $this->lang->line('rate_com_agent_send_cash') . ' (%)'; ?></label>
<input type="number" min="0" step=".01" required class="form-control" <input type="number" min="0" step=".01" required class="form-control"
id="taux_ag_s_c" name="taux_ag_s_c" value="<?= $taux_ag_s_c ?>"> id="taux_ag_s_c" name="taux_ag_s_c" value="<?= $taux_ag_s_c ?>">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="taux_sup_s_c" <label for="taux_sup_s_c"
class="col-form-label"><?php echo $this->lang->line('rate_com_sup_send_cash') . ' (%)'; ?></label> class="col-form-label"><?= $this->lang->line('rate_com_sup_send_cash') . ' (%)'; ?></label>
<input type="number" min="0" step=".01" required class="form-control" <input type="number" min="0" step=".01" required class="form-control"
name="taux_sup_s_c" id="taux_sup_s_c" value="<?= $taux_sup_s_c ?>"> name="taux_sup_s_c" id="taux_sup_s_c" value="<?= $taux_sup_s_c ?>">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="taux_hyp_s_c" <label for="taux_hyp_s_c"
class="col-form-label"><?php echo $this->lang->line('rate_com_hyp_send_cash') . ' (%)'; ?></label> class="col-form-label"><?= $this->lang->line('rate_com_hyp_send_cash') . ' (%)'; ?></label>
<input type="number" min="0" step=".01" required class="form-control" <input type="number" min="0" step=".01" required class="form-control"
name="taux_hyp_s_c" id="taux_hyp_s_c" value="<?= $taux_hyp_s_c ?>"> name="taux_hyp_s_c" id="taux_hyp_s_c" value="<?= $taux_hyp_s_c ?>">
</div> </div>
@ -343,11 +341,11 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="row"> <div class="row">
<div class="col-sm-8"> <div class="col-sm-8">
<label for="nom" <label for="nom"
class="col-form-label"><?php echo $this->lang->line('rate_com_agent_depot_wallet_international'); ?></label> class="col-form-label"><?= $this->lang->line('rate_com_agent_depot_wallet_international'); ?></label>
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<button type="button" class="btn btn-info add-new new3"><i <button type="button" class="btn btn-info add-new new3"><i
class="fa fa-plus"></i> <?php echo $this->lang->line('new_level'); ?> class="fa fa-plus"></i> <?= $this->lang->line('new_level'); ?>
</button> </button>
</div> </div>
</div> </div>
@ -357,7 +355,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<tr> <tr>
<th>Min</th> <th>Min</th>
<th>Max</th> <th>Max</th>
<th><?php echo $this->lang->line('rate'); ?> (%)</th> <th><?= $this->lang->line('rate'); ?> (%)</th>
<th><?= $this->lang->line('ceiling')?></th> <th><?= $this->lang->line('ceiling')?></th>
<th>Actions</th> <th>Actions</th>
</tr> </tr>
@ -388,11 +386,11 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="row"> <div class="row">
<div class="col-sm-8"> <div class="col-sm-8">
<label for="nom" <label for="nom"
class="col-form-label"><?php echo $this->lang->line('rate_com_agent_depot_wallet_national'); ?></label> class="col-form-label"><?= $this->lang->line('rate_com_agent_depot_wallet_national'); ?></label>
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<button type="button" class="btn btn-info add-new new9"><i <button type="button" class="btn btn-info add-new new9"><i
class="fa fa-plus"></i> <?php echo $this->lang->line('new_level'); ?> class="fa fa-plus"></i> <?= $this->lang->line('new_level'); ?>
</button> </button>
</div> </div>
</div> </div>
@ -402,7 +400,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<tr> <tr>
<th>Min</th> <th>Min</th>
<th>Max</th> <th>Max</th>
<th><?php echo $this->lang->line('rate'); ?> (%)</th> <th><?= $this->lang->line('rate'); ?> (%)</th>
<th><?= $this->lang->line('ceiling')?></th> <th><?= $this->lang->line('ceiling')?></th>
<th>Actions</th> <th>Actions</th>
</tr> </tr>
@ -435,11 +433,11 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="row"> <div class="row">
<div class="col-sm-8"> <div class="col-sm-8">
<label for="nom" <label for="nom"
class="col-form-label"><?php echo $this->lang->line('rate_com_agent_depot_autre_wallet_international'); ?></label> class="col-form-label"><?= $this->lang->line('rate_com_agent_depot_autre_wallet_international'); ?></label>
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<button type="button" class="btn btn-info add-new new6"><i <button type="button" class="btn btn-info add-new new6"><i
class="fa fa-plus"></i> <?php echo $this->lang->line('new_level'); ?> class="fa fa-plus"></i> <?= $this->lang->line('new_level'); ?>
</button> </button>
</div> </div>
</div> </div>
@ -449,7 +447,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<tr> <tr>
<th>Min</th> <th>Min</th>
<th>Max</th> <th>Max</th>
<th><?php echo $this->lang->line('rate'); ?> (%)</th> <th><?= $this->lang->line('rate'); ?> (%)</th>
<th><?= $this->lang->line('ceiling')?></th> <th><?= $this->lang->line('ceiling')?></th>
<th>Actions</th> <th>Actions</th>
</tr> </tr>
@ -480,11 +478,11 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="row"> <div class="row">
<div class="col-sm-8"> <div class="col-sm-8">
<label for="nom" <label for="nom"
class="col-form-label"><?php echo $this->lang->line('rate_com_agent_depot_autre_wallet_national'); ?></label> class="col-form-label"><?= $this->lang->line('rate_com_agent_depot_autre_wallet_national'); ?></label>
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<button type="button" class="btn btn-info add-new new99"><i <button type="button" class="btn btn-info add-new new99"><i
class="fa fa-plus"></i> <?php echo $this->lang->line('new_level'); ?> class="fa fa-plus"></i> <?= $this->lang->line('new_level'); ?>
</button> </button>
</div> </div>
</div> </div>
@ -494,7 +492,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<tr> <tr>
<th>Min</th> <th>Min</th>
<th>Max</th> <th>Max</th>
<th><?php echo $this->lang->line('rate'); ?> (%)</th> <th><?= $this->lang->line('rate'); ?> (%)</th>
<th><?= $this->lang->line('ceiling')?></th> <th><?= $this->lang->line('ceiling')?></th>
<th>Actions</th> <th>Actions</th>
</tr> </tr>
@ -529,11 +527,11 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="row"> <div class="row">
<div class="col-sm-8"> <div class="col-sm-8">
<label for="nom" <label for="nom"
class="col-form-label"><?php echo $this->lang->line('rate_com_agent_cash_cash_international'); ?></label> class="col-form-label"><?= $this->lang->line('rate_com_agent_cash_cash_international'); ?></label>
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<button type="button" class="btn btn-info add-new new4"><i <button type="button" class="btn btn-info add-new new4"><i
class="fa fa-plus"></i> <?php echo $this->lang->line('new_level'); ?> class="fa fa-plus"></i> <?= $this->lang->line('new_level'); ?>
</button> </button>
</div> </div>
</div> </div>
@ -543,7 +541,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<tr> <tr>
<th>Min</th> <th>Min</th>
<th>Max</th> <th>Max</th>
<th><?php echo $this->lang->line('rate'); ?> (%)</th> <th><?= $this->lang->line('rate'); ?> (%)</th>
<th><?= $this->lang->line('ceiling')?></th> <th><?= $this->lang->line('ceiling')?></th>
<th>Actions</th> <th>Actions</th>
</tr> </tr>
@ -574,11 +572,11 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<div class="row"> <div class="row">
<div class="col-sm-8"> <div class="col-sm-8">
<label for="nom" <label for="nom"
class="col-form-label"><?php echo $this->lang->line('rate_com_agent_cash_cash_national'); ?></label> class="col-form-label"><?= $this->lang->line('rate_com_agent_cash_cash_national'); ?></label>
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<button type="button" class="btn btn-info add-new new11"><i <button type="button" class="btn btn-info add-new new11"><i
class="fa fa-plus"></i> <?php echo $this->lang->line('new_level'); ?> class="fa fa-plus"></i> <?= $this->lang->line('new_level'); ?>
</button> </button>
</div> </div>
</div> </div>
@ -588,7 +586,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
<tr> <tr>
<th>Min</th> <th>Min</th>
<th>Max</th> <th>Max</th>
<th><?php echo $this->lang->line('rate'); ?> (%)</th> <th><?= $this->lang->line('rate'); ?> (%)</th>
<th><?= $this->lang->line('ceiling')?></th> <th><?= $this->lang->line('ceiling')?></th>
<th>Actions</th> <th>Actions</th>
</tr> </tr>
@ -620,10 +618,10 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-default pull-left" <button type="button" class="btn btn-default pull-left"
data-dismiss="modal"><?php echo $this->lang->line('Fermer'); ?></button> data-dismiss="modal"><?= $this->lang->line('Fermer'); ?></button>
<button type="button" id="updateWallet" data-network-id="<?= $network_id ?>" <button type="button" id="updateWallet" data-network-id="<?= $network_id ?>"
data-id-config="<?= $idConfig ?>" data-id-config="<?= $idConfig ?>"
class="btn btn-primary"><?php echo $this->lang->line('save'); ?></button> class="btn btn-primary"><?= $this->lang->line('save'); ?></button>
</div> </div>
</div> </div>
</div> </div>
@ -632,28 +630,28 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
</section> </section>
</div> </div>
<!-- jQuery 3 --> <!-- jQuery 3 -->
<script src="<?php echo base_url('bower_components/jquery/dist/jquery.min.js') ?>"></script> <script src="<?= base_url('bower_components/jquery/dist/jquery.min.js') ?>"></script>
<!-- Bootstrap 3.3.7 --> <!-- Bootstrap 3.3.7 -->
<script src="<?php echo base_url('bower_components/bootstrap/dist/js/bootstrap.min.js') ?>"></script> <script src="<?= base_url('bower_components/bootstrap/dist/js/bootstrap.min.js') ?>"></script>
<!-- DataTables --> <!-- DataTables -->
<script src="<?php echo base_url('bower_components/datatables.net/js/jquery.dataTables.min.js') ?>"></script> <script src="<?= base_url('bower_components/datatables.net/js/jquery.dataTables.min.js') ?>"></script>
<script src="<?php echo base_url('bower_components/datatables.net-bs/js/dataTables.bootstrap.min.js') ?>"></script> <script src="<?= base_url('bower_components/datatables.net-bs/js/dataTables.bootstrap.min.js') ?>"></script>
<!-- Slimscroll --> <!-- Slimscroll -->
<script src="<?php echo base_url('bower_components/jquery-slimscroll/jquery.slimscroll.min.js') ?>"></script> <script src="<?= base_url('bower_components/jquery-slimscroll/jquery.slimscroll.min.js') ?>"></script>
<!-- FastClick --> <!-- FastClick -->
<script src="<?php echo base_url('bower_components/fastclick/lib/fastclick.js') ?>"></script> <script src="<?= base_url('bower_components/fastclick/lib/fastclick.js') ?>"></script>
<!-- AdminLTE App --> <!-- AdminLTE App -->
<script src="<?php echo base_url('dist/js/adminlte.min.js') ?>"></script> <script src="<?= base_url('dist/js/adminlte.min.js') ?>"></script>
<!-- AdminLTE for demo purposes --> <!-- AdminLTE for demo purposes -->
<script src="<?php echo base_url('dist/js/demo.js') ?>"></script> <script src="<?= base_url('dist/js/demo.js') ?>"></script>
<script src="<?php echo base_url('bower_components/moment/min/moment.min.js') ?>"></script> <script src="<?= base_url('bower_components/moment/min/moment.min.js') ?>"></script>
<script src="<?php echo base_url('bower_components/bootstrap-daterangepicker/daterangepicker.js') ?>"></script> <script src="<?= base_url('bower_components/bootstrap-daterangepicker/daterangepicker.js') ?>"></script>
<script src="<?php echo base_url('bower_components/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js') ?>"></script> <script src="<?= base_url('bower_components/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js') ?>"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js"></script>
<script src="<?php echo base_url('bower_components/toastr/toastr.js') ?>"></script> <script src="<?= base_url('bower_components/toastr/toastr.js') ?>"></script>
<script src="<?php echo base_url('dist/js/sweetalert2.js') ?>"></script> <script src="<?= base_url('dist/js/sweetalert2.js') ?>"></script>
<script> <script>
var serializeArray = function (form) { var serializeArray = function (form) {
@ -706,7 +704,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
const total1 = parseFloat($('#taux_ag_s_c').val()) + parseFloat($('#taux_sup_s_c').val()) + parseFloat($('#taux_hyp_s_c').val()); const total1 = parseFloat($('#taux_ag_s_c').val()) + parseFloat($('#taux_sup_s_c').val()) + parseFloat($('#taux_hyp_s_c').val());
if (total1 != 100) { if (total1 != 100) {
toastr.error("<?php echo $this->lang->line('ilink_first_rule')?>", "<?php echo $this->lang->line('management_rule')?>"); toastr.error("<?= $this->lang->line('ilink_first_rule')?>", "<?= $this->lang->line('management_rule')?>");
} else { } else {
if ($('#walletForm')[0].checkValidity()) { if ($('#walletForm')[0].checkValidity()) {
@ -787,7 +785,7 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
$.ajax({ $.ajax({
url: '<?php echo base_url('Gestion/config_wallet/update')?>', url: '<?= base_url('Gestion/config_wallet/update')?>',
type: 'POST', type: 'POST',
dataType: 'json', dataType: 'json',
data: { data: {
@ -806,21 +804,21 @@ $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL);
if (data == '200') { if (data == '200') {
Swal.fire({ Swal.fire({
icon: 'success', icon: 'success',
title: "<?php echo $this->lang->line('wallet_update')?>", title: "<?= $this->lang->line('wallet_update')?>",
text: "<?php echo $this->lang->line('informations_updated')?>", text: "<?= $this->lang->line('informations_updated')?>",
timer: 3000 timer: 3000
}).then(() => { }).then(() => {
location.reload(); location.reload();
}); });
// alert("Les informations ont été mises à jour.") ? "" : // alert("Les informations ont été mises à jour.") ? "" :
} else { } else {
toastr.error("<?php echo $this->lang->line('error_message')?>", "<?php echo $this->lang->line('request_error')?>"); toastr.error("<?= $this->lang->line('error_message')?>", "<?= $this->lang->line('request_error')?>");
} }
}, },
error: function (resultat, statut, error) { error: function (resultat, statut, error) {
console.log(resultat + " " + error); console.log(resultat + " " + error);
toastr.error("<?php echo $this->lang->line('error_message')?>", "<?php echo $this->lang->line('request_error')?>"); toastr.error("<?= $this->lang->line('error_message')?>", "<?= $this->lang->line('request_error')?>");
} }
}); });

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<?php <?php

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<?php <?php

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<?php <?php
use Brick\Money\Context\CustomContext; use Brick\Money\Context\CustomContext;

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -2,10 +2,10 @@
<link rel="stylesheet" href="<?php echo base_url('bower_components/bootstrap-daterangepicker/daterangepicker.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/bootstrap-daterangepicker/daterangepicker.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style type="text/css"> <style type="text/css">
.table-wrapper { .table-wrapper {
width: 700px; width: 700px;

View File

@ -4,9 +4,9 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style type="text/css"> <style type="text/css">
.table-wrapper { .table-wrapper {
width: 700px; width: 700px;

View File

@ -4,9 +4,9 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -4,9 +4,9 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<?php <?php
use Brick\Money\Money; use Brick\Money\Money;

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -4,9 +4,9 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -4,10 +4,10 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?php echo base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -10,9 +10,9 @@
href="<?= base_url('bower_components/jquery-ui/themes/base/jquery-ui.css') ?>"> href="<?= base_url('bower_components/jquery-ui/themes/base/jquery-ui.css') ?>">
<link rel="stylesheet" href="<?= base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?= base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<div class="content-wrapper"> <div class="content-wrapper">

View File

@ -1,9 +1,8 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?= base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?= base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -1,9 +1,8 @@
<link rel="stylesheet" <link rel="stylesheet"
href="<?= base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>"> href="<?= base_url('bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css') ?>">
<link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>"> <link rel="stylesheet" href="<?php echo base_url('bower_components/toastr/toastr.css') ?>">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Varela+Round|Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="<?= base_url('bower_components/google-material-icons/google-material-icons.min.css') ?>">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>"> <link rel="stylesheet" href="<?= base_url('dist/css/custom/levels-table.css') ?>">
<?php <?php

View File

@ -60,6 +60,7 @@
"jquery-ui": "1.11.4", "jquery-ui": "1.11.4",
"toastr": "^2.1.3", "toastr": "^2.1.3",
"js-xlsx": "^0.16.8", "js-xlsx": "^0.16.8",
"file-saver": "^2.0.4" "file-saver": "^2.0.4",
"google-material-icons": "^2.2.1"
} }
} }