Menu

#2208 bugfix: Cannot see participants in meeting

0.7.4 only
open
Calendar (348)
5
2016-01-31
2006-07-25
madgrepper
No

When you create a meeting and add participants, the
participants are not visible on the screen because the
text is white on white

Solution:

In _calendar_subj_followup_row.tpl, line 75

Change:

<td WIDTH="100%">{if
$r4_3[part].id==$r4_3[part].inituserid}<B>{$r4_3[part].name}

to:

<td style="color:black" WIDTH="100%">{if
$r4_3[part].id==$r4_3[part].inituserid}<B>{$r4_3[part].name}

MGW version is 0.7.4

Discussion

  • madgrepper

    madgrepper - 2006-07-25

    before and after pictures of screen

     
  • Matthieu PAINEAU

    • Group: 0.7.x --> 0.7.4
     

Log in to post a comment.