Author: jleroux
Date: Wed Sep 22 14:29:35 2010
New Revision: 999977

URL: http://svn.apache.org/viewvc?rev=999977&view=rev
Log:
I18n of asmselect. We don't need more.

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

Modified: 
ofbiz/branches/jquery/framework/common/webcommon/includes/setMutipleSelectJs.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/common/webcommon/includes/setMutipleSelectJs.ftl?rev=999977&r1=999976&r2=999977&view=diff
==============================================================================
--- 
ofbiz/branches/jquery/framework/common/webcommon/includes/setMutipleSelectJs.ftl
 (original)
+++ 
ofbiz/branches/jquery/framework/common/webcommon/includes/setMutipleSelectJs.ftl
 Wed Sep 22 14:29:35 2010
@@ -21,7 +21,8 @@ under the License.
 
     jQuery("#${multipleSelectForm}_${multipleSelect}").asmSelect({
       addItemTarget: 'top',
-      sortable: ${sortable}
+      sortable: ${sortable},
+      removeLabel: '${uiLabelMap.CommonRemove}'
     });
 
     // track changes with our own event
@@ -36,10 +37,12 @@ under the License.
 </script>
 
 <style type="text/css">
-  #${multipleSelectForm} {
+
+#${multipleSelectForm} {
     width: ${formSize}px; 
     position: relative;
   }
+
 .asmListItem {
   width: ${asmListItemPercentOfForm}%; 
 }


Reply via email to