Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442ff17
)
MDL-22764, added cancel button
author
Dongsheng Cai
<unoter@gmail.com>
Wed, 23 Jun 2010 02:50:13 +0000
(
02:50
+0000)
committer
Dongsheng Cai
<unoter@gmail.com>
Wed, 23 Jun 2010 02:50:13 +0000
(
02:50
+0000)
mod/folder/edit_form.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/folder/edit_form.php
b/mod/folder/edit_form.php
index
d1b0a85
..
a6121c1
100644
(file)
--- a/
mod/folder/edit_form.php
+++ b/
mod/folder/edit_form.php
@@
-30,6
+30,6
@@
class mod_folder_edit_form extends moodleform {
$mform->addElement('hidden', 'id', $cmid);
$mform->addElement('filemanager', 'files_filemanager', get_string('files'), null, array('subdirs'=>1, 'accepted_types'=>'*', 'return_types'=>FILE_INTERNAL));
$submit_string = get_string('submit');
- $this->add_action_buttons(
fals
e, $submit_string);
+ $this->add_action_buttons(
tru
e, $submit_string);
}
}