Merged V3.1 to HEAD

13258: ETHREEOH-1347 - Incorrect displaying of "Copy to..." dialog at DocLib page using IE6
   13259: ETHREEOH-1327 - Incorrect display of Invite Users on Site members page in IE
   13260: ETHREEOH-271, ETHREEOH-509, ETHREEOH-1267, ETHREEOH-272. Prevented (confusing and unnecessary) ability to type into File Browse controls
   13272: ETHREEOH-1360 - Links don't show up in the Search Results page
   13273: More TinyMCE features added to wiki editor. Safe-tags functions updated accordingly.
   13380: Additions fix for ETHREEOH-1360 - Links don't show up in the Search Results page

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13583 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mike Hatfield
2009-03-11 23:18:16 +00:00
parent 160173e94a
commit f6b762476a
2 changed files with 3 additions and 0 deletions

View File

@@ -608,6 +608,7 @@ var MySpaces = {
fileInput.type = "file";
fileInput.name = "_upload";
fileInput.size = "35";
fileInput.contentEditable = false;
fileInput.setStyle("width", "100%");
fileInput.addClass("spaceFormItem");
fileInput.injectTop(panel);
@@ -793,6 +794,7 @@ var MySpaces = {
fileInput.type = "file";
fileInput.name = "_upload";
fileInput.size = "35";
fileInput.contentEditable = false;
fileInput.setStyle("width", "100%");
fileInput.addClass("spaceFormItem");
fileInput.injectTop(panel);