[Rt-commit] [svn] r1846 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . html/Elements html/Ticket

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Nov 11 03:42:10 EST 2004


Author: jesse
Date: Thu Nov 11 03:42:10 2004
New Revision: 1846

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
Log:
 r9108 at tinbook:  jesse | 2004-11-11T03:00:31.422471Z
  r6171 at tinbook:  jesse | 2004-11-05T02:14:02.424154Z
  More form Names to make testing easier
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket	Thu Nov 11 03:42:10 2004
@@ -43,4 +43,6 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# }}} END BPS TAGGED BLOCK
-<FORM ACTION="<% $RT::WebPath%>/Ticket/Create.html"><&|/l, $m->scomp('/Elements/SelectNewTicketQueue')&><input type="submit" value="New ticket in">&nbsp;[_1]</&></FORM>
+<FORM ACTION="<% $RT::WebPath %>/Ticket/Create.html" NAME="CreateTicketInQueue">
+<&|/l, $m->scomp('/Elements/SelectNewTicketQueue')&><input type="submit" value="New ticket in">&nbsp;[_1]</&>
+</FORM>

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html	Thu Nov 11 03:42:10 2004
@@ -47,7 +47,7 @@
 <& /Elements/Tabs, 
     current_toptab => "Ticket/Create.html", 
     Title => loc("Create a new ticket") &>
-<FORM ACTION="<%$RT::WebPath%>/Ticket/Create.html" METHOD="POST" ENCTYPE="multipart/form-data">
+<FORM ACTION="<%$RT::WebPath%>/Ticket/Create.html" METHOD="POST" ENCTYPE="multipart/form-data" NAME="TicketCreate">
 <INPUT TYPE=HIDDEN Name="id" VALUE="new">
 <A NAME="top">
 	


More information about the Rt-commit mailing list