From: nicolasconnault Date: Mon, 3 Dec 2007 15:42:11 +0000 (+0000) Subject: MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2a58d3c22c9409576bca3e4064886c7aa870f103;p=moodle.git 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 --- 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'; ?>