Ignore:
Timestamp:
04/15/13 09:56:08 (11 years ago)
Author:
rafaelgobara
Message:

Ticket #3423 - Alterado nome da função javascript que causava conflito com outro plugin do smarty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/smarty/wf_plugins/function.wf_select_user.php

    r4740 r8090  
    115115 
    116116        $output .= <<<EOF 
    117                 <a alt="$title" title="$title" href="javascript:void(0)" onclick="openParticipants('$name', '$extraParams');"><img border="0" alt="" src="$image" /></a> 
     117                <a alt="$title" title="$title" href="javascript:void(0)" onclick="openParticipantsWindow('$name', '$extraParams');"><img border="0" alt="" src="$image" /></a> 
    118118EOF; 
    119119        return $output; 
Note: See TracChangeset for help on using the changeset viewer.