[Rt-commit] r11900 - in rt/branches/3.8-TESTING/html: Widgets/Elements installation

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Apr 25 16:27:09 EDT 2008


Author: sunnavy
Date: Fri Apr 25 16:27:09 2008
New Revision: 11900

Added:
   rt/branches/3.8-TESTING/html/Widgets/Elements/
   rt/branches/3.8-TESTING/html/Widgets/Elements/BulkEdit
      - copied unchanged from r11892, /rt/branches/3.8-TESTING/html/installation/Elements/Edit
   rt/branches/3.8-TESTING/html/Widgets/Elements/BulkProcess
      - copied unchanged from r11889, /rt/branches/3.8-TESTING/html/installation/Elements/Process
Removed:
   rt/branches/3.8-TESTING/html/installation/Elements/Edit
   rt/branches/3.8-TESTING/html/installation/Elements/Process
Modified:
   rt/branches/3.8-TESTING/html/installation/Basics.html
   rt/branches/3.8-TESTING/html/installation/DatabaseDetails.html
   rt/branches/3.8-TESTING/html/installation/DatabaseType.html
   rt/branches/3.8-TESTING/html/installation/Emails.html
   rt/branches/3.8-TESTING/html/installation/Sendmail.html

Log:
move the general widgets process and edit to /Widgets/Elements/

Modified: rt/branches/3.8-TESTING/html/installation/Basics.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Basics.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Basics.html	Fri Apr 25 16:27:09 2008
@@ -50,7 +50,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form method="post">
-<& Elements/Edit, Types => \@Types,Meta => $RT::Installer->{Meta},
+<& /Widgets/Elements/BulkEdit, Types => \@Types,Meta => $RT::Installer->{Meta},
     CurrentValue => RT::Installer->CurrentValues(@Types) &>
 <div id="form-box-timezone">
 <span class="label">Timezone</span>
@@ -75,7 +75,7 @@
 
 if ( $Run ) {
 
-    $m->comp('Elements/Process', Types => \@Types, Arguments => \%ARGS,
+    $m->comp('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS,
             Store => $RT::Installer->{InstallConfig},
             Meta => $RT::Installer->{Meta} );
     

Modified: rt/branches/3.8-TESTING/html/installation/DatabaseDetails.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/DatabaseDetails.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/DatabaseDetails.html	Fri Apr 25 16:27:09 2008
@@ -50,7 +50,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form method="post">
-<& Elements/Edit, Types => \@Types, Meta => $RT::Installer->{Meta},
+<& /Widgets/Elements/BulkEdit, Types => \@Types, Meta => $RT::Installer->{Meta},
     CurrentValue => RT::Installer->CurrentValues(@Types) &>
 <input type="hidden" name="Run" value="1">
 
@@ -75,7 +75,7 @@
 
 if ( $Run ) {
 
-    $m->comp('Elements/Process', Types => \@Types, Arguments => \%ARGS, Store
+    $m->comp('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS, Store
             => $RT::Installer->{InstallConfig}, Meta =>
             $RT::Installer->{Meta}, KeepUndef => 1 ); 
     if ( $Back ) {

Modified: rt/branches/3.8-TESTING/html/installation/DatabaseType.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/DatabaseType.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/DatabaseType.html	Fri Apr 25 16:27:09 2008
@@ -50,7 +50,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form method="post">
-<& Elements/Edit, Types => \@Types, Meta => $RT::Installer->{Meta},
+<& /Widgets/Elements/BulkEdit, Types => \@Types, Meta => $RT::Installer->{Meta},
     CurrentValue => RT::Installer->CurrentValues(@Types) &>
 
 <input type="hidden" name="Run" value="1">
@@ -64,7 +64,7 @@
 
 if ( $Run ) {
 
-    $m->comp('Elements/Process', Types => \@Types, Arguments => \%ARGS, Meta
+    $m->comp('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS, Meta
             => $RT::Installer->{Meta}, Store => $RT::Installer->{InstallConfig} );
 
     RT::Interface::Web::Redirect(RT->Config->Get('WebURL') .  'installation/DatabaseDetails.html');

Modified: rt/branches/3.8-TESTING/html/installation/Emails.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Emails.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Emails.html	Fri Apr 25 16:27:09 2008
@@ -50,7 +50,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form method="post">
-<& Elements/Edit, Types => \@Types,Meta => $RT::Installer->{Meta},
+<& /Widgets/Elements/BulkEdit, Types => \@Types,Meta => $RT::Installer->{Meta},
     CurrentValue => RT::Installer->CurrentValues(@Types) &>
 
 <input type="hidden" name="Run" value="1">
@@ -65,7 +65,7 @@
 
 if ( $Run ) {
 
-    $m->comp('Elements/Process', Types => \@Types, Arguments => \%ARGS,
+    $m->comp('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS,
             Store => $RT::Installer->{InstallConfig},
             Meta => $RT::Installer->{Meta}, KeepUndef => 1 );
 

Modified: rt/branches/3.8-TESTING/html/installation/Sendmail.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Sendmail.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Sendmail.html	Fri Apr 25 16:27:09 2008
@@ -54,7 +54,7 @@
 </div>
 <hr />
 <form method="post">
-<& Elements/Edit, Types => \@Types,Meta => $RT::Installer->{Meta},
+<& /Widgets/Elements/BulkEdit, Types => \@Types,Meta => $RT::Installer->{Meta},
     CurrentValue => RT::Installer->CurrentValues(@Types) &>
 
 <input type="hidden" name="Run" value="1">
@@ -69,7 +69,7 @@
 
 if ( $Run ) {
 
-    $m->comp('Elements/Process', Types => \@Types, Arguments => \%ARGS,
+    $m->comp('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS,
             Store => $RT::Installer->{InstallConfig},
             Meta => $RT::Installer->{Meta}, KeepUndef => 1);
 


More information about the Rt-commit mailing list