mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Course ID number
This commit is contained in:
parent
146ebe9074
commit
7f760716ce
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@
|
|||
<?php if (isset($err["shortname"])) formerr($err["shortname"]); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign=top>
|
||||
<td align="right"><P><?php print_string("idnumber") ?>:</td>
|
||||
<td><input type="text" name="idnumber" maxlength="100" size="10" value="<?php p($form->idnumber) ?>">
|
||||
<?php helpbutton("courseidnumber", get_string("idnumber")) ?>
|
||||
<?php if (isset($err["idnumber"])) formerr($err["idnumber"]); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign=top>
|
||||
<td align="right"><P><?php print_string("summary") ?>:</td>
|
||||
<td><?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue