Author: jleroux
Date: Sat Aug 29 14:57:39 2009
New Revision: 809141
URL:
http://svn.apache.org/viewvc?rev=809141&view=revLog:
I finally reverted this change, I did not look at all aspects and it was actually OK
Modified:
ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl
Modified: ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl?rev=809141&r1=809140&r2=809141&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl Sat Aug 29 14:57:39 2009
@@ -214,10 +214,7 @@
<td><b>${uiLabelMap.WebtoolsFormat}</b> ${condition.format?default(uiLabelMap.CommonNA)}</td>
</tr>
<tr>
- <#if condition.isService?has_content>
- <td><b>${uiLabelMap.WebtoolsIsService}</b> ${condition.isService}</td>
- <td colspan="2"> </td>
- </#if>
+ <td><b>${uiLabelMap.WebtoolsIsService}</b> ${condition.isService?default(uiLabelMap.CommonNA)}</td>
<td><b>${uiLabelMap.WebtoolsIsConstant}</b> ${condition.isConstant?default(uiLabelMap.CommonNA)}</td>
<td><b>${uiLabelMap.WebtoolsOperator}</b> ${condition.operator?default(uiLabelMap.CommonNA)}</td>
</tr>