]> git.mjollnir.org Git - moodle.git/commitdiff
Tweaks to the policy form (wider iframe and added a proper question to answer)
authormoodler <moodler>
Mon, 29 Nov 2004 08:10:37 +0000 (08:10 +0000)
committermoodler <moodler>
Mon, 29 Nov 2004 08:10:37 +0000 (08:10 +0000)
lang/en/moodle.php
user/policy.php

index 78a9c1b384caa05cb5340a12157a41d533995e95..9c230359fa0e8e9cc9e06691175521094bb92798 100644 (file)
@@ -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';
index 4efcfc0cb92014d1a0e69aec9f8908b3da130f3d..cc5326b2f1fb4ff60dc4236c5a881b48c5878964 100644 (file)
@@ -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>';