MDL-21695 Cookies enabled help

AMOS BEGIN
 HLP cookies.html,[cookiesenabled_help,core]
AMOS END
This commit is contained in:
David Mudrak
2010-05-17 13:46:43 +00:00
parent 52236f053b
commit dc5eed4fee
2 changed files with 1 additions and 14 deletions
-13
View File
@@ -1,13 +0,0 @@
<h1>Cookies</h1>
<p>Two cookies are used by this site.</p>
<p>The essential one is the session cookie, usually called <b>MoodleSession</b>. You must allow this cookie
into your browser to provide continuity and maintain your login from page to page. When you log out or
close the browser this cookie is destroyed (in your browser and on the server).</p>
<p>The other cookie is purely for convenience, usually called something like <b>MOODLEID</b>. It just remembers
your username within the browser. This means when you return to this site the username field on the
login page will be already filled out for you. It is safe to refuse this cookie - you will just have
to retype your username every time you log in.</p>
+1 -1
View File
@@ -15,7 +15,7 @@ if ($show_instructions) {
if (empty($CFG->usesid)) {
echo '<br/>';
echo '('.get_string("cookiesenabled").')';
echo $OUTPUT->old_help_icon("cookies", get_string("cookiesenabled"));
echo $OUTPUT->help_icon('cookiesenabled');
}
?>
</div>