mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Removed the raquo completely MDL-8528
This commit is contained in:
parent
a3b81262dd
commit
5bc28e71eb
@ -644,7 +644,7 @@ if ($nextstage == SAVE) {
|
||||
echo "<td width=\"33.3%\"> </td>\n";
|
||||
echo "<td width=\"33.3%\"> </td>\n";
|
||||
echo "<td width=\"33.3%\" align=\"right\">\n";
|
||||
print_single_button("index.php", $options, get_string('continue')." »");
|
||||
print_single_button("index.php", $options, get_string('continue'));
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "</table>\n";
|
||||
@ -661,7 +661,7 @@ if ($nextstage == SAVE) {
|
||||
print_single_button("install.php", $installoptions, get_string('download', 'install'));
|
||||
echo "</td>\n";
|
||||
echo "<td width=\"33.3%\" align=\"right\">\n";
|
||||
print_single_button("index.php", $options, get_string('continue')." »");
|
||||
print_single_button("index.php", $options, get_string('continue'));
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "</table>\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user