���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhchat/newcannedmsg.php
���ѧ٧ѧ�
<?php $response = erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.newcannedmsg', array()); $tpl = erLhcoreClassTemplate::getInstance( 'lhchat/newcannedmsg.tpl.php'); $CannedMessage = new erLhcoreClassModelCannedMsg(); /** * Append user departments filter * */ $userDepartments = erLhcoreClassUserDep::parseUserDepartmetnsForFilter($currentUser->getUserID(), $currentUser->cache_version); if ( isset($_POST['Cancel_action']) ) { erLhcoreClassModule::redirect('chat/cannedmsg'); exit; } if (isset($_POST['Save_action'])) { if (!isset($_POST['csfr_token']) || !$currentUser->validateCSFRToken($_POST['csfr_token'])) { erLhcoreClassModule::redirect('chat/cannedmsg'); exit; } $Errors = erLhcoreClassAdminChatValidatorHelper::validateCannedMessage($CannedMessage, $userDepartments); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.before_newcannedmsg', array('departments' => $userDepartments, 'scope' => 'global', 'errors' => & $Errors, 'msg' => & $CannedMessage)); if (count($Errors) == 0) { $CannedMessage->saveThis(); erLhcoreClassLog::logObjectChange(array( 'object' => $CannedMessage, 'check_log' => true, 'msg' => array( 'new' => $CannedMessage->getState(), 'user_id' => $currentUser->getUserID() ) )); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.newcannedmsg_saved', array('msg' => & $CannedMessage)); erLhcoreClassModule::redirect('chat/cannedmsg'); exit ; } else { $tpl->set('errors',$Errors); } } $tpl->set('canned_message',$CannedMessage); $tpl->set('limitDepartments',$userDepartments !== true ? array('filterin' => array('id' => $userDepartments)) : array()); $Result['content'] = $tpl->fetch(); $Result['additional_footer_js'] = '<script src="'.erLhcoreClassDesign::designJS('js/lhc.cannedmsg.js').'"></script>'. '<script type="module" src="'.erLhcoreClassDesign::designJSStatic('js/svelte/public/build/languages.js').'"></script>'; $Result['path'] = array( array('url' => erLhcoreClassDesign::baseurl('system/configuration'),'title' => erTranslationClassLhTranslation::getInstance()->getTranslation('chat/cannedmsg','System configuration')), array('url' => erLhcoreClassDesign::baseurl('chat/cannedmsg'),'title' => erTranslationClassLhTranslation::getInstance()->getTranslation('chat/cannedmsg','Canned messages')), array('title' => erTranslationClassLhTranslation::getInstance()->getTranslation('chat/cannedmsg','New canned message')), ); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.newcannedmsg_path',array('result' => & $Result)); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�