[Rt-commit] r3846 - in rt/branches/3.5-TESTING: . html/Ticket html/Ticket/Elements

jesse at bestpractical.com jesse at bestpractical.com
Mon Sep 12 09:09:45 EDT 2005


Author: jesse
Date: Mon Sep 12 09:09:44 2005
New Revision: 3846

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics
   rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
   rt/branches/3.5-TESTING/html/Ticket/Reminders.html
Log:
 r15702 at hualien:  jesse | 2005-09-12 09:08:37 -0400
  * Merge bugfixes from Jeff Voskamp


Modified: rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics	Mon Sep 12 09:09:44 2005
@@ -25,7 +25,7 @@
 %# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 %# 
 %# 
-%# CONTRIBUTION SUBMISSION POLICY:
+%# CONtrIBUTION SUBMISSION POLICY:
 %# 
 %# (The following paragraph is not intended to limit the rights granted
 %# to you to modify and distribute this software under the terms of
@@ -61,15 +61,9 @@
       <td class="label"><&|/l&>Owner</&>:</td>
       <td class="value">
 <& /Elements/SelectOwner, Name => 'Owner', QueueObj => $TicketObj->QueueObj, TicketObj => $TicketObj, Default => $TicketObj->OwnerObj->Id, DefaultValue => 0&></td>
-    </TR>
-
-  <TR>
-      <td class="label"><&|/l&>Owner</&>:</td>
-      <td class="value">
-<& /Elements/SelectOwner, Name => 'Owner', QueueObj => $TicketObj->QueueObj, TicketObj => $TicketObj, Default => $TicketObj->OwnerObj->Id, DefaultValue => 0&></td>
-    </TR>
+    </tr>
 
-  <TR>
+  <tr>
       <td class="label"><&|/l&>Time Estimated</&>:</td>
       <td class="value"><input name=TimeEstimated value="<%$TicketObj->TimeEstimated|h%>" SIZE="5">
     <& /Elements/SelectTimeUnits, Name =>'TimeEstimated-TimeUnits' &>
@@ -87,7 +81,7 @@
       <td class="value"><input name=TimeLeft value="<%$TicketObj->TimeLeft|h%>" SIZE="5">
     <& /Elements/SelectTimeUnits, Name =>'TimeLeft-TimeUnits' &>
     </td>
-    </TR>
+    </tr>
 
   <tr>
       <td class="label"><&|/l&>Priority</&>:</td>

Modified: rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary	Mon Sep 12 09:09:44 2005
@@ -66,15 +66,6 @@
 	  </&>
 	  
       <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket, Attachments => $Attachments &>
-	  <&|/Elements/TitleBox, title => loc("Reminders"),
-		title_href =>"$RT::WebPath/Ticket/Reminders.html?id=".$Ticket->Id, 
-		title_class=> 'inverse',  
-		 color => "#666699" &>
-            <form action="<%$RT::WebPath%>/Ticket/Display.html" method="post">
-	  <& /Ticket/Elements/Reminders, Ticket => $Ticket, ShowCompleted => 0 &>
-        <div align="right"><input type="submit" value="Save" /></div>
-        </form>
-	  </&>
         <br />
 	  <& /Ticket/Elements/ShowRequestor, Ticket => $Ticket &>
 	</td>

Modified: rt/branches/3.5-TESTING/html/Ticket/Reminders.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Reminders.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Reminders.html	Mon Sep 12 09:09:44 2005
@@ -49,7 +49,7 @@
     current_tab => "Ticket/Reminders.html?id=".$Ticket->Id, 
     Title => loc("Reminders for ticket #[_1]", $Ticket->Id) &>
 <form action="<%$RT::WebPath%>/Ticket/Reminders.html" method="post">
-<&|/Elements/TitleBox, title => loc("Reminders"),
+<&|/Widget/TitleBox, title => loc("Reminders"),
                        title_class=> 'inverse',
                        color => "#666699" &>
 


More information about the Rt-commit mailing list