Merged V3.1 to HEAD

13208: ETHREEOH-1263 - 'Add content to your home space' from Getting Started dashlet incorrect behavior in IE6 and IE7
   13209: Calendar webscript descriptors cleaned up
   13216: Fix for ETHREEOH-1280
   13217: ETHREEOH-1160 - Favourite Sites - Favourite is spelled incorrectly
   13221: Share Footer style update to be compatible with Enterprise footer
   13222: *RECORD-ONLY* Share Enterprise Footer
   13223: *RECORD-ONLY* Remove Community Logo ping
   13225: Share Help URLs into config. Added Links page to missing config.
   13233: *RECORD-ONLY* JAWS-461 - Update the UI doc URLs for 3.1. - DO NOT MERGE
   13238: Link dashlet: Removed old reference to deleted files and unused code

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13582 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mike Hatfield
2009-03-11 21:23:17 +00:00
parent a94f5f0bff
commit 160173e94a

View File

@@ -62,7 +62,7 @@ public class UploadInput extends UIInput implements NamingContainer
super.encodeBegin(context);
writer.write("\n<input id='" + framework + ":" + framework + "-body:file-input' type='file' size='35' name='alfFileInput' onchange='javascript:handle_upload(this)'/>");
writer.write("\n<input id='" + framework + ":" + framework + "-body:file-input' contentEditable='false' type='file' size='35' name='alfFileInput' onchange='javascript:handle_upload(this)'/>");
}
public Object saveState(FacesContext context)