Skip to content

Commit

Permalink
Merge branch 'cernbox-develop-8.0.2-integration' into cernbox-prod-8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Gonzalez Labrador committed Aug 4, 2015
2 parents 8dd116b + a4c141d commit f46c586
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/templates/altmaileosegroup.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$msg = "Hey there,\n\njust letting you know that %s shared the folder %s with the e-group %s.\n\n\nTo see the share log in with your account that belongs to %s in %s and click the tab Shared with me.\n\nAlso, if you want to sync the share in your desktop sync client add a new folder with this path:\n\n%s\n\n";
$msg = "Hey there,\n\njust letting you know that %s shared the folder %s with the e-group %s.\n\n\nTo see the share log in with your account that belongs to %s in %s and click the tab Shared with you.\n\nAlso, if you want to sync the share in your desktop sync client add a new folder with this path:\n\n%s\n\n";
$msgreal = sprintf($msg,$_['user_displayname'], $_['filename'],$_['recipient'],$_['recipient'],$_['link'], $_['path']);
print_unescaped($msgreal);
p($l->t("Cheers!"));
Expand Down
2 changes: 1 addition & 1 deletion core/templates/altmaileosuser.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$msg = "Hey there,\n\njust letting you know that %s shared the folder %s with you.\n\n\nTo see the share log in as %s in %s and click the tab Shared with me.\n\nAlso, if you want to sync the share in your desktop sync client add a new folder with this path:\n\n%s\n\n";
$msg = "Hey there,\n\njust letting you know that %s shared the folder %s with you.\n\n\nTo see the share log in as %s in %s and click the tab Shared with you.\n\nAlso, if you want to sync the share in your desktop sync client add a new folder with this path:\n\n%s\n\n";
$msgreal = sprintf($msg,$_['user_displayname'], $_['filename'],$_['recipient'],$_['link'], $_['path']);
print_unescaped($msgreal);
p($l->t("Cheers!"));
Expand Down
2 changes: 1 addition & 1 deletion core/templates/maileosegroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<td width="20px">&nbsp;</td>
<td style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">
<?php
$msg = "Hey there,<br><br>just letting you know that %s shared the folder <strong>%s</strong> with the e-group %s.<br><br>To see the share log in with your account that belongs to %s in <a href='%s'>CERNBox</a> and click the tab <strong>Shared with me</strong>.<br><br>Also, if you want to sync the share in your desktop sync client add a new folder with this path <b><br><br><b>%s</b><br><br>";
$msg = "Hey there,<br><br>just letting you know that %s shared the folder <strong>%s</strong> with the e-group %s.<br><br>To see the share log in with your account that belongs to %s in <a href='%s'>CERNBox</a> and click the tab <strong>Shared with you</strong>.<br><br>Also, if you want to sync the share in your desktop sync client add a new folder with this path <b><br><br><b>%s</b><br><br>";
$msgreal = sprintf($msg,$_['user_displayname'], $_['filename'],$_['recipient'],$_['recipient'],$_['link'], $_['path']);
print_unescaped($msgreal);
p($l->t('Cheers!'));
Expand Down
2 changes: 1 addition & 1 deletion core/templates/maileosuser.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<td width="20px">&nbsp;</td>
<td style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">
<?php
$msg = "Hey there,<br><br>just letting you know that %s shared the folder <strong>%s</strong> with you.<br><br>To see the share log in as <strong>%s</strong> in <a href='%s'>CERNBox</a> and click the tab <strong>Shared with me</strong>.<br><br>Also, if you want to sync the share in your desktop sync client add a new folder with this path <b><br><br><b>%s</b><br><br>";
$msg = "Hey there,<br><br>just letting you know that %s shared the folder <strong>%s</strong> with you.<br><br>To see the share log in as <strong>%s</strong> in <a href='%s'>CERNBox</a> and click the tab <strong>Shared with you</strong>.<br><br>Also, if you want to sync the share in your desktop sync client add a new folder with this path <b><br><br><b>%s</b><br><br>";
$msgreal = sprintf($msg,$_['user_displayname'], $_['filename'],$_['recipient'],$_['link'], $_['path']);
print_unescaped($msgreal);
p($l->t('Cheers!'));
Expand Down

0 comments on commit f46c586

Please sign in to comment.