mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user