mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 04:01:40 +01:00
* 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
6 lines
338 B
PHP
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)';
|
|
?>
|