Index: temp_moodle_dev/moodle/mod/wiki/mod_form_lams.php =================================================================== diff -u -r110856b69b21fd74be859f54974d596884cbca6f -rc2729a2a34a1c941824e892d32c66a7edc88d7ea --- temp_moodle_dev/moodle/mod/wiki/mod_form_lams.php (.../mod_form_lams.php) (revision 110856b69b21fd74be859f54974d596884cbca6f) +++ temp_moodle_dev/moodle/mod/wiki/mod_form_lams.php (.../mod_form_lams.php) (revision c2729a2a34a1c941824e892d32c66a7edc88d7ea) @@ -87,10 +87,12 @@ $features->groups = true; $features->groupings = true; $features->groupmembersonly = true; - $this->standard_coursemodule_elements($features); + $this->standard_hidden_coursemodule_elements(); //------------------------------------------------------------------------------- // buttons - $this->add_action_buttons(); + // button �save and display� at the end of the form + $this->add_action_buttons(false,null,false); + //$this->add_action_buttons(); } }