[Rt-commit] r11903 - in rt/branches/3.8-TESTING/html: Widgets Widgets/Elements installation
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Apr 25 20:31:00 EDT 2008
Author: sunnavy
Date: Fri Apr 25 20:30:58 2008
New Revision: 11903
Added:
rt/branches/3.8-TESTING/html/Widgets/BulkEdit
- copied unchanged from r11900, /rt/branches/3.8-TESTING/html/Widgets/Elements/BulkEdit
rt/branches/3.8-TESTING/html/Widgets/BulkProcess
- copied unchanged from r11900, /rt/branches/3.8-TESTING/html/Widgets/Elements/BulkProcess
Removed:
rt/branches/3.8-TESTING/html/Widgets/Elements/
Modified:
rt/branches/3.8-TESTING/html/Prefs/Other.html
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:
Widgets/ was supposed to replace Elements/, so no Elements/ in Widgets/
Modified: rt/branches/3.8-TESTING/html/Prefs/Other.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Prefs/Other.html (original)
+++ rt/branches/3.8-TESTING/html/Prefs/Other.html Fri Apr 25 20:30:58 2008
@@ -89,7 +89,7 @@
}
if ( $Update ) {
- $m->comp( '/Widgets/Elements/BulkProcess', Meta => {
+ $m->comp( '/Widgets/BulkProcess', Meta => {
map { $_ => RT->Config->Meta($_) } RT->Config->Options
},
Store => $preferences,
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 20:30:58 2008
@@ -50,7 +50,7 @@
<& /Elements/ListActions, actions => \@results &>
<form method="post">
-<& /Widgets/Elements/BulkEdit, Types => \@Types,Meta => $RT::Installer->{Meta},
+<& /Widgets/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('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS,
+ $m->comp('/Widgets/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 20:30:58 2008
@@ -50,7 +50,7 @@
<& /Elements/ListActions, actions => \@results &>
<form method="post">
-<& /Widgets/Elements/BulkEdit, Types => \@Types, Meta => $RT::Installer->{Meta},
+<& /Widgets/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('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS, Store
+ $m->comp('/Widgets/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 20:30:58 2008
@@ -50,7 +50,7 @@
<& /Elements/ListActions, actions => \@results &>
<form method="post">
-<& /Widgets/Elements/BulkEdit, Types => \@Types, Meta => $RT::Installer->{Meta},
+<& /Widgets/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('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS, Meta
+ $m->comp('/Widgets/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 20:30:58 2008
@@ -50,7 +50,7 @@
<& /Elements/ListActions, actions => \@results &>
<form method="post">
-<& /Widgets/Elements/BulkEdit, Types => \@Types,Meta => $RT::Installer->{Meta},
+<& /Widgets/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('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS,
+ $m->comp('/Widgets/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 20:30:58 2008
@@ -54,7 +54,7 @@
</div>
<hr />
<form method="post">
-<& /Widgets/Elements/BulkEdit, Types => \@Types,Meta => $RT::Installer->{Meta},
+<& /Widgets/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('/Widgets/Elements/BulkProcess', Types => \@Types, Arguments => \%ARGS,
+ $m->comp('/Widgets/BulkProcess', Types => \@Types, Arguments => \%ARGS,
Store => $RT::Installer->{InstallConfig},
Meta => $RT::Installer->{Meta}, KeepUndef => 1);
More information about the Rt-commit
mailing list