moodle/lang/en_utf8/form.php
jamiesensei 80f962df90 * added error message for setHelpButton method not existing
* modified htmleditor class so that differences in formatting for this element are defined by css but use the same html
* added type name of element classes to css wrapper class names
2006-09-26 09:42:42 +00:00

6 lines
338 B
PHP

<?php
$string['denotesreq']='$a denotes required field.';
$string['requiredelement']='Required field.';
$string['nonexistentformelements']='Trying to add help buttons to nonexistent form elements : $a';
$string['nomethodforaddinghelpbutton']='There is no method for adding a help button to form element $a->name (class $a->classname)';
?>