new egw_framework::message($msg, $msg_type="success") method and fixing nextmatch filter-change to return app-header

This commit is contained in:
Ralf Becker
2013-09-05 11:53:25 +00:00
parent b1aca92a9e
commit 1590d02816
6 changed files with 81 additions and 25 deletions

View File

@@ -226,13 +226,8 @@ etemplate2.prototype.load = function(_name, _url, _data, _callback)
// store the id to submit it back to server
if(_data) {
this.etemplate_exec_id = _data.etemplate_exec_id;
}
// set app_header
if (window.opener && _data) { // popup
document.title = _data.app_header;
} else {
// todo for idots or jdots framework
// set app_header
window.egw_app_header(_data.app_header);
}
var _load = function() {