Displaying 1 result from an estimated 1 matches for "tbl_header".
Did you mean:
html_header
2006 Aug 16
0
sort_link_helper , sorting on date
...;Sort by this field",
:href => url_for(:action => ''list'', :params => @params.merge({:sort
=> key, :page => nil}))
}
link_to_remote(text, options, html_options)
end
_user_list.rhtml ----------------------- (partial in my list.rhtml)
<tr class="tbl_header">
<td align="center" <%= sort_td_class_helper "startdate"%>><%=
sort_link_helper "Start", "startdate"></td>
.... table item line -----------
<td width="30%" align="center"><%= h(booking.startdat...