Changeset 8094
- Timestamp:
- 04/17/13 09:17:22 (10 years ago)
- Location:
- trunk/workflow
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/workflow/js/adminaccess/control_folder.js
r3255 r8094 416 416 bt.setAttribute('name','Selecionar'); 417 417 bt.setAttribute('value','Selecionar'); 418 bt.onclick = function() { openParticipants ('sel_org_user', 'hidegroups=1'); };418 bt.onclick = function() { openParticipantsWindow('sel_org_user', 'hidegroups=1'); }; 419 419 td.appendChild(bt); 420 420 … … 575 575 bt.setAttribute('name','Selecionar'); 576 576 bt.setAttribute('value','Selecionar'); 577 bt.onclick = function() { openParticipants ('sel_proc_user', ''); };577 bt.onclick = function() { openParticipantsWindow('sel_proc_user', ''); }; 578 578 td.appendChild(bt); 579 579 … … 726 726 bt.setAttribute('name','Selecionar'); 727 727 bt.setAttribute('value','Selecionar'); 728 bt.onclick = function() { openParticipants ('sel_mon_user', ''); };728 bt.onclick = function() { openParticipantsWindow('sel_mon_user', ''); }; 729 729 td.appendChild(bt); 730 730 … … 785 785 content += '<td align="right"><input type="button" name="Remover" value="Remover" onclick="deleteExternalApplicationAdmin();"/></td>'; 786 786 content += '<td></td>'; 787 content += '<td align="right"><input type="button" name="Selecionar" value="Selecionar" onclick="openParticipants (\'sel_exa_user\', \'\')"/><input type="button" name="Remover" value="Remover" onclick="del_selected_reg(\'sel_exa_user\');"/></td>';787 content += '<td align="right"><input type="button" name="Selecionar" value="Selecionar" onclick="openParticipantsWindow(\'sel_exa_user\', \'\')"/><input type="button" name="Remover" value="Remover" onclick="del_selected_reg(\'sel_exa_user\');"/></td>'; 788 788 content += '</tr>'; 789 789 content += '<tr><td colspan="3"></td></tr>'; … … 849 849 content += '<td align="right"><input type="button" name="Remover" value="Remover" onclick="deleteWorkflowAdministrators();"/></td>'; 850 850 content += '<td></td>'; 851 content += '<td align="right"><input type="button" name="Selecionar" value="Selecionar" onclick="openParticipants (\'selectWorkflowUsers\', \'\')"/><input type="button" name="Remover" value="Remover" onclick="del_selected_reg(\'selectWorkflowUsers\');"/></td>';851 content += '<td align="right"><input type="button" name="Selecionar" value="Selecionar" onclick="openParticipantsWindow(\'selectWorkflowUsers\', \'\')"/><input type="button" name="Remover" value="Remover" onclick="del_selected_reg(\'selectWorkflowUsers\');"/></td>'; 852 852 content += '</tr>'; 853 853 content += '<tr><td colspan="3"></td></tr>'; … … 901 901 content += '<td align="right"><input type="button" name="Remover" value="Remover" onclick="deleteDevelopmentAdministrators();"/></td>'; 902 902 content += '<td></td>'; 903 content += '<td align="right"><input type="button" name="Selecionar" value="Selecionar" onclick="openParticipants (\'selectDevelopmentUsers\', \'\')"/><input type="button" name="Remover" value="Remover" onclick="del_selected_reg(\'selectDevelopmentUsers\');"/></td>';903 content += '<td align="right"><input type="button" name="Selecionar" value="Selecionar" onclick="openParticipantsWindow(\'selectDevelopmentUsers\', \'\')"/><input type="button" name="Remover" value="Remover" onclick="del_selected_reg(\'selectDevelopmentUsers\');"/></td>'; 904 904 content += '</tr>'; 905 905 content += '<tr><td colspan="3"></td></tr>'; -
trunk/workflow/js/monitors/processes.js
r795 r8094 101 101 content += '<td><input type="hidden" name="newUser" id="newUser" value="" />'; 102 102 content += '<input type="input" name="newUser_desc" id="newUser_desc" value="" readonly="true" size="32" />'; 103 content += '<a href="javascript:void(0)" onclick="openParticipants (\'newUser\', \'uid=1&hidegroups=1\');"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png"/></a></td></tr>';103 content += '<a href="javascript:void(0)" onclick="openParticipantsWindow(\'newUser\', \'uid=1&hidegroups=1\');"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png"/></a></td></tr>'; 104 104 content += '<tr><td colspan="2"><button onclick="clickLoadActivities(' + pid + ');return false;">Próximo >></button></td></tr></table>'; 105 105 content += '</td>'; -
trunk/workflow/js/orgchart/organization.js
r7379 r8094 736 736 content += '<input type="hidden" name="funcionario_id" id="funcionario_id" value="" />'; 737 737 content += '<input type="input" name="funcionario_id_desc" id="funcionario_id_desc" value="" readonly="true" size="40" />'; 738 content += '<a href="javascript:void(0)" onclick="openParticipants (\'funcionario_id\', \'uid=1&hidegroups=1\');" id="addEmployeeLink"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png" /></a>';738 content += '<a href="javascript:void(0)" onclick="openParticipantsWindow(\'funcionario_id\', \'uid=1&hidegroups=1\');" id="addEmployeeLink"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png" /></a>'; 739 739 content += '</td></tr>'; 740 740 content += '<tr><td><label for="funcionario_status_id">Status</label></td><td id="comboStatus"><i>carregando</i></td></tr>'; … … 801 801 content += '<input type="hidden" name="titular_funcionario_id" id="titular_funcionario_id" value="" />'; 802 802 content += '<input type="input" name="titular_funcionario_id_desc" id="titular_funcionario_id_desc" value="" readonly="true" size="40" />'; 803 content += '<a href="javascript:void(0)" onclick="openParticipants (\'titular_funcionario_id\', \'uid=1&hidegroups=1\');"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png" /></a>';803 content += '<a href="javascript:void(0)" onclick="openParticipantsWindow(\'titular_funcionario_id\', \'uid=1&hidegroups=1\');"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png" /></a>'; 804 804 content += ' <a href="javascript:void(0)" onclick="$(\'titular_funcionario_id\').value=\'\'; $(\'titular_funcionario_id_desc\').value=\'\'; return false;"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/delete_user.png" /></a>'; 805 805 content += '</td></tr>'; … … 807 807 content += '<input type="hidden" name="auxiliar_funcionario_id" id="auxiliar_funcionario_id" value="" />'; 808 808 content += '<input type="input" name="auxiliar_funcionario_id_desc" id="auxiliar_funcionario_id_desc" value="" readonly="true" size="40" />'; 809 content += '<a href="javascript:void(0)" onclick="openParticipants (\'auxiliar_funcionario_id\', \'uid=1&hidegroups=1\');"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png" /></a>';809 content += '<a href="javascript:void(0)" onclick="openParticipantsWindow(\'auxiliar_funcionario_id\', \'uid=1&hidegroups=1\');"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png" /></a>'; 810 810 content += ' <a href="javascript:void(0)" onclick="$(\'auxiliar_funcionario_id\').value=\'\'; $(\'auxiliar_funcionario_id_desc\').value=\'\'; return false;"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/delete_user.png" /></a>'; 811 811 content += '</td></tr>'; … … 882 882 content += '<input type="hidden" name="substituto_funcionario_id" id="substituto_funcionario_id" value="" />'; 883 883 content += '<input type="input" name="substituto_funcionario_id_desc" id="substituto_funcionario_id_desc" value="" readonly="true" size="40" />'; 884 content += '<a href="javascript:void(0)" onclick="openParticipants (\'substituto_funcionario_id\', \'uid=1&hidegroups=1\');"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png" /></a>';884 content += '<a href="javascript:void(0)" onclick="openParticipantsWindow(\'substituto_funcionario_id\', \'uid=1&hidegroups=1\');"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/add_user.png" /></a>'; 885 885 content += ' <a href="javascript:void(0)" onclick="$(\'substituto_funcionario_id\').value=\'\'; $(\'substituto_funcionario_id_desc\').value=\'\'; return false;"><img border="0" width="16" height="16" src="workflow/templateFile.php?file=images/delete_user.png" /></a>'; 886 886 content += '</td></tr>'; -
trunk/workflow/templates/default/admin_activities.tpl
r1710 r8094 178 178 <div id="div_default_user_option_0" style="display:none;"> 179 179 <input type="input" name="default_user_desc" id="default_user_desc" value="{wf_default_user_desc}" readonly="true" size="40" /> 180 <a href="javascript:void(0)" onclick="openParticipants ('default_user', 'uid=1&hidegroups=1');"><img border="0" src="workflow/templateFile.php?file=images/add_user.png" /></a>180 <a href="javascript:void(0)" onclick="openParticipantsWindow('default_user', 'uid=1&hidegroups=1');"><img border="0" src="workflow/templateFile.php?file=images/add_user.png" /></a> 181 181 <button onclick="document.getElementById('default_user_desc').value=''; document.getElementById('default_user').value='*'; return false">{lang_without_default_user}</button> 182 182 <br> -
trunk/workflow/templates/default/admin_roles.tpl
r795 r8094 123 123 </select> 124 124 </td><td valign=center align=center> 125 <a href='javascript:void(0)' onclick="openParticipants ('user_list', 'entities=ug&usePreffix=1');"><img border=0 src={src_img_add_users}></a>125 <a href='javascript:void(0)' onclick="openParticipantsWindow('user_list', 'entities=ug&usePreffix=1');"><img border=0 src={src_img_add_users}></a> 126 126 <br> 127 <a href='javascript:void(0)' onclick="openParticipants ('user_list', 'entities=ug&usePreffix=1');">{lang_Add}</a>127 <a href='javascript:void(0)' onclick="openParticipantsWindow('user_list', 'entities=ug&usePreffix=1');">{lang_Add}</a> 128 128 <br><br> 129 129 <a href="javascript:void(0)" onclick="participantsRemoveUser(document.getElementById('user_list'));"><img border=0 src={src_img_del_users}></a>
Note: See TracChangeset
for help on using the changeset viewer.