[rt-users] rt at a glance components
Emmanuel Lacour
elacour at easter-eggs.com
Thu Oct 8 04:32:39 EDT 2009
On Thu, Oct 08, 2009 at 09:27:14AM +0100, G.Booth wrote:
> Hi
>
> Does anybody know if there is an easy way to make a clone of a component on
> the RT at a glance page (MyRT.html) ? e.g. take a copy of QuickCreate and
> have a QuickCreate2.
>
copy share/html/Elements/Quicksearch to local/html/Elements/Quicksearch2
modify it to suit your needs
add it to RT_Site_Config.pm:
Set($HomepageComponents, [qw(QuickCreate Quicksearch MyAdminQueues
MySupportQueues MyReminders RefreshHomepage Dashboards Quicksearch2)]);
restart webserver
More information about the rt-users
mailing list