<% if (fileUploaded) { %>
-
+ |
@@ -191,23 +191,27 @@ if (dialog != null && dialog.getFileName() != null)
|
-
-
+ |
+
|
|
-
-
+ |
+
|
-
+ |
+
+ |
+
*
+ onchange="checkButtonState();" />
|
+ |
|
@@ -218,6 +222,7 @@ if (dialog != null && dialog.getFileName() != null)
+ |
|
@@ -225,7 +230,35 @@ if (dialog != null && dialog.getFileName() != null)
- <% } %>
+ <% if (dialog.getOtherPropertiesChoiceVisible()) { %>
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+ |
+
+ |
+
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+ <% } } %>
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
@@ -297,7 +330,7 @@ if (dialog != null && dialog.getFileName() != null)
{
finishButtonPressed = false;
return validateName(document.getElementById("add-content-upload-end:file-name"),
- '', true);
+ '', true);
}
else
{
diff --git a/source/web/jsp/content/create-content-wizard/details.jsp b/source/web/jsp/content/create-content-wizard/details.jsp
index 6f29b791fc..dc072dce91 100644
--- a/source/web/jsp/content/create-content-wizard/details.jsp
+++ b/source/web/jsp/content/create-content-wizard/details.jsp
@@ -68,18 +68,26 @@
-
-
+
+
+
+
+
+
+
+
+
@@ -87,4 +95,15 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
diff --git a/source/web/jsp/content/edit-content-properties.jsp b/source/web/jsp/content/edit-content-properties.jsp
new file mode 100644
index 0000000000..6451f6ed83
--- /dev/null
+++ b/source/web/jsp/content/edit-content-properties.jsp
@@ -0,0 +1,30 @@
+<%--
+ 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="/WEB-INF/alfresco.tld" prefix="a" %>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/web/jsp/dialog/document-details.jsp b/source/web/jsp/dialog/document-details.jsp
index 57d4c06f5c..2586e7d60c 100644
--- a/source/web/jsp/dialog/document-details.jsp
+++ b/source/web/jsp/dialog/document-details.jsp
@@ -184,7 +184,7 @@
+ action="dialog:editContentProperties" />
diff --git a/source/web/jsp/dialog/edit-text-inline.jsp b/source/web/jsp/dialog/edit-text-inline.jsp
index bb9dc42047..137dd3e494 100644
--- a/source/web/jsp/dialog/edit-text-inline.jsp
+++ b/source/web/jsp/dialog/edit-text-inline.jsp
@@ -137,7 +137,9 @@
<%-- Inline editor --%>
-
+ <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
+
+ <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
|
|