[Rt-commit] r4144 - in rt/branches/3.5-TESTING: .
html/Ticket/Elements
trs at bestpractical.com
trs at bestpractical.com
Wed Nov 23 15:57:32 EST 2005
Author: trs
Date: Wed Nov 23 15:57:32 2005
New Revision: 4144
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/Ticket/Elements/Tabs
Log:
r6548 at wintermute: tom | 2005-11-23 15:56:59 -0500
Minor nit: fixed jumbo link
Modified: rt/branches/3.5-TESTING/html/Ticket/Elements/Tabs
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Elements/Tabs (original)
+++ rt/branches/3.5-TESTING/html/Ticket/Elements/Tabs Wed Nov 23 15:57:32 2005
@@ -120,10 +120,10 @@
_E => { title => loc('Links'),
path => "Ticket/ModifyLinks.html?id=" . $id, },
_F => { title => loc('Reminders'),
- path => "Ticket/Reminders.html?id=" . $id, },
+ path => "Ticket/Reminders.html?id=" . $id,
+ separator => 1, },
_X => { title => loc('Jumbo'),
- path => "Ticket/ModifyAll.html?id=" . $id,
- separator => 1
+ path => "Ticket/ModifyAll.html?id=" . $id,
},
};
More information about the Rt-commit
mailing list