diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 10:12:45 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 10:12:45 +0100 |
commit | 8fceac4925de76e5e72145885e518553f3024818 (patch) | |
tree | 12f45c9b2b11d35e37fbe466cdb3972c74e6c770 /sqlbox/mod_form.php | |
parent | a278371368e6ece009bd62504788898ae256d868 (diff) | |
download | sqltutor-plugin-8fceac4925de76e5e72145885e518553f3024818.tar.gz sqltutor-plugin-8fceac4925de76e5e72145885e518553f3024818.tar.bz2 sqltutor-plugin-8fceac4925de76e5e72145885e518553f3024818.zip |
mod_form: Hide example settings
Diffstat (limited to 'sqlbox/mod_form.php')
-rw-r--r-- | sqlbox/mod_form.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlbox/mod_form.php b/sqlbox/mod_form.php index 4f7c820..c59fba7 100644 --- a/sqlbox/mod_form.php +++ b/sqlbox/mod_form.php @@ -62,7 +62,7 @@ class mod_sqlbox_mod_form extends moodleform_mod { $this->add_intro_editor(); $mform->addElement('text', 'query', 'SQL Query', 'size="50"'); - +/* //------------------------------------------------------------------------------- // Adding the rest of sqlbox settings, spreeading all them into this fieldset // or adding more fieldsets ('header' elements) if needed for better logic @@ -70,6 +70,7 @@ class mod_sqlbox_mod_form extends moodleform_mod { $mform->addElement('header', 'sqlboxfieldset', get_string('sqlboxfieldset', 'sqlbox')); $mform->addElement('static', 'label2', 'sqlboxsetting2', 'Your sqlbox fields go here. Replace me!'); + */ //------------------------------------------------------------------------------- // add standard elements, common to all modules |