Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/js/sender/ |
Upload File : |
;(function () { BX.namespace('BX.Sender'); BX.Sender.B24License = { getTitle: function (code) { return BX.message('SENDER_B24_LICENSE_' + code.toUpperCase() + '_TITLE'); }, getText: function (code) { var messageCode = 'SENDER_B24_LICENSE_%code%_TEXT'.replace('%code%', code.toUpperCase()); var mess = BX.message(messageCode); if (!mess) { mess = BX.message(messageCode + '1'); } return mess; }, showDefaultPopup: function () { this.showPopup('Ad'); }, showMailLimitPopup: function () { this.showPopup('Mail_limit'); }, showPopup: function (code) { if (!B24 || !B24.licenseInfoPopup) { return; } B24.licenseInfoPopup.show( code, this.getTitle(code), '<span>' + (this.getText(code) ? this.getText(code) : this.getText('Ad')) + '</span>', true ); } }; })(window);