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/fileupload" %>
|
||||||
<%= stylesheet_link_tag "lib/main-list" %>
|
<%= stylesheet_link_tag "lib/main-list" %>
|
||||||
<%= stylesheet_link_tag "lib/main-form-col2" %>
|
<%= stylesheet_link_tag "lib/main-form-col2" %>
|
||||||
<% end %>
|
<style>
|
||||||
<script>
|
|
||||||
<style>
|
|
||||||
table.table.main-list.tablet.footable-loaded td{
|
table.table.main-list.tablet.footable-loaded td{
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<% end %>
|
||||||
|
<script>
|
||||||
function change_mode(){
|
function change_mode(){
|
||||||
var value = $("form[name='mode_form']").find("input[type='checkbox']")[0].checked
|
var value = $("form[name='mode_form']").find("input[type='checkbox']")[0].checked
|
||||||
if (value){
|
if (value){
|
||||||
|
|
Loading…
Reference in New Issue