PATH:
home
/
lab2454c
/
keebchat.com
/
themes
/
default
/
apps
/
settings
/
modals
<div class="modal fade vh-center" data-app="cl-blocks-settings" tabindex="-1" role="dialog" aria-hidden="true" data-keyboard="false" data-backdrop="static"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <div class="main---mh--block"> <h5 class="modal-title"> <?php echo cl_translate("Blocked users"); ?> </h5> <span class="dismiss-modal" data-dismiss="modal"> <?php echo cl_ikon('close'); ?> </span> </div> </div> <div class="modal-body"> <?php if (not_empty($cl["blocked_users"])): ?> <div class="accoun-blocks-ls"> <?php foreach ($cl["blocked_users"] as $li): ?> <div class="accoun-blocks-list-item"> <div class="avatar"> <img src="<?php echo($li['avatar']); ?>" alt="Avatar"> </div> <div class="user-info-holder"> <div class="user-info-holder-inner"> <div class="lp"> <h4> <span class="user-name-holder <?php if ($li['verified'] == '1') {echo('verified-badge');} ?>"> <?php echo cl_croptxt($li['name'], 10, '..'); ?> </span> </h4> <a href="<?php echo($li['url']); ?>"> <?php echo($li['username']); ?> </a> </div> <div class="rp"> <button onclick="SMColibri.block(this);" class="btn btn-custom md main-outline" data-action="unblock" data-id="<?php echo($li['profile_id']); ?>"> <?php echo cl_translate("Unblock"); ?> </button> </div> </div> </div> </div> <?php endforeach; ?> </div> <?php endif; ?> </div> </div> </div> </div>
[-] edit_profile_language.phtml
[edit]
[-] edit_profile_siteurl.phtml
[edit]
[-] edit_profile_name.phtml
[edit]
[+]
..
[-] edit_profile_email.phtml
[edit]
[-] edit_profile_country.phtml
[edit]
[-] account_information.phtml
[edit]
[-] notification_settings.phtml
[edit]
[-] edit_account_blocks.phtml
[edit]
[-] delete_account.phtml
[edit]
[-] edit_account_privacy.phtml
[edit]
[-] edit_profile_bio.phtml
[edit]
[-] verify_account.phtml
[edit]
[-] edit_profile_password.phtml
[edit]
[-] edit_profile_gender.phtml
[edit]