diff --git a/source/web/WEB-INF/repo.tld b/source/web/WEB-INF/repo.tld
index 02c03607b6..b3406812ba 100644
--- a/source/web/WEB-INF/repo.tld
+++ b/source/web/WEB-INF/repo.tld
@@ -1538,4 +1538,26 @@
+
+ dialogButtons
+ org.alfresco.web.ui.repo.tag.DialogButtonsTag
+ JSP
+
+
+ The dialogButtons component displays the buttons for a dialog.
+
+
+
+ id
+ false
+ true
+
+
+
+ styleClass
+ false
+ true
+
+
+
diff --git a/source/web/jsp/content/add-content-dialog.jsp b/source/web/jsp/content/add-content-dialog.jsp
index b4d66e0ed9..70eaba69ce 100644
--- a/source/web/jsp/content/add-content-dialog.jsp
+++ b/source/web/jsp/content/add-content-dialog.jsp
@@ -111,7 +111,7 @@ if (dialog != null && dialog.getFileName() != null)
-
+
<%
if (fileUploaded)
diff --git a/source/web/jsp/dialog/container.jsp b/source/web/jsp/dialog/container.jsp
index a5dcd4cd25..0d9067e811 100644
--- a/source/web/jsp/dialog/container.jsp
+++ b/source/web/jsp/dialog/container.jsp
@@ -73,6 +73,11 @@
|
+
+
+ |
+ |
@@ -106,23 +111,7 @@
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %>
-
+
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %>
|
diff --git a/source/web/jsp/workflow/manage-workitem.jsp b/source/web/jsp/workflow/manage-workitem.jsp
new file mode 100644
index 0000000000..b518813ad9
--- /dev/null
+++ b/source/web/jsp/workflow/manage-workitem.jsp
@@ -0,0 +1,28 @@
+<%--
+ 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