[Rt-commit] r8966 - in rt/branches/3.7-EXPERIMENTAL: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Sep 7 14:55:49 EDT 2007


Author: sartak
Date: Fri Sep  7 14:55:48 2007
New Revision: 8966

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Prefs/Other.html

Log:
 r42433 at onn:  sartak | 2007-09-07 14:55:39 -0400
 prefs/other was using the wrong argument to set the button label


Modified: rt/branches/3.7-EXPERIMENTAL/html/Prefs/Other.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Prefs/Other.html	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Prefs/Other.html	Fri Sep  7 14:55:48 2007
@@ -68,7 +68,7 @@
 </&>
 % }
 
-<& /Elements/Submit, Name => 'Update', Value => loc('Save changes') &>
+<& /Elements/Submit, Name => 'Update', Label => loc('Save changes') &>
 </form>
 <%INIT>
 my @results;


More information about the Rt-commit mailing list