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
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to