From 43ea1fbdd4af08daaeff3953858c1ea3258a2567 Mon Sep 17 00:00:00 2001 From: marcelo Date: Mon, 22 Apr 2013 11:42:31 -0400 Subject: [PATCH 1/2] BUG 11284 "When you select an image, the apply button image is shown on the right bottom side" SOLVED -When you select an image, the apply buttom image is not shown right on the right bottom side. -Solved, now the apply buttom image is not shown under the selected image. --- workflow/engine/templates/admin/pmLogo.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/workflow/engine/templates/admin/pmLogo.html b/workflow/engine/templates/admin/pmLogo.html index 94f930244..792e2694c 100644 --- a/workflow/engine/templates/admin/pmLogo.html +++ b/workflow/engine/templates/admin/pmLogo.html @@ -72,7 +72,7 @@ display : inline; margin : 4px; margin-right : 0; - padding : 5px; + padding : 22px; border : 1px solid white; } #images-view .thumb-wrap span { @@ -84,7 +84,7 @@ border : 1px solid #99bbe8; opacity : 0.5; background : #efefef url(/images/ext/row-over.gif) repeat-x left top; - padding : 5px; + padding : 22px; } @@ -92,7 +92,8 @@ border : 1px solid #99bbe8; background : #eff5fb url(/images/select-icon.png) no-repeat right bottom; opacity : 0.5; - padding : 5px; + padding : 22px; + text-align : center; } #images-view .x-view-selected .thumb { background : transparent; From 4ff5f7f78b95f43451862c231894996959c90643 Mon Sep 17 00:00:00 2001 From: marcelo Date: Mon, 22 Apr 2013 14:07:42 -0400 Subject: [PATCH 2/2] BUG 11284 "When you select an image, the apply button image is shown on the right bottom side" SOLVED -When you select an image, the apply buttom image is not shown right on the right bottom side. -Solved, now the apply buttom image is not shown under the selected image. --- workflow/engine/templates/admin/pmLogo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow/engine/templates/admin/pmLogo.js b/workflow/engine/templates/admin/pmLogo.js index 4f426d220..e63d0e35e 100644 --- a/workflow/engine/templates/admin/pmLogo.js +++ b/workflow/engine/templates/admin/pmLogo.js @@ -182,6 +182,7 @@ Ext.onReady(function() { autoHeight : false, height : 800, multiSelect : true, + autoScroll: true, overClass : 'x-view-over', itemSelector: 'div.thumb-wrap', emptyText : _('ID_NO_IMAGES_TO_DISPLAY'),