From 8fceac4925de76e5e72145885e518553f3024818 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 25 Jan 2013 10:12:45 +0100 Subject: mod_form: Hide example settings --- sqlbox/mod_form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sqlbox') 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 -- cgit