Author: thanh_tung_do
Date: 2010-06-08 06:45:09 -0400 (Tue, 08 Jun 2010)
New Revision: 3250
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIApplicationList.gtmpl
Log:
GTNPORTAL-1152: set gadget's default icon
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIApplicationList.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIApplicationList.gtmpl 2010-06-08
10:36:01 UTC (rev 3249)
+++
portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/application/UIApplicationList.gtmpl 2010-06-08
10:45:09 UTC (rev 3250)
@@ -43,7 +43,7 @@
<div class="UIVTab VTabStyle3"
id="<%=application.getId();%>"
onmousedown="eXo.portal.PortalDragDrop.init.call(this, event);">
<div class="VTabContentBG">
<div class="OverflowContainer">
- <img src="$srcBG" onError="src='$srcBGError'"
alt=""/>
+ <img src="<%=(srcBG!=null &&
srcBG.length()>0)?srcBG:srcBGError%>"
onError="src='$srcBGError'" alt=""/>
<div class="ContentInfo" title="<%=
application.getDisplayName() %>" style="cursor:move;">
<div class="LabelTab">$applicationLabel</div>
<div class="LableText"><%= application.getDescription()
%></div>
Show replies by date