Skip to content
Snippets Groups Projects
Commit 761e39af authored by juanf's avatar juanf
Browse files

SSDM-216: ELN UI - GENERAL - Cloning samples in ELN

SVN: 31626
parent 01e6f9ca
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,8 @@ function SampleForm(serverFacade, inspector, containerId, profile, sampleTypeCod ...@@ -305,7 +305,8 @@ function SampleForm(serverFacade, inspector, containerId, profile, sampleTypeCod
var localReference = this; var localReference = this;
$( "#copyButton" ).click(function() { $( "#copyButton" ).click(function() {
var component = "<div class='form-horizontal'>" var component = "<div class='form-horizontal'>"
component += "<span class='glyphicon glyphicon-warning-sign'></span> Input a new code for the duplicate, the duplicate will not have parents or children: <br><br>"; component += "<legend>Duplicate entiy</legend>";
component += "<span class='glyphicon glyphicon-warning-sign'></span> The duplicate will not have parents or children: <br><br>";
component += "<div class='form-group col-md-9'>"; component += "<div class='form-group col-md-9'>";
component += "<label class='control-label " + localReference.labelColumnClass+ "'>Code&nbsp;(*):</label>"; component += "<label class='control-label " + localReference.labelColumnClass+ "'>Code&nbsp;(*):</label>";
component += "<div class='" + localReference.controlColumnClass + "'>"; component += "<div class='" + localReference.controlColumnClass + "'>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment