From 33beebf4cb42eba3e1dd868ad5e0af102de961da Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 29 Sep 2012 16:36:46 -0700 Subject: update address standardization for cust_location changes --- rt/share/html/Install/Global.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rt/share/html/Install/Global.html') diff --git a/rt/share/html/Install/Global.html b/rt/share/html/Install/Global.html index 5292d21c1..ea0114983 100644 --- a/rt/share/html/Install/Global.html +++ b/rt/share/html/Install/Global.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -53,7 +53,6 @@

<&|/l&>When RT sends an email it sets the From: and Reply-To: headers so users can add to the conversation by just hitting Reply in their mail client. It uses different addresses for Replies and Comments. These can be changed for each of your queues. These addresses will need to be configured to use the rt-mailgate program.

-

<&|/l&>By default, RT will use the timezone of your system. This lets you set a global default for the display of dates and times in RT. Your users can choose a different Timezone in their preferences.

<& /Widgets/BulkEdit, Types => \@Types,Meta => $RT::Installer->{Meta}, CurrentValue => RT::Installer->CurrentValues(@Types) @@ -70,7 +69,7 @@ <%init> my @errors; -my @Types = qw/CommentAddress CorrespondAddress Timezone/; +my @Types = qw/CommentAddress CorrespondAddress/; if ( $Run ) { -- cgit v1.2.1