[rhmessaging-commits] rhmessaging commits: r1249 - in mgmt: notes and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Nov 6 13:14:40 EST 2007


Author: justi9
Date: 2007-11-06 13:14:40 -0500 (Tue, 06 Nov 2007)
New Revision: 1249

Modified:
   mgmt/cumin/python/cumin/broker.strings
   mgmt/notes/justin-todo.txt
Log:
Fixes input focus ordering in broker registration.



Modified: mgmt/cumin/python/cumin/broker.strings
===================================================================
--- mgmt/cumin/python/cumin/broker.strings	2007-11-06 18:04:14 UTC (rev 1248)
+++ mgmt/cumin/python/cumin/broker.strings	2007-11-06 18:14:40 UTC (rev 1249)
@@ -239,6 +239,6 @@
 
 [BrokerForm.field_html]
 <tr>
-  <td><input type="text" name="{field_name_name}" value="{field_name_value}" size="20"/></td>
-  <td><input type="text" name="{field_address_name}" value="{field_address_value}" size="40"/></td>
+  <td><input type="text" name="{field_name_name}" value="{field_name_value}" size="20" tabindex="100"/></td>
+  <td><input type="text" name="{field_address_name}" value="{field_address_value}" size="40" tabindex="100"/></td>
 </tr>

Modified: mgmt/notes/justin-todo.txt
===================================================================
--- mgmt/notes/justin-todo.txt	2007-11-06 18:04:14 UTC (rev 1248)
+++ mgmt/notes/justin-todo.txt	2007-11-06 18:14:40 UTC (rev 1249)
@@ -15,8 +15,6 @@
    in the render_title calls.  Perhaps introduce a get_title to solve
    this.
 
- * Fix tab order in broker register
-
  * Add charts for clients
 
  * Consumers and Producers tabs are missing rates, as are bindings




More information about the rhmessaging-commits mailing list