Server IP : 213.176.29.180 / Your IP : 3.142.42.247 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
whmcs/templates_c/fb8e1ffe43acedbcdb3b27894e7fc0a9cf738d85_0.file.client-paymethods.tpl.php 0000644 00000007057 14736120131 0031612 0 ustar 00 home/webtaragh/public_html <?php /* Smarty version 3.1.36, created on 2024-10-29 09:26:16 from '/home/webtaragh/public_html/whmcs/admin/templates/blend/client-paymethods.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.36', 'unifunc' => 'content_6720aa3889bac0_91106840', 'has_nocache_code' => false, 'file_dependency' => array ( 'fb8e1ffe43acedbcdb3b27894e7fc0a9cf738d85' => array ( 0 => '/home/webtaragh/public_html/whmcs/admin/templates/blend/client-paymethods.tpl', 1 => 1695537469, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_6720aa3889bac0_91106840 (Smarty_Internal_Template $_smarty_tpl) { echo '<script'; ?> > function reloadTablePayMethods() { WHMCS.http.jqClient.post( '<?php echo routePath('admin-client-paymethods-html-rows',$_smarty_tpl->tpl_vars['client']->value['id']);?> ', { token: csrfToken }, function(data) { jQuery('#tablePayMethods').html(data.body); }, 'json' ); } <?php echo '</script'; ?> > <div class="clientssummarybox"> <div class="title">Pay Methods</div> <table id="tablePayMethods" class="clientssummarystats" cellspacing="0" cellpadding="2"> <?php echo $_smarty_tpl->tpl_vars['payMethodRows']->value;?> </table> <ul> <?php if ($_smarty_tpl->tpl_vars['addNewCardUrl']->value) {?> <li id="liAddCcPayMethod"> <a id="btnAddCcPayMethod" href="<?php echo $_smarty_tpl->tpl_vars['addNewCardUrl']->value;?> " data-modal-title="Add Pay Method - Credit Card" data-btn-submit-id="btnSave" data-btn-submit-label="Save" onclick="return false;" class="open-modal"> <img src="images/icons/add.png" border="0" align="absmiddle"/> Add Credit Card </a> </li> <?php }?> <?php if ($_smarty_tpl->tpl_vars['addNewBankAccountUrl']->value) {?> <li id="liAddBankAccountPayMethod"> <a id="btnAddBankAccountPayMethod" href="<?php echo $_smarty_tpl->tpl_vars['addNewBankAccountUrl']->value;?> " data-modal-title="Add Pay Method - Bank Account" data-btn-submit-id="btnSave" data-btn-submit-label="Save" onclick="return false;" class="open-modal"> <img src="images/icons/add.png" border="0" align="absmiddle"/> Add Bank Account </a> </li> <?php }?> <?php if (!$_smarty_tpl->tpl_vars['addNewCardUrl']->value && !$_smarty_tpl->tpl_vars['addNewBankAccountUrl']->value) {?> <li> <a id="btnNoGateways" role="button" data-toggle="tooltip" data-container="body" data-placement="right auto" data-trigger="hover" class="disabled" title="You must activate at least one merchant gateway before you can add a credit card. For local card storage without a payment gateway, use the Offline Credit Card gateway." > <img src="images/icons/add.png" border="0" align="absmiddle"/> Add Credit Card </a> </li> <?php }?> </ul> </div> <?php } }