I'd like to increase the size of the popup window when clicking on the membership info button @ the /m/membership/index page.
I tried changing the width & height on the following script on line 155 of inc/profiles.inc.php , but that didn't have any effect. I cleared my site cache, browser cache & reloaded the page.
$viewMembershipActions = "<br />(<a onclick=\"javascript:window.open('explanation.php?explain=membership&type=".$membership_info['ID']."', '', 'width=660, height=500, menubar=no, status=no, resizable=no, scrollbars=yes, toolbar=no, location=no');\" href=\"javascript:void(0);\">"._t("_VIEW_MEMBERSHIP_ACTIONS")."</a>)<br />";
Anyone have an idea on how to fix that?