Changeset 3598


Ignore:
Timestamp:
12/16/10 18:09:36 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1422 - alterando chamadas de listUsers.php na API.

Location:
branches/2.2/phpgwapi/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/phpgwapi/templates/classic/js/listUsers.js

    r3404 r3598  
    4848                newScreenY  = 0; 
    4949 
    50                 window.open('phpgwapi/templates/celepar/listUsers.php?'+(type == 'g' ? 'type=g&' : '')+'currentApp='+currentApp,"","width="+newWidth+",height="+newHeight+",screenX="+newScreenX+",left="+newScreenX+",screenY="+newScreenY+",top="+newScreenY+",status=1,toolbar=no,scrollbars=yes,resizable=no"); 
     50                window.open('phpgwapi/templates/classic/listUsers.php?'+(type == 'g' ? 'type=g&' : '')+'currentApp='+currentApp,"","width="+newWidth+",height="+newHeight+",screenX="+newScreenX+",left="+newScreenX+",screenY="+newScreenY+",top="+newScreenY+",status=1,toolbar=no,scrollbars=yes,resizable=no"); 
    5151                 
    5252        } 
  • branches/2.2/phpgwapi/templates/default/js/listUsers.js

    r3404 r3598  
    4848                newScreenY  = 0; 
    4949 
    50                 window.open('phpgwapi/templates/celepar/listUsers.php?'+(type == 'g' ? 'type=g&' : '')+'currentApp='+currentApp,"","width="+newWidth+",height="+newHeight+",screenX="+newScreenX+",left="+newScreenX+",screenY="+newScreenY+",top="+newScreenY+",status=1,toolbar=no,scrollbars=yes,resizable=no"); 
     50                window.open('phpgwapi/templates/default/listUsers.php?'+(type == 'g' ? 'type=g&' : '')+'currentApp='+currentApp,"","width="+newWidth+",height="+newHeight+",screenX="+newScreenX+",left="+newScreenX+",screenY="+newScreenY+",top="+newScreenY+",status=1,toolbar=no,scrollbars=yes,resizable=no"); 
    5151                 
    5252        } 
Note: See TracChangeset for help on using the changeset viewer.