From ee121e3dfba98d0e70c5f8923fa7bd51d0f9299b Mon Sep 17 00:00:00 2001 From: lukemelia Date: Sun, 10 Dec 2006 22:43:24 +0000 Subject: [PATCH] Adjust the tab order of the edit action form so it doesn't overlap with the tab order of the add action form. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@372 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/todo/_edit_form.rhtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tracks/app/views/todo/_edit_form.rhtml b/tracks/app/views/todo/_edit_form.rhtml index f6ce82ca..76a576e2 100644 --- a/tracks/app/views/todo/_edit_form.rhtml +++ b/tracks/app/views/todo/_edit_form.rhtml @@ -6,15 +6,15 @@ - + - + -
<%= text_field( "item", "description", "tabindex" => 1) %><%= text_field( "item", "description", "tabindex" => 8) %>
<%= text_area( "item", "notes", "cols" => 20, "rows" => 5, "tabindex" => 2) %><%= text_area( "item", "notes", "cols" => 20, "rows" => 5, "tabindex" => 9) %>
+