File manager - Edit - /home/infoilmg/public_html/wp-content/plugins/fs-poster/App/Pages/Accounts/Views/Modals/telegram/add_chat.php
Back
<?php namespace FSPoster\App\Pages\Accounts\Views; use FSPoster\App\Providers\Pages; defined( 'MODAL' ) or exit; ?> <script> ( function ( $ ) { $.getScript( '<?php echo Pages::asset( 'Accounts', 'js/fsp-accounts-telegram-chat.js' ); ?>' ); } )( jQuery ); </script> <div class="fsp-modal-header"> <div class="fsp-modal-title"> <div class="fsp-modal-title-icon"> <i class="fab fa-telegram-plane"></i> </div> <div class="fsp-modal-title-text"> <?php echo fsp__( 'Add a chat' ); ?> </div> </div> <div class="fsp-modal-close" data-modal-close="true"> <i class="fas fa-times"></i> </div> </div> <div class="fsp-modal-body"> <div class="fsp-modal-step"> <input id="fspAccountID" type="hidden" class="fsp-hide" value="<?php echo $fsp_params[ 'accountId' ]; ?>"> <div class="fsp-form-group"> <label><?php echo fsp__( 'Chat ID' ); ?></label> <input id="fspChatID" autocomplete="off" class="fsp-form-input" placeholder="<?php echo fsp__( 'Enter the Chat ID' ); ?>"> </div> <div class="fsp-form-group"> <label><?php echo fsp__( 'Last active chats (optional)' ); ?> <i id="fspReloadChats" class="fas fa-sync fsp-tooltip" data-title="<?php echo fsp__( 'Reload the list' ); ?>"></i></label> <select class="fsp-form-select" id="fspModalChatSelector"> <option disabled selected><?php echo fsp__( 'No chat found. Reload and check again.' ); ?></option> </select> </div> </div> </div> <div class="fsp-modal-footer"> <button class="fsp-button fsp-is-gray" data-modal-close="true"><?php echo fsp__( 'Cancel' ); ?></button> <button id="fspModalAddButton" class="fsp-button"><?php echo fsp__( 'ADD' ); ?></button> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings