Server IP : 213.176.29.180 / Your IP : 3.22.249.135 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 (0755) : /home/webtaragh/public_html/wp-admin/../whmcs/templates/twenty-one/includes/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="modal fade" id="modal{$name}"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="modal{$name}Title"> {$title} </h4> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> </div> <div class="modal-body text-center w-hidden" id="modal{$name}Loader"> <p><i class="fas fa-spinner fa-spin"></i> {lang key='loading'}</p> </div> <div class="modal-body" id="modal{$name}Body"> {if isset($content)} <p>{$content}</p> {/if} </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal"> {if isset($closeLabel)} {$closeLabel} {else} {lang key='closewindow'} {/if} </button> {if isset($submitAction)} <button type="button" class="btn btn-primary" onclick="{$submitAction}"> {if isset($submitLabel)} {$submitLabel} {else} {lang key='clientareasavechanges'} {/if} </button> {/if} </div> </div> </div> </div>