mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix accidently overwritten messages of commit 47671 by commit 47680
This commit is contained in:
parent
fb98168c7e
commit
304dcf42a3
@ -1640,7 +1640,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
case "flagged":
|
case "flagged":
|
||||||
case "read":
|
case "read":
|
||||||
case "undelete":
|
case "undelete":
|
||||||
messageToDisplay = this.egw.lang("Do you really want to toggle flag %1 for ALL messages in the current folder?",this.egw.lang(_action.id))+" ";
|
messageToDisplay = this.egw.lang("Do you really want to toggle flag %1 for ALL messages in the current view?",this.egw.lang(_action.id))+" ";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
var type = null;
|
var type = null;
|
||||||
@ -1652,7 +1652,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
{
|
{
|
||||||
type = 'Copy';
|
type = 'Copy';
|
||||||
}
|
}
|
||||||
messageToDisplay = this.egw.lang("Do you really want to apply %1 to ALL messages in the current folder?",this.egw.lang(type?type:_action.id))+" ";
|
messageToDisplay = this.egw.lang("Do you really want to apply %1 to ALL messages in the current view?",this.egw.lang(type?type:_action.id))+" ";
|
||||||
}
|
}
|
||||||
return et2_dialog.show_dialog(function(_button_id) {
|
return et2_dialog.show_dialog(function(_button_id) {
|
||||||
var rv = false;
|
var rv = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user