Changeset 8090 for trunk


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

Location:
trunk/workflow
Files:
2 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; 
  • trunk/workflow/js/jscode/participants.js

    r3729 r8090  
    364364} 
    365365 
    366 function openParticipants(target, option) 
     366function openParticipantsWindow(target, option) 
    367367{ 
    368368        newWidth   = 500; 
Note: See TracChangeset for help on using the changeset viewer.