From 979c56e9214af03af8efed1ceca5fa5c702ec760 Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Mon, 7 Dec 2009 12:45:07 -0500 Subject: [PATCH] minor Show the field numeric_calification, only if you include the item in the grade book see #369 --- main/forum/forumfunction.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/forum/forumfunction.inc.php b/main/forum/forumfunction.inc.php index a6ad00baea..caf8a974e6 100755 --- a/main/forum/forumfunction.inc.php +++ b/main/forum/forumfunction.inc.php @@ -1941,11 +1941,11 @@ function show_add_post_form($action='', $id='', $form_values='') { // thread qualify $form->addElement('static','Group', '
'.get_lang('AlterQualifyThread').''); - $form->addElement('text', 'numeric_calification', get_lang('QualifyNumeric'),'Style="width:40px"'); $form->applyFilter('numeric_calification', 'html_filter'); $form->addElement('checkbox', 'thread_qualify_gradebook', '', get_lang('QualifyThreadGradebook'),'onclick="javascript:if(this.checked==true){document.getElementById(\'options_field\').style.display = \'block\';}else{document.getElementById(\'options_field\').style.display = \'none\';}"'); $form -> addElement('html','