Browse Source

change instruction message

Jiu9Shen 5 years ago
parent
commit
2a9d7cfa29
1 changed files with 3 additions and 2 deletions
  1. 3 2
      tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

+ 3 - 2
tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

@@ -370,7 +370,7 @@ function tripal_jbrowse_mgmt_delete_track_form_submit($form, &$form_state) {
 
 /**
  * Track json editor advance form.
- * allow user to make advanced changes
+ * allow user to make all configurations of a track
  *
  * @param array $form
  * @param array $form_state
@@ -424,7 +424,8 @@ function tripal_jbrowse_mgmt_json_editor_advance_form($form, &$form_state, $trac
     '#value' => $track->id,
   ];
 
-  $instr_detail = '<p><strong>Only use this function if wanted configuration option is not included in Track Manage.</strong></p>';
+  $instr_detail = '<strong>Only use this function if wanted configuration option is not included in Track Manage.</strong><br>Details of JBrowse track configuration can be found in '.l('JBrowse Documentation', 'http://jbrowse.org/docs/canvas_features.html').'.
+    <br><strong>Please</strong> be extra cautious while editing track configuration since it will make changes in file trackList.json directly.<br>';
 
   $form['Instruction']=[
     '#type' => 'markup',