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'); } ?>