Server IP : 213.176.29.180  /  Your IP : 3.144.10.134
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/templates/six/includes/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/webtaragh/public_html/whmcs/templates/six/includes/confirmation.tpl
<button type="button" class="btn btn-sm btn-default" data-toggle="modal" data-target="#confirmModal{$modalId}">
    {$buttonTitle}
</button>

<div class="modal fade" id="confirmModal{$modalId}" tabindex="-1" role="dialog" aria-labelledby="confirmModalLabel{$modalId}" aria-hidden="true">
    <div class="modal-dialog" role="document">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-label="{lang key='close'}">
                    <span aria-hidden="true">&times;</span>
                </button>
                <h4 class="modal-title" id="confirmModalLabel{$modalId}">{$modalTitle}</h4>
            </div>
            <div class="modal-body">
                {$modalBody}
            </div>
            <div class="modal-footer">
                <button id="btnConfirmModalConfirmBtn"
                        type="button"
                        class="btn btn-success"
                        data-target-url="{$targetUrl}"
                >
                    {if $saveBtnIcon}
                        <i class="{$saveBtnIcon}"></i>
                    {/if}
                    {$saveBtnTitle}
                </button>
                <button type="button"
                        class="btn btn-default"
                        data-dismiss="modal"
                >
                    {if $closeBtnIcon}
                    <i class="{$closeBtnIcon}"></i>
                    {/if}
                    {$closeBtnTitle}
                </button>
            </div>
        </div>
    </div>
</div>