File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 <?php
1010 if ($ active ){
1111 echo ' <div class="d-flex justify-content-end"> ' ;
12- echo '<button type="button" class="btn btn-outline-success" id="button-call">Llamar a la api </button> ' ;
12+ echo '<button type="button" class="btn btn-outline-success" id="button-call"><i class="bi bi-currency-exchange" style="font-size: 30px;"></i> </button> ' ;
1313 echo '</div> ' ;
1414 }
1515 ?>
192192 url: "<?php echo site_url () ?> " + '/Currency_Manager/callapitodb/'+"<?php $ this ->load ->config ('currencyweb ' );echo $ this ->config ->item ('codkey ' );?> ",
193193 success: function(result) {
194194 buttonGetData.innerHTML=[
195- 'Llamar a la api ',
195+ '<i class="bi bi-currency-exchange" style="font-size: 30px;"></i> ',
196196 ]
197197 location.reload()
198198 },
Original file line number Diff line number Diff line change 3939 <a href="#" class="d-flex align-items-center text-white text-decoration-none dropdown-toggle" id="dropdownUser1" data-bs-toggle="dropdown" aria-expanded="false">
4040 <img src="https://github.com/mdo.png" alt="hugenerd" width="30" height="30" class="rounded-circle">
4141 <!-- add class css custom width image user -->
42- <span class="d-none d-sm-inline mx-1">loser </span>
42+ <span class="d-none d-sm-inline mx-1">Name user </span>
4343 </a>
4444
4545
4646
4747 <ul class="dropdown-menu dropdown-menu-dark text-small shadow">
48- <li><a class="dropdown-item" href="#">New project...</a></li>
48+ <!-- < li><a class="dropdown-item" href="#">New project...</a></li>
4949 <li><a class="dropdown-item" href="#">Settings</a></li>
5050 <li><a class="dropdown-item" href="#">Profile</a></li>
5151 <li>
5252 <hr class="dropdown-divider">
53- </li>
53+ </li> -->
5454 <li><a class="dropdown-item" href="#">Sign out</a></li>
5555 </ul>
5656 </div>
You can’t perform that action at this time.
0 commit comments