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/fileman/classes/general/ |
Upload File : |
<? class CAdminContextMenuML extends CAdminContextMenu { function GetClassByID($icon_id) { if (mb_substr($icon_id, 0, 7) == 'btn_new') return 'adm-btn-save adm-btn-add'; else return parent::GetClassByID($icon_id); return ''; } function BeginRightBar() { ?><div><? return false; } function Button($item, $hkInst) { if(isset($item['LEFT_FLOAT_BEGIN']) || isset($item['RIGHT_FLOAT_BEGIN']) || isset($item['FLOAT_END'])) { if(isset($item['LEFT_FLOAT_BEGIN']) && $item['LEFT_FLOAT_BEGIN'] == true) echo '<span class="ml-menu-float-left">'; if(isset($item['RIGHT_FLOAT_BEGIN']) && $item['RIGHT_FLOAT_BEGIN'] == true) echo '<span class="ml-menu-float-right">'; if(isset($item['FLOAT_END']) && $item['FLOAT_END'] == true) echo '</span>'; return true; } parent::Button($item, $hkInst); } } ?>