Update of /cvsroot/openfirst/messenger
In directory sc8-pr-cvs1:/tmp/cvs-serv21902
Modified Files:
messenger.php
Log Message:
Ensure that message is always readable by forcing on certain colours
Index: messenger.php
===================================================================
RCS file: /cvsroot/openfirst/messenger/messenger.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** messenger.php 23 Aug 2003 20:31:57 -0000 1.6
--- messenger.php 25 Aug 2003 16:50:02 -0000 1.7
***************
*** 84,94 ****
<table style="position: absolute; left: 32px; top: 163px; width: 384px; height: 19px" width="400">
<tr>
! <th>Private Messaging System Alert</th>
</tr>
<tr>
! <td height="25" bgcolor="#FFFFFF"><img src="<?php echo $basepath; ?>/messenger/msg.png" alt="New Message">
<br>
<center>You have <b><?php echo $messages; ?></b> new Messages(s) in your visitor
! inbox!<br><br>[ <a href="<?php echo $basepath; ?>/messenger/inbox.php">Visitor Inbox</a> ]<br><br></p></center></td>
</tr>
</table>
--- 84,96 ----
<table style="position: absolute; left: 32px; top: 163px; width: 384px; height: 19px" width="400">
<tr>
! <th style="background-color: #cccccc; color: #000000;">Private
! Messaging System Alert</th>
</tr>
<tr>
! <td height="25" style="background-color: #ffffff; color: #000000;"
! ><img src="<?php echo $basepath; ?>/messenger/msg.png" alt="New Message">
<br>
<center>You have <b><?php echo $messages; ?></b> new Messages(s) in your visitor
! inbox!<br><br>[ <a href="<?php echo $basepath; ?>/messenger/inbox.php" style="color: #000000;">Visitor Inbox</a> ]<br><br></p></center></td>
</tr>
</table>
***************
*** 96,98 ****
}
}
! ?>
\ No newline at end of file
--- 98,100 ----
}
}
! ?>
|