summaryrefslogtreecommitdiff
path: root/scilab_fixer.module
diff options
context:
space:
mode:
authorJayaram Pai2014-04-29 08:46:18 +0530
committerJayaram Pai2014-04-29 08:46:18 +0530
commitcaf4dd1671c16d6f1bda1b33f2fd982424360b61 (patch)
tree8b698361344e9212e7ed2061911fa54638537da3 /scilab_fixer.module
parentbd2260b00a36b1565d67cee58fe38b84941f41b0 (diff)
downloadtextbook_companion_fixer-caf4dd1671c16d6f1bda1b33f2fd982424360b61.tar.gz
textbook_companion_fixer-caf4dd1671c16d6f1bda1b33f2fd982424360b61.tar.bz2
textbook_companion_fixer-caf4dd1671c16d6f1bda1b33f2fd982424360b61.zip
updated uncommitted files
Diffstat (limited to 'scilab_fixer.module')
-rwxr-xr-xscilab_fixer.module2
1 files changed, 2 insertions, 0 deletions
diff --git a/scilab_fixer.module b/scilab_fixer.module
index ce214cf..fb1a831 100755
--- a/scilab_fixer.module
+++ b/scilab_fixer.module
@@ -94,6 +94,7 @@
$page_content .= "<span id='done'>Done.</span>";
$page_content .= drupal_get_form("scilab_fixer_caption_form");
$page_content .= "</div>";
+ $page_content .= "<small>* Selecting text from above code-area with mouse will add it to the caption textbox.</small>";
return $page_content;
}
@@ -162,5 +163,6 @@
function scilab_fixer_init() {
drupal_add_css(drupal_get_path("module", "scilab_fixer") . "/css/scilab_fixer.css");
drupal_add_js(drupal_get_path("module", "scilab_fixer") . "/js/scilab_fixer.js");
+ drupal_add_js(drupal_get_path("module", "scilab_fixer") . "/js/selection.js");
}
?>