Skip to content

Commit 5ccd4cc

Browse files
committed
Merge branch 'main-front' becose of non working removals into main-back
* remove from menu and currency manager non working links and code * clean code
2 parents 177d01c + 87810d1 commit 5ccd4cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cweb/elcurrencyweb/views/currency.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
?>
@@ -192,7 +192,7 @@
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
},

cweb/elcurrencyweb/views/menu.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
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>

0 commit comments

Comments
 (0)