search for: time_entry_hours

Displaying 2 results from an estimated 2 matches for "time_entry_hours".

2006 Sep 20
2
Not receiving form data using form_remote_for
..._url(:period => @period, :action => ''new''), :html => { :id => ''time-entry-form'' } do |f| %> <table border="0" cellspacing="0" cellpadding="5" width="100%"> <tr> <td><label for="time_entry_hours">Timer:</label></td> <td><%= f.text_field(''hours'', :size => 4, :value => entry.hours) -%></td> <td><label for="time_entry_decription">Beskrivelse:</label></td> <td><%= f.text_field('...
2006 Nov 04
0
Controller don''t receives form parameters using form_remote_for
..._url(:period => @period, :action => ''new''), :html => { :id => ''time-entry-form'' } do |f| %> <table border="0" cellspacing="0" cellpadding="5" width="100%"> <tr> <td><label for="time_entry_hours">Timer:</label></td> <td><%= f.text_field(''hours'', :size => 4, :value => entry.hours) -%></td> <td><label for="time_entry_decription">Beskrivelse:</label></td> <td><%= f.text_field('...