svn commit: r953326 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r953326 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl

erwan
Author: erwan
Date: Thu Jun 10 14:06:37 2010
New Revision: 953326

URL: http://svn.apache.org/viewvc?rev=953326&view=rev
Log:
Unexistant uilabel was used

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl?rev=953326&r1=953325&r2=953326&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl Thu Jun 10 14:06:37 2010
@@ -46,7 +46,7 @@ under the License.
             <#else>
                 <tr>
                     <td colspan="${columnCount}">
-                        <h2>${uiLabelMap.WebtoolsNoEntityRecordFound} ${entityName}.</h2>
+                        <h2>${uiLabelMap.WebtoolsNoEntityRecordsFound} ${entityName}.</h2>
                     </td>
                 </tr>
             </#if>