diff --git a/source/web/css/main.css b/source/web/css/main.css
index 55149a4e5a..c7b7b280ce 100644
--- a/source/web/css/main.css
+++ b/source/web/css/main.css
@@ -272,11 +272,13 @@ a.headbarLink
.recordSetRow
{
background-color: #FFFFFF;
+ vertical-align: top;
}
.recordSetRowAlt
{
background-color: #DEE5EC;
+ vertical-align: top;
}
.recordSetHeader
diff --git a/source/web/images/filetypes/lnk.gif b/source/web/images/filetypes/lnk.gif
new file mode 100644
index 0000000000..5f92a961dc
Binary files /dev/null and b/source/web/images/filetypes/lnk.gif differ
diff --git a/source/web/images/filetypes/psd.gif b/source/web/images/filetypes/psd.gif
new file mode 100644
index 0000000000..f5c02c3437
Binary files /dev/null and b/source/web/images/filetypes/psd.gif differ
diff --git a/source/web/images/filetypes32/lnk.gif b/source/web/images/filetypes32/lnk.gif
new file mode 100644
index 0000000000..1bbc6a476b
Binary files /dev/null and b/source/web/images/filetypes32/lnk.gif differ
diff --git a/source/web/images/filetypes32/psd.gif b/source/web/images/filetypes32/psd.gif
new file mode 100644
index 0000000000..769a9164b2
Binary files /dev/null and b/source/web/images/filetypes32/psd.gif differ
diff --git a/source/web/images/icons/paste_link.gif b/source/web/images/icons/paste_link.gif
new file mode 100644
index 0000000000..5f92a961dc
Binary files /dev/null and b/source/web/images/icons/paste_link.gif differ
diff --git a/source/web/images/icons/space-icon-link-16.gif b/source/web/images/icons/space-icon-link-16.gif
new file mode 100644
index 0000000000..acb4beac34
Binary files /dev/null and b/source/web/images/icons/space-icon-link-16.gif differ
diff --git a/source/web/images/icons/space-icon-link.gif b/source/web/images/icons/space-icon-link.gif
new file mode 100644
index 0000000000..60dfc1d99a
Binary files /dev/null and b/source/web/images/icons/space-icon-link.gif differ
diff --git a/source/web/jsp/dialog/document-details.jsp b/source/web/jsp/dialog/document-details.jsp
index 3f94080497..3bf479f87c 100644
--- a/source/web/jsp/dialog/document-details.jsp
+++ b/source/web/jsp/dialog/document-details.jsp
@@ -88,11 +88,11 @@
<%-- Navigation --%>
-
+
-
+
|
@@ -218,8 +218,7 @@
+ columns="1" mode="view" labelStyleClass="propertiesLabel" externalConfig="true" />
@@ -240,8 +239,7 @@
-
+
-
+
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+
+<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
+<%@ page isELIgnored="false" %>
+<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+
+
+
+
+
+
+
+ <%-- load a bundle of properties with I18N strings --%>
+
+
+
+
+ <%-- Main outer table --%>
+
+
+ <%-- Title bar --%>
+
+
+ <%@ include file="../parts/titlebar.jsp" %>
+ |
+
+
+ <%-- Main area --%>
+
+ <%-- Shelf --%>
+
+ <%@ include file="../parts/shelf.jsp" %>
+ |
+
+ <%-- Work Area --%>
+
+
+ <%-- Breadcrumb --%>
+ <%@ include file="../parts/breadcrumb.jsp" %>
+
+ <%-- Status and Actions --%>
+
+ |
+
+
+ <%-- Status and Actions inner contents table --%>
+ <%-- Generally this consists of an icon, textual summary and actions for the current object --%>
+
+
+ |
+ |
+
+
+ <%-- separator row with gradient shadow --%>
+
+ %>/images/parts/statuspanel_7.gif) |
+ |
+ %>/images/parts/statuspanel_9.gif) |
+
+
+ <%-- Details --%>
+
+ |
+
+
+
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
+
+
+ |
+
+ |
+
+ : |
+
+ *
+ |
+
+
+ : |
+
+
+ |
+
+
+ : |
+
+
+ |
+
+
+ : |
+
+
+ |
+
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
+ |
+
+
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
+ |
+
+
+ |
+ |
+
+
+ <%-- Error Messages --%>
+
+ |
+
+ <%-- messages tag to show messages not handled by other specific message tags --%>
+
+ |
+ |
+
+
+ <%-- separator row with bottom panel graphics --%>
+
+ %>/images/parts/whitepanel_7.gif) |
+ |
+ %>/images/parts/whitepanel_9.gif) |
+
+
+
+ |
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/filelink-details.jsp b/source/web/jsp/dialog/filelink-details.jsp
new file mode 100644
index 0000000000..c9e5fc630f
--- /dev/null
+++ b/source/web/jsp/dialog/filelink-details.jsp
@@ -0,0 +1,227 @@
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+
+<%@ page buffer="64kb" contentType="text/html;charset=UTF-8" %>
+<%@ page isELIgnored="false" %>
+<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+
+
+
+
+
+ <%-- load a bundle of properties with I18N strings --%>
+
+
+
+
+ <%-- Main outer table --%>
+
+
+ <%-- Title bar --%>
+
+
+ <%@ include file="../parts/titlebar.jsp" %>
+ |
+
+
+ <%-- Main area --%>
+
+ <%-- Shelf --%>
+
+ <%@ include file="../parts/shelf.jsp" %>
+ |
+
+ <%-- Work Area --%>
+
+
+ |
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/preview-file.jsp b/source/web/jsp/dialog/preview-file.jsp
index 4fb60d7e98..442b321eb3 100644
--- a/source/web/jsp/dialog/preview-file.jsp
+++ b/source/web/jsp/dialog/preview-file.jsp
@@ -88,11 +88,11 @@
<%-- Navigation --%>
|
-
+
-
+
|
diff --git a/source/web/jsp/dialog/preview-space.jsp b/source/web/jsp/dialog/preview-space.jsp
index 4a1c0c30d6..805549bea3 100644
--- a/source/web/jsp/dialog/preview-space.jsp
+++ b/source/web/jsp/dialog/preview-space.jsp
@@ -88,11 +88,11 @@
<%-- Navigation --%>
|
-
+
-
+
|
diff --git a/source/web/jsp/dialog/space-details.jsp b/source/web/jsp/dialog/space-details.jsp
index c70e563bc2..1ed6a727a9 100644
--- a/source/web/jsp/dialog/space-details.jsp
+++ b/source/web/jsp/dialog/space-details.jsp
@@ -76,11 +76,11 @@
<%-- Navigation --%>
-
+
-
+
|
diff --git a/source/web/jsp/dialog/spacelink-details.jsp b/source/web/jsp/dialog/spacelink-details.jsp
new file mode 100644
index 0000000000..5aa9709fd2
--- /dev/null
+++ b/source/web/jsp/dialog/spacelink-details.jsp
@@ -0,0 +1,212 @@
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+
+<%@ page buffer="64kb" contentType="text/html;charset=UTF-8" %>
+<%@ page isELIgnored="false" %>
+<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
+
+
+
+
+
+ <%-- load a bundle of properties with I18N strings --%>
+
+
+
+
+ <%-- Main outer table --%>
+
+
+ <%-- Title bar --%>
+
+
+ <%@ include file="../parts/titlebar.jsp" %>
+ |
+
+
+ <%-- Main area --%>
+
+ <%-- Shelf --%>
+
+ <%@ include file="../parts/shelf.jsp" %>
+ |
+
+ <%-- Work Area --%>
+
+
+ |
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/forums/forum-details.jsp b/source/web/jsp/forums/forum-details.jsp
index ea774fa2cd..4e24b500c2 100644
--- a/source/web/jsp/forums/forum-details.jsp
+++ b/source/web/jsp/forums/forum-details.jsp
@@ -76,11 +76,11 @@
<%-- Navigation --%>
-
+
-
+
|
diff --git a/source/web/jsp/forums/forums-details.jsp b/source/web/jsp/forums/forums-details.jsp
index dfe6a59141..f2a64f3325 100644
--- a/source/web/jsp/forums/forums-details.jsp
+++ b/source/web/jsp/forums/forums-details.jsp
@@ -76,11 +76,11 @@
<%-- Navigation --%>
-
+
-
+
|
diff --git a/source/web/jsp/forums/topic-details.jsp b/source/web/jsp/forums/topic-details.jsp
index 2e5f592eb3..58de0f95be 100644
--- a/source/web/jsp/forums/topic-details.jsp
+++ b/source/web/jsp/forums/topic-details.jsp
@@ -77,11 +77,11 @@
<%-- Navigation --%>
-
+
-
+
|
|