Commit e64c2a32 authored by delanoe's avatar delanoe

[FIX] CSS + TEXT + ERGO on explorer choice.

parent d6b0a4fa
......@@ -882,7 +882,11 @@ function GetUserPortfolio() {
$("#add_corpus_tab").prop("disabled",false)
var selected = $('input[name=optradio]:checked')[0].id.split("_")
var sel_p_id = selected[0], sel_c_id =selected[1]
$("#selected_corpus").html( "<center>"+portfolio[sel_p_id] + " , " + portfolio[sel_c_id]+"</center><br>" )
var html_selection = ""
html_selection += '<center>You are comparing:</center>'
html_selection += "<center> ("+portfolio[sel_p_id] + ") <=> (" + portfolio[sel_c_id]+")</center><br>"
$("#selected_corpus").html( html_selection )
});
......
......@@ -439,7 +439,7 @@
<div class="modal-body form-horizontal">
<h4>Choose one corpus:</h4>
<h4>Choose one corpus among your projects:</h4>
<div style="color:red;" id="selected_corpus"></div>
<div id="user_portfolio">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment