[Rt-commit] r11666 - rt/branches/3.6-RELEASE/html/Tools

ruz at bestpractical.com ruz at bestpractical.com
Wed Apr 9 16:34:38 EDT 2008


Author: ruz
Date: Wed Apr  9 16:34:36 2008
New Revision: 11666

Modified:
   rt/branches/3.6-RELEASE/html/Tools/MyDay.html

Log:
* From Emmanuel Lacour

    MyDay.html call
    Submit ... Reset => loc(...)

    instead of

    Submit ... Reset => 1


Modified: rt/branches/3.6-RELEASE/html/Tools/MyDay.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Tools/MyDay.html	(original)
+++ rt/branches/3.6-RELEASE/html/Tools/MyDay.html	Wed Apr  9 16:34:36 2008
@@ -73,7 +73,7 @@
 
 % }
 </table>
-<& /Elements/Submit, Label => loc('Record all updates') ,  Reset => loc('Clear')&>
+<& /Elements/Submit, Label => loc('Record all updates') ,  Reset => 1 &>
 </form>
 </html>
 <%INIT>


More information about the Rt-commit mailing list