?
Current Path : /home1/savoy/public_html/savoyglobal.net/sgms/application/views/Accounting/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/sgms/application/views/Accounting/manage_currency.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php $this->load->view('header'); ?> <script type="text/javascript"> $(document).ready(function() { viewdata('accounting','viewinaccountingsearch','search_currency','view_currency','1'); }); function makedefaultcurrency(currency_id) { $.ajax({ type: "POST", url: "<?= site_url('accounting/set_default_currency/') ?>/"+currency_id, success: function(msg){ if(msg==1) { function success_load() { $('html, body').animate({scrollTop:0}, 'slow'); // for scrolling to the top of the page $("#success-panel").fadeIn(900,0); $("#success-panel").html("Default Currency changed"); hide_success(); } //Hide Loading Image function hide_success() { $("#success-panel").fadeOut(3000,0); }; success_load(); } } }) } </script> </head> <body> <?php $this->load->view('logopanel'); ?> <div id="main"> <?php $this->load->view('menu'); ?> <div id="middle"> <?php $this->load->view('leftbar'); ?> <div id="center-column"> <?php $this->load->view('topbar'); ?> <div class="table"> <p> </p> <div id="entrydiv"> </div> </div> </div> </div> <?php $this->load->view('footer'); ?> </div> </body> </html>