Browse Source

Update tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

Co-Authored-By: Lacey-Anne Sanderson <las166@mail.usask.ca>
Yichao Shen 5 years ago
parent
commit
06fad0df82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

+ 1 - 1
tripal_jbrowse_mgmt/includes/tripal_jbrowse_mgmt_tracks.form.inc

@@ -425,7 +425,7 @@ function tripal_jbrowse_mgmt_json_editor_advance_form($form, &$form_state, $trac
   ];
 
   $instr_detail = '<p><strong>Only use this functionality if the configuration option you want is not included in the "Track Manage" form.</strong>. For more information on the JBrowse track configuration see the '.l('JBrowse Documentation', 'http://jbrowse.org/docs/canvas_features.html').'.</p>
-    <br><strong>Please</strong> be extra cautious while editing track configuration since it will make changes in file trackList.json directly.<br>';
+    <div class="messages warning">Please be extra cautious while editing track configuration, since it will make changes in file trackList.json directly. Also, do not change the "label" since it will disconnect this track from the JBrowse Management form.</div>';
 
   $form['Instruction']=[
     '#type' => 'markup',