summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2014-08-21 16:38:20 +0530
committerprashantsinalkar2014-08-21 16:38:20 +0530
commitdc0a43b36066a0d7a4e62799ab409be43211d0fc (patch)
tree10b4322be4aed040f75b342c9e8c15b2dfcb036c
parentde74488cffa7c3bcf4a6719006e9448e4d4bf6ab (diff)
downloadscilab_textbook_companion-dc0a43b36066a0d7a4e62799ab409be43211d0fc.tar.gz
scilab_textbook_companion-dc0a43b36066a0d7a4e62799ab409be43211d0fc.tar.bz2
scilab_textbook_companion-dc0a43b36066a0d7a4e62799ab409be43211d0fc.zip
modifide links for feddback
-rwxr-xr-xtextbook_companion.module8
1 files changed, 5 insertions, 3 deletions
diff --git a/textbook_companion.module b/textbook_companion.module
index cd76e4e..f14d4c7 100755
--- a/textbook_companion.module
+++ b/textbook_companion.module
@@ -693,7 +693,8 @@ function textbook_companion_aicte_proposal_all() {
$page_content .= "<ul>";
$page_content .= "<li>These are the list of books available for <em>Textbook Companion</em> proposal.</li>";
$page_content .= "<li>Please <a href='/user'><b><u>Login</u></b></a> to create a proposal.</li>";
- $page_content .= "<li>If you are unable to propose any of the books from the below list, please let us know. <a id='aicte-report' href='#'>Click here</a> to report.</li>";
+ $page_content .= "<li>Unable to propose perticular book: <a id='aicte-report' href='#'>Click here</a></li>";
+ $page_content .= "<li>Do not wish to propose any of above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a></li>";
$page_content .= "</ul>";
$page_content .= "<div id='aicte-list-wrapper'>";
$num_rows = mysql_num_rows($result);
@@ -760,8 +761,9 @@ function textbook_companion_aicte_proposal_all() {
variable_del("aicte_".$user->uid);
$page_content .= "<h5><b>* Please select any 3 books from the below available list.</b></h5>";
- $page_content .= " If you are unable to propose any of the books from the below list, please let us know. <a id='aicte-report' href='#'>Click here</a> to report.";
- $page_content .= drupal_get_form("textbook_companion_aicte_report_form");
+ $page_content .= "<li>Unable to propose perticular book: <a id='aicte-report' href='#'>Click here</a></li>";
+ $page_content .= "<li>Do not wish to propose any of above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a></li>";
+ $page_content .= drupal_get_form("textbook_companion_aicte_report_form");
$page_content .= drupal_get_form("textbook_companion_aicte_proposal_form");
return $page_content;
}