Split of MyWebForms portlet into MyWebForms and MyWebFiles portlets

- Improvements from UI review from Linton
 - High and click action in MyWebFiles (as per UI review)
 - Lock icon for locked items
 - Hide Edit action if item is in workflow or user does not have access to the lock
Scrollbar CSS colours added to portlets
Added new portlet to portlet.xml defs and as a new dashlet JSP+config
Updates to MyTasks portlet

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6208 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-07-11 16:07:05 +00:00
parent ccf25a67d9
commit 802a38fb73
14 changed files with 558 additions and 162 deletions

View File

@@ -58,7 +58,7 @@ var MyTasks = {
var fxDetail = new Fx.Elements(details, {wait: false, duration: MyTasks.ANIM_LENGTH, transition: Fx.Transitions.sineInOut,
onComplete: function()
{
// event handler to ensure
// event handler to ensure scrollable area style is set
this.elements.each(function(detail, i)
{
if (detail.parentNode.isOpen == true)
@@ -202,8 +202,7 @@ var MyTasks = {
// close other open tasks and toggle this one if it's already open
tasks.each(function(otherTask, j)
{
var otherItem = items[j],
otherInfo = infos[j],
var otherInfo = infos[j],
otherDetail = details[j];
if (otherTask != task)