mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Simplify text on submit button
This commit is contained in:
parent
955567ad2f
commit
7ff90101a6
@ -662,7 +662,7 @@
|
||||
<!-- provide an additional button to edit questions -->
|
||||
<?php if ($form->instance) { ?>
|
||||
<input type="hidden" name="redirecturl" value="<?php p("$CFG->wwwroot/mod/quiz/edit.php?quizid=$form->instance") ?>" />
|
||||
<input type="submit" name="redirect" value="<?php print_string('saveandedit', 'quiz') ?>" />
|
||||
<input type="submit" name="redirect" value="<?php print_string("savechanges") ?>" />
|
||||
<?php } else { ?>
|
||||
<input type="submit" value="<?php print_string("savechanges") ?>" />
|
||||
<?php } ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user