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/modules/boxberry.delivery/options/ |
Upload File : |
<?php use Boxberry\Bitrix\Helpers\Options; use Bitrix\Main\Localization\Loc; Loc::loadMessages(__FILE__); $currentModuleVersion = Options::getModuleVersion(); ?> <tr class="heading"> <td colspan="2"><?php echo Loc::getMessage('MODULE_UPDATE_HEADER')?></td> </tr> <tr id="updateResultMessageRow" style="display: none"> <td style="width: 50%;" class="adm-detail-content-cell-l"><?php echo Loc::getMessage('MODULE_UPDATE_STATUS')?></td> <td id="updateResultMessageText" style="width: 50%;" class="adm-detail-content-cell-r"></td> </tr> <tr> <td style="width: 50%;" class="adm-detail-content-cell-l"><?php echo Loc::getMessage('CURRENT_MODULE_VERSION')?></td> <td style="width: 50%;" class="adm-detail-content-cell-r"><?php echo $currentModuleVersion ?></td> </tr> <tr> <td style="width: 50%;" class="adm-detail-content-cell-l"></td> <td style="width: 50%;" class="adm-detail-content-cell-r"><a id="checkModuleUpdate" href="#" class="adm-btn"><?php echo Loc::getMessage('CHECK_FOR_UPDATE')?></a></td> </tr> <tr id="newVersionRow" style="display: none"> <td style="width: 50%;" class="adm-detail-content-cell-l"><?php echo Loc::getMessage('NEW_VERSION_AVAILABLE')?></td> <td style="width: 50%; color: #1C7729" id="newVersionTd" class="adm-detail-content-cell-r"> </td> </tr> <tr id="updateModuleRow" style="display: none"> <td style="width: 50%;" class="adm-detail-content-cell-l"></td> <td style="width: 50%;" class="adm-detail-content-cell-r"><a id="updateModule" href="#" class="adm-btn"><?php echo Loc::getMessage('UPDATE_MODULE')?></a></td> </tr> <tr style="display: none"> <td style="width: 50%;" class="adm-detail-content-cell-l"><?php echo Loc::getMessage('VERSION')?></td> <td style="width: 50%;" class="adm-detail-content-cell-r"> <label> <input type="text" name="availableVersion" id="availableVersion" size="10" > </td> </tr> <tr style="display: none"> <td style="width: 50%;" class="adm-detail-content-cell-l"><?php echo Loc::getMessage('ARCHIVE_UPDATE_URL')?></td> <td style="width: 50%;" class="adm-detail-content-cell-r"> <label> <input type="text" name="downloadUrl" id="downloadUrl" size="50" > </td> </tr> <tr style="display: none"> <td style="width: 50%;" class="adm-detail-content-cell-l"><?php echo Loc::getMessage('ARCHIVE_FORMAT')?></td> <td style="width: 50%;" class="adm-detail-content-cell-r"> <label> <input type="text" name="archiveFormat" id="archiveFormat" size="10" > </td> </tr>