[rhmessaging-commits] rhmessaging commits: r3048 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Jan 19 09:57:17 EST 2009


Author: justi9
Date: 2009-01-19 09:57:17 -0500 (Mon, 19 Jan 2009)
New Revision: 3048

Modified:
   mgmt/trunk/cumin/python/cumin/broker.strings
Log:
Whitespace cleanup

Modified: mgmt/trunk/cumin/python/cumin/broker.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/broker.strings	2009-01-19 14:55:41 UTC (rev 3047)
+++ mgmt/trunk/cumin/python/cumin/broker.strings	2009-01-19 14:57:17 UTC (rev 3048)
@@ -87,7 +87,7 @@
 
     count = wooly.doc().elembyid("timer_count").set("" + secs);
     ending = wooly.doc().elembyid("timer_word").set(secs == 1 ? "second" : "seconds");
-    
+
     if (secs < 1) {
         location.reload();
     }
@@ -239,7 +239,7 @@
 
         {fields}
       </table>
-      
+
       {more_button}<input type="hidden" name="{more_name}" value="" />
     </fieldset>
 
@@ -258,7 +258,7 @@
 	if (oMore) {
 		oMore.onclick = function() { document.forms[0].elements["{more_name}"].value = "t"; document.forms[0].submit(); }
 	}
-}		
+}
 (function() {
     var elem = wooly.doc().elembyid("{id}").node.elements[1];
     elem.focus();
@@ -267,8 +267,8 @@
 addEvent(window, "load", attach_more_id);
 ]]>
 </script>
- 
 
+
 [BrokerSetForm.field_html]
 <tr>
   <td>




More information about the rhmessaging-commits mailing list