From 59b39c7380a8e9d4ddc5336a08e46897cc78c56c Mon Sep 17 00:00:00 2001 From: moodler <moodler> Date: Mon, 29 Nov 2004 08:10:37 +0000 Subject: [PATCH] Tweaks to the policy form (wider iframe and added a proper question to answer) --- lang/en/moodle.php | 2 +- user/policy.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 78a9c1b384..9c230359fa 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -831,7 +831,7 @@ $string['people'] = 'People'; $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'; diff --git a/user/policy.php b/user/policy.php index 4efcfc0cb9..cc5326b2f1 100644 --- a/user/policy.php +++ b/user/policy.php @@ -36,7 +36,7 @@ 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>'; -- 2.39.5