[Rt-commit] rt branch, 4.2/form-names-on-ticket-pages, created. rt-4.0.6-489-ge1701bd

Ruslan Zakirov ruz at bestpractical.com
Fri Aug 24 18:09:55 EDT 2012


The branch, 4.2/form-names-on-ticket-pages has been created
        at  e1701bd8fcf0291be65cb474b200707e7a57103d (commit)

- Log -----------------------------------------------------------------
commit e1701bd8fcf0291be65cb474b200707e7a57103d
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Sat Aug 25 02:06:23 2012 +0400

    names for forms on Ticket's pages
    
    testing is easier and it's more consistent to have
    them like on other pages.

diff --git a/share/html/Ticket/ModifyDates.html b/share/html/Ticket/ModifyDates.html
index c85d2f4..0d90ddd 100755
--- a/share/html/Ticket/ModifyDates.html
+++ b/share/html/Ticket/ModifyDates.html
@@ -51,7 +51,7 @@
 % $m->callback(CallbackName => 'BeforeActionList', Actions => \@results, ARGSRef => \%ARGS, Ticket => $TicketObj);
 <& /Elements/ListActions, actions => \@results &>
 
-<form method="post" action="ModifyDates.html">
+<form method="post" action="ModifyDates.html" name="TicketDates">
 % $m->callback( CallbackName => 'FormStart', ARGSRef => \%ARGS );
 <input type="hidden" class="hidden" name="id" value="<%$TicketObj->Id%>" />
 <&| /Widgets/TitleBox,title => loc('Modify dates for ticket # [_1]', $TicketObj->Id), class=> 'ticket-info-dates' &>
diff --git a/share/html/Ticket/ModifyPeople.html b/share/html/Ticket/ModifyPeople.html
index 56db2bb..9ce530d 100755
--- a/share/html/Ticket/ModifyPeople.html
+++ b/share/html/Ticket/ModifyPeople.html
@@ -51,7 +51,7 @@
 % $m->callback(CallbackName => 'BeforeActionList', Actions => \@results, ARGSRef => \%ARGS, Ticket => $Ticket);
 <& /Elements/ListActions, actions => \@results &>
 
-<form method="post" action="ModifyPeople.html">
+<form method="post" action="ModifyPeople.html" name="TicketPeople">
 <input type="hidden" class="hidden" name="id" value="<%$Ticket->Id%>" />
 % $m->callback( CallbackName => 'FormStart', ARGSRef => \%ARGS );
 <&| /Widgets/TitleBox, title => loc('Modify people related to ticket #[_1]', $Ticket->Id),   width => "100%", color=> "#333399", class=>'ticket-info-people' &>

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


More information about the Rt-commit mailing list