2010-11-30 Steffen Kamper <steffen@typo3.org>
2010-11-30 Steffen Kamper <steffen@typo3.org>
+ * Fixed bug #16608: Javascript flashmessage miss named severity
* Fixed bug #16614: common.js resets TYPO3 namespace (Thanks to Peter Kühn)
* Fixed bug #16443: FAL Hooks (Thanks to Mathias Schreiber)
* Fixed bug #16459 Add uid of overlay record to rootline (Thanks to Mathias Schreiber)
* Fixed bug #16614: common.js resets TYPO3 namespace (Thanks to Peter Kühn)
* Fixed bug #16443: FAL Hooks (Thanks to Mathias Schreiber)
* Fixed bug #16459 Add uid of overlay record to rootline (Thanks to Mathias Schreiber)
+/**
+ * Object for named severities
+ */
+TYPO3.Severity = {
+ notice: 0,
+ information: 1,
+ ok: 2,
+ warning: 3,
+ error: 4
+}
+
/**
* @class TYPO3.Flashmessage
* Passive popup box singleton
/**
* @class TYPO3.Flashmessage
* Passive popup box singleton
box.slideIn('t').pause(duration).ghost('t', {remove:true});
}
}
box.slideIn('t').pause(duration).ghost('t', {remove:true});
}
}
-}();
\ No newline at end of file