Update merge.html.erb
This commit is contained in:
parent
485104b909
commit
955df1b9c7
|
@ -4,13 +4,13 @@
|
|||
<%= stylesheet_link_tag "lib/fileupload" %>
|
||||
<%= stylesheet_link_tag "lib/main-list" %>
|
||||
<%= stylesheet_link_tag "lib/main-form-col2" %>
|
||||
<% end %>
|
||||
<script>
|
||||
<style>
|
||||
table.table.main-list.tablet.footable-loaded td{
|
||||
vertical-align: middle;
|
||||
}
|
||||
</style>
|
||||
<% end %>
|
||||
<script>
|
||||
function change_mode(){
|
||||
var value = $("form[name='mode_form']").find("input[type='checkbox']")[0].checked
|
||||
if (value){
|
||||
|
|
Loading…
Reference in New Issue