[Rt-commit] r13052 - rt/branches/3.8-TESTING/share/html/Install
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jun 9 11:28:33 EDT 2008
Author: sunnavy
Date: Mon Jun 9 11:28:29 2008
New Revision: 13052
Modified:
rt/branches/3.8-TESTING/share/html/Install/Emails.html
Log:
added hints of input in Install/Emails.html
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 Mon Jun 9 11:28:29 2008
@@ -49,6 +49,14 @@
<& /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) &>
@@ -60,6 +68,10 @@
</&>
<%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