Project

General

Profile

Bug #24238 ยป 16608.patch

Administrator Admin, 2010-11-29 21:23

View differences:

t3lib/js/extjs/ux/flashmessages.js (revision )
Ext.ns('TYPO3');
/**
* Object for named severities
*/
TYPO3.Severity = {
notice: 0,
information: 1,
ok: 2,
warning: 3,
error: 4
}
/**
* @class TYPO3.Flashmessage
* Passive popup box singleton
* @singleton
    (1-1/1)