X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/message
home
/
cbholdings
/
pasukulu
/
message
/
📁
..
📁
amd
📁
classes
📄
edit.php
(2.94 KB)
📄
externallib.php
(140.4 KB)
📄
index.php
(3.14 KB)
📄
lib.php
(30.67 KB)
📄
module.js
(1.1 KB)
📄
notificationpreferences.php
(2.6 KB)
📁
output
📄
pendingcontactrequests.php
(1.27 KB)
📄
renderer.php
(12.34 KB)
📁
templates
📁
tests
📄
upgrade.txt
(10.96 KB)
Editing: module.js
M.core_message = M.core_message || {}; M.core_message.init_focus = function(Y, eid) { document.getElementById(eid).focus(); }; M.core_message.init_refresh_page = function(Y, delay, url) { var delay_callback = function() { document.location.replace(url); }; setTimeout(delay_callback, delay); }; M.core_message.combinedsearchgotfocus = function(e) { if (e.target.get('value')==this.defaultsearchterm) { e.target.select(); } }; M.core_message.init_editsettings = function(Y) { var editsettings = { init : function() { var disableall = Y.one(".disableallcheckbox"); disableall.on('change', editsettings.changeState); disableall.simulate("change"); }, changeState : function(e) { Y.all('.notificationpreference').each(function(node) { var disabled = e.target.get('checked'); node.removeAttribute('disabled'); if (disabled) { node.setAttribute('disabled', 1) } }, this); } } editsettings.init(); }
Upload File
Create Folder