[Rt-commit] r3430 - in rt/branches/3.5-TESTING: . html/Search/Elements

trs at bestpractical.com trs at bestpractical.com
Fri Jul 8 10:03:27 EDT 2005


Author: trs
Date: Fri Jul  8 10:03:25 2005
New Revision: 3430

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
Log:
 r4926 at wintermute:  tom | 2005-07-08 10:00:41 -0400
 Move attribute to end of element so as not to get in the way of a test


Modified: rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Elements/EditSearches	(original)
+++ rt/branches/3.5-TESTING/html/Search/Elements/EditSearches	Fri Jul  8 10:03:25 2005
@@ -67,7 +67,7 @@
 % }
 
 % if ($Dirty or $SearchId eq 'new') {
-<input type="submit" class="button" name="Save" value="<%loc('Save')%>">
+<input type="submit" name="Save" value="<%loc('Save')%>" class="button" />
 % }
 <hr>
 % }


More information about the Rt-commit mailing list