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' => '
- - All the fields are compulsory
- - Proof (example: syllabus) to the usage/ popularity of the textbook must be provided in the references box below
- - Please make sure that the book proposed by you has at least 80 examples which include numerical computations and which can be coded in Scilab
- - If the book has less than 80 examples the honorarium will be provided on a pro-rata basis
- - Make sure the book you propose is not already an AICTE recommended book, completed book
- or a book in progress
- - You will be intimated about the approval or rejection of your suggestion via e-mail
-
-
',
+// $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' => '
+// - All the fields are compulsory
+// - Proof (example: syllabus) to the usage/ popularity of the textbook must be provided in the references box below
+// - Please make sure that the book proposed by you has at least 80 examples which include numerical computations and which can be coded in Scilab
+// - If the book has less than 80 examples the honorarium will be provided on a pro-rata basis
+// - Make sure the book you propose is not already an AICTE recommended book, completed book
+// or a book in progress
+// - You will be intimated about the approval or rejection of your suggestion via e-mail
+
+//
',
- );
+// );
$form['full_name'] = array(
--
cgit