mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
add message to submit or postpone statistic first
This commit is contained in:
@ -115,6 +115,7 @@ app.classes.admin = AppJS.extend(
|
||||
{
|
||||
if (this.iframe && this.iframe.getDOMNode().contentDocument.location.href.match(/menuaction=admin.admin_statistics.submit/))
|
||||
{
|
||||
this.egw.message(this.egw.lang('Please submit (or postpone) statistic first'), 'info');
|
||||
return; // do not allow to leave statistics submit
|
||||
}
|
||||
if (_url)
|
||||
|
Reference in New Issue
Block a user