From 56d2ad0cd2ff2cd38cf9b631f8dd6c990145e79c Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Wed, 2 May 2012 18:56:00 -0400 Subject: [PATCH] BUG 8897 The image "Previous Step" doesn't have ID. It needs this... SOLVED - We verified that these links did not have its respective id. - Add the id for the Previous link in the xmlmenuDyn.html. --- workflow/engine/templates/xmlmenuDyn.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workflow/engine/templates/xmlmenuDyn.html b/workflow/engine/templates/xmlmenuDyn.html index 125ba35ce..3cb4238e0 100755 --- a/workflow/engine/templates/xmlmenuDyn.html +++ b/workflow/engine/templates/xmlmenuDyn.html @@ -17,9 +17,9 @@ {elseif ($field->type==='button')} {$field->field} {elseif ($field->type==='link') || ($field->type==='menu')} -  {$field->field} +  {$field->field} {else} -  {$field->label} {$field->field} +  {$field->label} {$field->field} {/if} {/if} {/foreach} @@ -43,7 +43,7 @@ {elseif ($field->type==='link') || ($field->type==='menu')} {$field->field} {else} -  {$field->label} {$field->field} +  {$field->label} {$field->field} {/if} {/if} {/foreach} @@ -94,7 +94,7 @@ {elseif ($field->type==='link') || ($field->type==='menu')}
{$field->field}
{else} -  {$field->label} {$field->field} +  {$field->label} {$field->field} {/if} {/if} {/foreach}