mirror of
https://github.com/moodle/moodle.git
synced 2025-05-04 07:08:51 +02:00
Added release and version information to registration
This commit is contained in:
parent
4bcc7ebfd6
commit
fa6a30b75c
@ -56,6 +56,13 @@
|
||||
echo "<input type=\"hidden\" name=\"lang\" value=\"".current_language()."\">";
|
||||
echo "</td></tr>\n";
|
||||
|
||||
echo "<tr valign=top>";
|
||||
echo "<td align=right><p>".get_string("currentversion").":</td>";
|
||||
echo "<td><p>$CFG->release ($CFG->version)</td>";
|
||||
echo "<input type=\"hidden\" name=\"version\" value=\"$CFG->version\">";
|
||||
echo "<input type=\"hidden\" name=\"release\" value=\"$CFG->release\">";
|
||||
echo "</td></tr>\n";
|
||||
|
||||
echo "<tr valign=top>";
|
||||
echo "<td align=right><p>".get_string("fullsitename").":</td>";
|
||||
echo "<td><p><input size=50 type=\"text\" name=\"sitename\" value=\"$site->fullname\"></td>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user