From: stronk7 Date: Sat, 3 Apr 2004 23:52:23 +0000 (+0000) Subject: Now, all "with/without user data" can be selected from one option. This X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=70441d0f8c0517e494dfc51f029125140755b384;p=moodle.git Now, all "with/without user data" can be selected from one option. This should avoid a lot of clicks to Gustav. :-D Current implementation can be modified to buttons...if desirable. --- diff --git a/backup/restore_form.html b/backup/restore_form.html index e89acc6f6a..0e1b4d9d9e 100644 --- a/backup/restore_form.html +++ b/backup/restore_form.html @@ -98,7 +98,21 @@ ?> -
+ + + "; //Now, check modules and info and show posibilities if ($allmods = get_records("modules") ) { + //Print option to select/deselect every "with user info" popup. For Gustav, lol, Eloy :-) + echo ""; + echo ""; + echo ""; + echo ""; foreach ($allmods as $mod) { $modname = $mod->name; $modrestore = $modname."_restore_mods";

"; + echo get_string("userdata").":"; + echo "". + get_string("all")."/"; + echo "". + get_string("none").""; + echo "