[Rt-commit] r12067 - in rt/branches/3.8-TESTING: html/Prefs/Dashboards

sartak at bestpractical.com sartak at bestpractical.com
Mon May 5 02:37:10 EDT 2008


Author: sartak
Date: Mon May  5 02:37:09 2008
New Revision: 12067

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/html/Prefs/Dashboards/Modify.html

Log:
 r54881 at onn:  sartak | 2008-05-05 02:13:40 -0400
 Name the ModifyDashboard form so it can be located for testing


Modified: rt/branches/3.8-TESTING/html/Prefs/Dashboards/Modify.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Prefs/Dashboards/Modify.html	(original)
+++ rt/branches/3.8-TESTING/html/Prefs/Dashboards/Modify.html	Mon May  5 02:37:09 2008
@@ -53,7 +53,7 @@
 &>
 <& /Elements/ListActions, actions => \@results &>
 
-<form action="<%$RT::WebPath%>/Prefs/Dashboards/Modify.html" method="post" enctype="multipart/form-data">
+<form action="<%$RT::WebPath%>/Prefs/Dashboards/Modify.html" method="post" enctype="multipart/form-data" name="ModifyDashboard">
 
 %unless ($Dashboard->Id) {
 <input type="hidden" class="hidden" name="id" value="new" />


More information about the Rt-commit mailing list