From dc5eed4fee22b557612fcf1f7b0a8fcf25beaadd Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 17 May 2010 13:46:43 +0000 Subject: [PATCH] MDL-21695 Cookies enabled help AMOS BEGIN HLP cookies.html,[cookiesenabled_help,core] AMOS END --- lang/en/help/cookies.html | 13 ------------- login/index_form.html | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 lang/en/help/cookies.html diff --git a/lang/en/help/cookies.html b/lang/en/help/cookies.html deleted file mode 100644 index 9c2249352db..00000000000 --- a/lang/en/help/cookies.html +++ /dev/null @@ -1,13 +0,0 @@ -

Cookies

- -

Two cookies are used by this site.

- -

The essential one is the session cookie, usually called MoodleSession. 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).

- -

The other cookie is purely for convenience, usually called something like MOODLEID. 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.

- diff --git a/login/index_form.html b/login/index_form.html index 83bffaeaa39..f84f0815463 100644 --- a/login/index_form.html +++ b/login/index_form.html @@ -15,7 +15,7 @@ if ($show_instructions) { if (empty($CFG->usesid)) { echo '
'; echo '('.get_string("cookiesenabled").')'; - echo $OUTPUT->old_help_icon("cookies", get_string("cookiesenabled")); + echo $OUTPUT->help_icon('cookiesenabled'); } ?>