Index: lams_central/web/includes/javascript/openUrls.js =================================================================== diff -u -rde884cf8c730a25d2f2296f7a768d3fd45508c99 -rccfaf7a9ef3cf04f1647bcb16ff673ca8cfc5952 --- lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision de884cf8c730a25d2f2296f7a768d3fd45508c99) +++ lams_central/web/includes/javascript/openUrls.js (.../openUrls.js) (revision ccfaf7a9ef3cf04f1647bcb16ff673ca8cfc5952) @@ -37,13 +37,13 @@ function openProfile() { if(isMac) { - pWin = window.open('profile.do?method=view','pWindow','width=796,height=570,resizable,scrollbars'); + pWin = window.open('profile.do?method=view','pWindow','width=1152,height=648,resizable,scrollbars'); } else { if (pWin && !pWin.closed) { pWin.location='profile.do?method=view'; pWin.focus(); } else { - pWin = window.open('profile.do?method=view','pWindow','width=796,height=570,resizable,scrollbars'); + pWin = window.open('profile.do?method=view','pWindow','width=1152,height=648,resizable,scrollbars'); pWin.focus(); } } @@ -158,8 +158,8 @@ } function openOrgManagement(orgId) { - var height = 570; - var width = 796; + var height = 648; + var width = 1152; var left = 0; var top = 0; if (self.screen) {