public
Description: Tracks is a GTD(TM) web application, built with Ruby on Rails
Homepage: http://www.rousette.org.uk/projects/
Clone URL: git://github.com/bsag/tracks.git
Click here to lend your support to: tracks and make a donation at www.pledgie.com !
add accesskey to submit button in mobile view

in mobile view when you edit an action, pressing # will submit changes
lrbalt (author)
Tue Aug 19 13:24:00 -0700 2008
commit  6e8ea419f97151337dbf986143537f11b0d701d5
tree    9ea8b0c8672ac37d42178887645f35a76985a2d3
parent  88ea02d29a44c51031e7e45eb4b4d3729646b5d5
...
1
2
3
 
4
5
...
1
2
 
3
4
5
0
@@ -1,5 +1,5 @@
0
 <% form_tag formatted_todo_path(@todo, :m), :method => :put do %>
0
   <%= render :partial => 'edit_mobile', :locals => { :parent_container_type => "show_mobile" } %>
0
-  <p><input type="submit" value="Update" tabindex="6" /></p>
0
+  <p><input type="submit" value="Update" tabindex="6" accesskey="#" /></p>
0
 <% end -%>
0
 <%= link_to "Cancel", @return_path %>

Comments