Skip to content

Commit

Permalink
Fix: for avoid scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Oct 9, 2017
1 parent 625e440 commit 2bd6629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/adherents/card.php
Expand Up @@ -1354,8 +1354,8 @@ function initfieldrequired()
$texttosend=$object->makeSubstitution($adht->getMailOnValid());

$tmp=$langs->trans("SendAnEMailToMember");
$tmp.='<br>('.$langs->trans("MailFrom").': <b>'.$conf->global->ADHERENT_MAIL_FROM.'</b>, ';
$tmp.=$langs->trans("MailRecipient").': <b>'.$object->email.'</b>)';
$tmp.='<br>'.$langs->trans("MailFrom").': <b>'.$conf->global->ADHERENT_MAIL_FROM.'</b>, ';
$tmp.='<br>'.$langs->trans("MailRecipient").': <b>'.$object->email.'</b>';
$helpcontent='';
$helpcontent.='<b>'.$langs->trans("MailFrom").'</b>: '.$conf->global->ADHERENT_MAIL_FROM.'<br>'."\n";
$helpcontent.='<b>'.$langs->trans("MailRecipient").'</b>: '.$object->email.'<br>'."\n";
Expand Down

0 comments on commit 2bd6629

Please sign in to comment.