From 66c330bacf743d68b859020608a4630de42ab007 Mon Sep 17 00:00:00 2001 From: prashant Date: Mon, 30 Mar 2015 15:50:58 +0530 Subject: disabled guidelines --- textbook_companion.module | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'textbook_companion.module') diff --git a/textbook_companion.module b/textbook_companion.module index 86933f5..abe0a65 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -2317,28 +2317,28 @@ function book_proposal_nonaicte_form($form_state) '#type' => 'item', '#value' => 'Please fill up this form carefully as the details entered here will be exactly written in the Textbook Companion and also follow the additional guidelines.', ); - $form['guidelines'] = array( - '#type' => 'fieldset', - '#title' => t('Guidelines'), - '#attributes' => array('style'=>'font-weight: bold'), - '#collapsible' => TRUE, - '#collapsed' => FALSE, - ); - $form['guidelines']['book'] = array( - '#type' => 'item', - '#required' => TRUE, - '#value' => ' ', +// $form['guidelines'] = array( +// '#type' => 'fieldset', +// '#title' => t('Guidelines'), +// '#attributes' => array('style'=>'font-weight: bold'), +// '#collapsible' => TRUE, +// '#collapsed' => FALSE, +// ); +// $form['guidelines']['book'] = array( +// '#type' => 'item', +// '#required' => TRUE, +// '#value' => ' ', - ); +// ); $form['full_name'] = array( -- cgit