- Added change missing from checkin on Friday

- Removed type column from dashlets
- Removed unrequired JBPM filters from web.xml
- Moved jbpm console link from dashlet to admin console
- Removed workflows temporary dashlet

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3624 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2006-08-29 11:14:45 +00:00
parent 8b0b4cb878
commit 4bb0cb5b71
8 changed files with 14 additions and 95 deletions

View File

@@ -27,14 +27,6 @@
<h:outputText value="#{r['bpm:taskId']}" />
</a:column>
<%-- Type column --%>
<a:column style="text-align:left">
<f:facet name="header">
<a:sortLink label="#{msg.type}" value="type" styleClass="header"/>
</f:facet>
<h:outputText value="#{r.type}" />
</a:column>
<%-- Source column --%>
<a:column style="text-align:left">
<f:facet name="header">

View File

@@ -35,14 +35,6 @@
<h:outputText value="#{r['bpm:taskId']}" />
</a:column>
<%-- Type column --%>
<a:column style="text-align:left">
<f:facet name="header">
<a:sortLink label="#{msg.type}" value="type" styleClass="header"/>
</f:facet>
<h:outputText value="#{r.type}" />
</a:column>
<%-- Source column --%>
<a:column style="text-align:left">
<f:facet name="header">