[Rt-commit] r13119 - in rt/branches/3.8-TESTING: share/html/Install
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Jun 10 14:39:45 EDT 2008
Author: sunnavy
Date: Tue Jun 10 14:39:44 2008
New Revision: 13119
Modified:
rt/branches/3.8-TESTING/lib/RT/Installer.pm
rt/branches/3.8-TESTING/share/html/Install/Emails.html
Log:
we have hints in widgets ;)
Modified: rt/branches/3.8-TESTING/lib/RT/Installer.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Installer.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/Installer.pm Tue Jun 10 14:39:44 2008
@@ -164,18 +164,21 @@
Widget => '/Widgets/Form/String',
WidgetArguments => {
Description => 'Owner email', #loc
+ Hints => 'the address of a human who manages RT.',
},
},
CommentAddress => {
Widget => '/Widgets/Form/String',
WidgetArguments => {
Description => 'Comment address', #loc
+ Hints => 'the default addresses that will be listed in From: and Reply-To: headers of comment mail.'
},
},
CorrespondAddress => {
Widget => '/Widgets/Form/String',
WidgetArguments => {
Description => 'Correspond address', #loc
+ Hints => 'the default addresses that will be listed in From: and Reply-To: headers of correspondence mail.'
},
},
SendmailArguments => {
Modified: rt/branches/3.8-TESTING/share/html/Install/Emails.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Emails.html (original)
+++ rt/branches/3.8-TESTING/share/html/Install/Emails.html Tue Jun 10 14:39:44 2008
@@ -49,14 +49,6 @@
<& /Elements/ListActions, actions => \@results &>
-% if ( @notes ) {
-<ul>
-% for ( @notes ) {
-<li><% $_ %></li>
-% }
-</ul>
-% }
-
<form method="post">
<& /Widgets/BulkEdit, Types => \@Types,Meta => $RT::Installer->{Meta},
CurrentValue => RT::Installer->CurrentValues(@Types) &>
@@ -68,10 +60,6 @@
</&>
<%init>
my @results;
-my @notes = (
-'OwnerEmail is the address of a human who manages RT.',
-'Correspond Address and Comment Address are the default addresses that will be listed in From: and Reply-To: headers of correspondence and comment mail.',
- );
my @Types = qw/OwnerEmail CommentAddress CorrespondAddress/;
More information about the Rt-commit
mailing list