[Rt-commit] r7775 - in rt/branches/3.6-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Sun May 6 02:35:29 EDT 2007
Author: jesse
Date: Sun May 6 02:35:28 2007
New Revision: 7775
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowSummary
Log:
r56726 at pinglin: jesse | 2007-05-06 02:35:04 -0400
* Evil hack to make the Reminders box render like most of the others
Modified: rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowSummary (original)
+++ rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowSummary Sun May 6 02:35:28 2007
@@ -77,10 +77,16 @@
<&|/Widgets/TitleBox, title => loc("Reminders"),
title_href =>"$RT::WebPath/Ticket/Reminders.html?id=".$Ticket->Id,
class => 'ticket-info-reminders' &>
+ <table>
+ <tr>
+ <td>
<form action="<%$RT::WebPath%>/Ticket/Display.html" method="post">
<& /Ticket/Elements/Reminders, Ticket => $Ticket, ShowCompleted => 0 &>
<div align="right"><input type="submit" class="button" value="Save" /></div>
</form>
+ </td>
+ </tr>
+ </table>
</&>
<&| /Widgets/TitleBox, title => loc("Dates"),
title_href =>"$RT::WebPath/Ticket/ModifyDates.html?id=".$Ticket->Id,
More information about the Rt-commit
mailing list