|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<%= text_field_tag :identifier, @laboratory.identifier,
|
|
|
|
|
maxlength: 15, class: 'form-control font-16',
|
|
|
|
|
'onKeyUp': 'value=value.replace(/[^\w\.\-\/]/ig,"").toLowerCase()',
|
|
|
|
|
'onKeyUp': 'value=value.replace(/[^\w\-\/]/ig,"").toLowerCase()',
|
|
|
|
|
style: 'text-transform:lowercase'%>
|
|
|
|
|
<div class="input-group-append">
|
|
|
|
|
<% rails_env = EduSetting.get('rails_env') %>
|
|
|
|
|