mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Straightened up a button
This commit is contained in:
parent
fe8988fb42
commit
4af0e604db
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
||||||
echo "<input type=\"text\" size=\"40\" name=\"exportfilename\" value=\"$exportfilename\">";
|
echo "<input type=\"text\" size=\"40\" name=\"exportfilename\" value=\"$exportfilename\">";
|
||||||
echo "</td></tr>";
|
echo "</td></tr>";
|
||||||
|
|
||||||
echo "<tr><td align=\"center\">";
|
echo "<tr><td align=\"center\" colspan=\"2\">";
|
||||||
echo " <input type=hidden name=category value=\"$category->id\">";
|
echo " <input type=hidden name=category value=\"$category->id\">";
|
||||||
echo " <input type=submit name=save value=\"".get_string("exportquestions","quiz")."\">";
|
echo " <input type=submit name=save value=\"".get_string("exportquestions","quiz")."\">";
|
||||||
echo "</td></tr>";
|
echo "</td></tr>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue