mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user