Author: jleroux
Date: Fri Sep 24 22:18:34 2010
New Revision: 1001097

URL: http://svn.apache.org/viewvc?rev=1001097&view=rev
Log:
Fixes typos

Modified:
    
ofbiz/branches/jquery/framework/common/webcommon/includes/setMultipleSelectJs.ftl

Modified: 
ofbiz/branches/jquery/framework/common/webcommon/includes/setMultipleSelectJs.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/common/webcommon/includes/setMultipleSelectJs.ftl?rev=1001097&r1=1001096&r2=1001097&view=diff
==============================================================================
--- 
ofbiz/branches/jquery/framework/common/webcommon/includes/setMultipleSelectJs.ftl
 (original)
+++ 
ofbiz/branches/jquery/framework/common/webcommon/includes/setMultipleSelectJs.ftl
 Fri Sep 24 22:18:34 2010
@@ -33,16 +33,16 @@ jQuery(document).ready(function() {
   if (isWidget) {                     
       widget.asmSelect({
         addItemTarget: 'top',
-        sortable: ${asm_sortable}!'false'},
-        removeLabel: '${uiLabelMap.CommonRemove}!'Remove'}'
+        sortable: ${asm_sortable!'false'},
+        removeLabel: '${uiLabelMap.CommonRemove!'Remove'}'
     });
   }
   // use asmSelect in Freemarker Templates
   else if (isFtl) {    
       ftl.asmSelect({
         addItemTarget: 'top',
-        sortable: ${asm_sortable}!'false'},
-        removeLabel: '${uiLabelMap.CommonRemove}!'Remove'}'
+        sortable: ${asm_sortable!'false'},
+        removeLabel: '${uiLabelMap.CommonRemove!'Remove'}'
         //,debugMode: true
       });
   }


Reply via email to