Author: phuong_vu
Date: 2011-11-30 03:05:26 -0500 (Wed, 30 Nov 2011)
New Revision: 8162
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIConfirmation.gtmpl
Log:
GTNPORTAL-2298 Change the Color of the warning message
Modified: portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIConfirmation.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIConfirmation.gtmpl 2011-11-30
07:50:18 UTC (rev 8161)
+++
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UIConfirmation.gtmpl 2011-11-30
08:05:26 UTC (rev 8162)
@@ -77,7 +77,7 @@
</div>
<div class="UITabContentContainer">
<%
- printMessage(message, "ErrorMessage");
+ printMessage(message, "WarningMessage");
%>
</div>
<div class="UIAction MessageActionBar">
Show replies by date