spec/dummy/app/views/labs/search.html.haml in medivo-0.2.10 vs spec/dummy/app/views/labs/search.html.haml in medivo-0.2.11
- old
+ new
@@ -65,10 +65,10 @@
// form for ajax appointment searches ..the code to handle return data is in app/assets/medivo/lab_appointments/handlers.coffee
= form_tag(medivo.find_appointment_labs_path, :method=>:get, :id=>'appointment_data_search', :remote=>true) do
%div
Enter a Date
- .spinner_elem{:style=>'display:none'}
+ .appointment_spinner_elem{:style=>'display:none'}
%img{ :src => "/assets/medivo/ajax_waiting.gif", :height => "20", :width => "20"}
.error_message
= text_field_tag :date, (Date.today+3.days).strftime("%m/%d/%Y")
= hidden_field_tag :lab_code, '' # you have to fill this in dynamically with a lab_code