Server IP : 213.176.29.180 / Your IP : 3.17.156.154 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/whmcs/crons/../templates/six/includes/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="modal fade" id="modal{$name}"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title" id="modal{$name}Title"> {$title} </h4> </div> <div class="modal-body text-center hidden" id="modal{$name}Loader"> <p><i class="fas fa-spinner fa-spin"></i> {$LANG.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.closewindow} {/if} </button> {if isset($submitAction)} <button type="button" class="btn btn-primary" onclick="{$submitAction}"> {if isset($submitLabel)} {$submitLabel} {else} {$LANG.clientareasavechanges} {/if} </button> {/if} </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal -->