[Rt-commit] rt branch, 4.0/show-all-reminders, created. rt-3.9.7-1188-g01bef10

Alex Vandiver alexmv at bestpractical.com
Tue Jan 11 18:43:15 EST 2011


The branch, 4.0/show-all-reminders has been created
        at  01bef109633a707a8925b1e3fd614fd803df8174 (commit)

- Log -----------------------------------------------------------------
commit 01bef109633a707a8925b1e3fd614fd803df8174
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Jan 11 18:40:56 2011 -0500

    Revert to pre-16645c0c behavior of showing all reminders, not just overdue ones

diff --git a/share/html/Elements/MyReminders b/share/html/Elements/MyReminders
index c3e4450..7c31b2c 100755
--- a/share/html/Elements/MyReminders
+++ b/share/html/Elements/MyReminders
@@ -48,10 +48,10 @@
 %# DEPRECATED
 <&|/Widgets/TitleBox,
     class => 'reminders',
-    title => loc("Reminders"),
+    title => loc("My reminders"),
     title_href => RT->Config->Get('WebPath') . '/Tools/MyReminders.html' &>
 
-<& /Elements/ShowReminders, OnlyOverdue => 1 &>
+<& /Elements/ShowReminders &>
 
 </&>
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list