Changeset 8090
- Timestamp:
- 04/15/13 09:56:08 (10 years ago)
- Location:
- trunk/workflow
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/workflow/inc/smarty/wf_plugins/function.wf_select_user.php
r4740 r8090 115 115 116 116 $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> 118 118 EOF; 119 119 return $output; -
trunk/workflow/js/jscode/participants.js
r3729 r8090 364 364 } 365 365 366 function openParticipants (target, option)366 function openParticipantsWindow(target, option) 367 367 { 368 368 newWidth = 500;
Note: See TracChangeset
for help on using the changeset viewer.