Skip to content
Snippets Groups Projects
Commit 544061ae authored by srosse's avatar srosse
Browse files

no-jira: add a blue box after bulk sending mail from business group list

parent 04d04065
No related branches found
No related tags found
No related merge requests found
...@@ -839,6 +839,7 @@ public abstract class AbstractBusinessGroupListController extends FormBasicContr ...@@ -839,6 +839,7 @@ public abstract class AbstractBusinessGroupListController extends FormBasicContr
@Override @Override
public Step execute(UserRequest uureq, WindowControl wControl, StepsRunContext runContext) { public Step execute(UserRequest uureq, WindowControl wControl, StepsRunContext runContext) {
//mails are send by the last controller of the wizard //mails are send by the last controller of the wizard
wControl.setInfo(translate("msg.send.ok"));
return StepsMainRunController.DONE_MODIFIED; return StepsMainRunController.DONE_MODIFIED;
} }
}; };
......
...@@ -33,6 +33,7 @@ error.select.one.user=Sie m\u00fcssen mindestens einen Benutzer w\u00e4hlen. ...@@ -33,6 +33,7 @@ error.select.one.user=Sie m\u00fcssen mindestens einen Benutzer w\u00e4hlen.
mail.member=E-Mail mail.member=E-Mail
main.menu.title=Gruppen main.menu.title=Gruppen
main.menu.title.alt=Gruppen main.menu.title.alt=Gruppen
msg.send.ok=Die Nachricht wurde versendet.
index.header=Gruppen index.header=Gruppen
index.intro=In der untenstehenden Liste finden Sie alle Gruppen, an denen Sie teilnehmen. index.intro=In der untenstehenden Liste finden Sie alle Gruppen, an denen Sie teilnehmen.
index.table.nogroup=Sie sind in keiner Gruppe eingetragen. index.table.nogroup=Sie sind in keiner Gruppe eingetragen.
......
...@@ -74,6 +74,7 @@ msg.alleastone.editable.group=You must select at least one group where you have ...@@ -74,6 +74,7 @@ msg.alleastone.editable.group=You must select at least one group where you have
msg.alleasttwo.editable.group=You must select at least one group where you have the coach role. msg.alleasttwo.editable.group=You must select at least one group where you have the coach role.
msg.atleastone=There must be at least one coach in this group. msg.atleastone=There must be at least one coach in this group.
msg.only.editable.group=You must select groups where you have the coach role. msg.only.editable.group=You must select groups where you have the coach role.
msg.send.ok=Your message was sent successfully.
my.groups=My groups my.groups=My groups
my.groups.alt=Work with your groups my.groups.alt=Work with your groups
nomembers=No members found that matches the given criteria. nomembers=No members found that matches the given criteria.
......
...@@ -74,6 +74,7 @@ msg.alleastone.editable.group=Vous devez choisir au moins un groupe dont vous \u ...@@ -74,6 +74,7 @@ msg.alleastone.editable.group=Vous devez choisir au moins un groupe dont vous \u
msg.alleasttwo.editable.group=Vous devez choisir au moins un groupe pour lequel vous avez le r\u00F4le de coach. msg.alleasttwo.editable.group=Vous devez choisir au moins un groupe pour lequel vous avez le r\u00F4le de coach.
msg.atleastone=Il faut qu'au moins un coach fasse partie du groupe de travail. msg.atleastone=Il faut qu'au moins un coach fasse partie du groupe de travail.
msg.only.editable.group=Vous devez choisir des groupes pour lequel vous avez un r\u00F4le de coach. msg.only.editable.group=Vous devez choisir des groupes pour lequel vous avez un r\u00F4le de coach.
msg.send.ok=Le message a \u00E9t\u00E9 envoy\u00E9.
my.groups=Mes groupes my.groups=Mes groupes
my.groups.alt=Travaillez avec vos groupes my.groups.alt=Travaillez avec vos groupes
nomembers=Aucun membre n'a \u00E9t\u00E9 trouv\u00E9 qui corresponde \u00E0 vos crit\u00E8res de recherche. nomembers=Aucun membre n'a \u00E9t\u00E9 trouv\u00E9 qui corresponde \u00E0 vos crit\u00E8res de recherche.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment