From 2a58d3c22c9409576bca3e4064886c7aa870f103 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 3 Dec 2007 15:42:11 +0000 Subject: [PATCH] MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added the selectallornone formslib element, modified the advcheckbox element to support the group variable, and implemented the new element in grade_export_form --- lang/en_utf8/form.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/form.php b/lang/en_utf8/form.php index 8ff186d2ec..822729c5fe 100644 --- a/lang/en_utf8/form.php +++ b/lang/en_utf8/form.php @@ -35,4 +35,6 @@ $string['showadvanced']='Show Advanced'; $string['timing'] = 'Timing'; $string['security'] = 'Security'; $string['display'] = 'Display'; + +$string['selectallornone'] = 'Select all/none'; ?> -- 2.39.5