Skip to content
Snippets Groups Projects
Commit f9a152f0 authored by Elke Kreim's avatar Elke Kreim
Browse files

Change placeholder text and field size

parent 3abdae15
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ $string['navigationtext'] = 'Teilnehmer*innen als Liste (Excel)';
// modulecode form
$string['modulecode'] = 'Modulkürzel';
$string['modulecode_default'] = 'Geben Sie das Modulkürzel des Kurses ein.';
$string['modulecode_default'] = 'Geben Sie das Modulkürzel des Kurses ein, z.B. EIT-217-01';
$string['modulecode_submit'] = 'Liste erstellen';
$string['modulecode_rule'] = 'Modulkürzel fehlt.';
......
......@@ -157,7 +157,7 @@ $string['navigationtext'] = 'Excel export';
// modulecode form
$string['modulecode'] = 'Module code';
$string['modulecode_default'] = 'Enter the module code of the course.';
$string['modulecode_default'] = 'Enter the module code of the course, e.g. EIT-217-01.';
$string['modulecode_submit'] = 'Create list';
$string['modulecode_rule'] = 'Missing module code.';
......
......@@ -18,7 +18,7 @@ class modulcode_form extends moodleform {
get_string('modulecode', 'local_hsh'),
array(
'placeholder'=> get_string('modulecode_default', 'local_hsh'),
'width'=>'100%',
'size'=>'100%',
)
);
$mform->setType('modulecode', PARAM_NOTAGS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment