diff --git a/app/assets/javascripts/addorder.js b/app/assets/javascripts/addorder.js
index f615a28d..50dc4741 100644
--- a/app/assets/javascripts/addorder.js
+++ b/app/assets/javascripts/addorder.js
@@ -378,9 +378,9 @@ $(function(){
item_options = $(this).data('option');
if (data.attr('data-image')) {
- image = "
";
+ image = "
";
}else{
- image = "
";
+ image = "
";
}
$('#modal_box_img').append(image);
diff --git a/app/views/crm/customers/_new_form.html.erb b/app/views/crm/customers/_new_form.html.erb
index 8687d25f..bba21b02 100644
--- a/app/views/crm/customers/_new_form.html.erb
+++ b/app/views/crm/customers/_new_form.html.erb
@@ -132,9 +132,9 @@
- <%= f.button :submit, "Submit",:class => 'btn btn-primary ', :id => 'submit_customer' %>
- <%= f.button :submit, "Update",:class => 'btn btn-primary ', :disabled =>'', :id => 'update_customer' %>
- <%= f.button :button, "Reset",:class => 'btn btn-danger ', :id => 'reset' %>
+ <%= f.submit "Submit",:class => 'btn btn-primary ', :id => 'submit_customer' %>
+ <%= f.submit "Update",:class => 'btn btn-info ', :disabled =>'', :id => 'update_customer' %>
+
<%end%>
diff --git a/app/views/crm/customers/index.html.erb b/app/views/crm/customers/index.html.erb
index fcea1c60..8473ecf6 100644
--- a/app/views/crm/customers/index.html.erb
+++ b/app/views/crm/customers/index.html.erb
@@ -35,22 +35,14 @@
<%= form_tag crm_customers_path, :id => "filter_form", :method => :get do %>
-
-
-
-
-
-
-
-
+
+
+
+
<% end %>
@@ -102,13 +94,6 @@