$string['personalprofile'] = 'Personal profile';
$string['phone'] = 'Phone';
$string['phpinfo'] = 'PHP info';
-$string['policyagree'] = 'You must agree to this policy to continue using this site.';
+$string['policyagree'] = 'You must agree to this policy to continue using this site. Do you agree?';
$string['policyagreement'] = 'Site Policy Agreement';
$string['policyagreementclick'] = 'Click here to read the Site Policy Agreement';
$string['popupwindow'] = 'Open file in new window';
print_heading($strpolicyagreement);
echo '<center>';
- echo '<iframe align="center" width="80%" height="70%" src="'.$CFG->sitepolicy.'" />';
+ echo '<iframe align="center" width="90%" height="70%" src="'.$CFG->sitepolicy.'" />';
echo link_to_popup_window ($CFG->sitepolicy, 'agreement', $strpolicyagreementclick,
500, 500, 'Popup window', 'none', true);
echo '</iframe>';