Author: sebawagner
Date: Sat Jul 21 12:30:12 2012
New Revision: 1364072
URL: http://svn.apache.org/viewvc?rev=1364072&view=rev
Log:
Minor change to improve visibility of new (unread) message text in chatbox
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/baseTabChatPanel.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/baseTabChatPanel.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/baseTabChatPanel.lzx?rev=1364072&r1=1364071&r2=1364072&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/baseTabChatPanel.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/baseTabChatPanel.lzx
Sat Jul 21 12:30:12 2012
@@ -151,7 +151,6 @@
<method name="showText" args="refObj">
if (this.doBlink) {
- if ($debug)
Debug.write("showText",this._newMessage.opacity);
lz.Timer.addTimer( this.fadeDelegate , 1000 );
if (this._newMessage.opacity == 0) {
this._newMessage.animate( "opacity",
1.0, 400 );
@@ -221,7 +220,7 @@
<view name="_newMessage" y="0" x="${ parent.width-this.width }"
visibility="hidden">
<view x="1" y="2" resource="chat_message_incoming_rsc"
/>
- <labelText x="22" y="2" fgcolor="0xFFFFFF"
fontstyle="bold"
+ <labelText x="22" y="2" fgcolor="0x008000"
fontstyle="bold"
labelid="1417" />
</view>