diff -r 0b2a75f60952 -r 1053a56bccec plugins/redmine_bibliography/assets/javascripts/bibliography.js
--- /dev/null
+++ b/plugins/redmine_bibliography/assets/javascripts/bibliography.js
@@ -0,0 +1,10 @@
+// bibliography.js
+
+function disable_fields(){
+	$this = $(this);
+	$author_info = $this.closest('div').prev();
+	$author_info.children('.description').toggle();
+	$author_info.find('p :input').attr("readonly", true);
+
+    return false;
+}
\ No newline at end of file
