Thanks Brendan. It was the <menutitle></menutitle> tag that I was after!!
Lucas. -----Original Message----- From: Brendan Sisson [mailto:[EMAIL PROTECTED] Sent: 15 July 2003 06:53 To: FarCry Developers Subject: [farcry-dev] Re: CustomAdmin.xml Lucas Sherwood wrote: > I can manage to create the tabs accros the top, but I am after > different headings in the left hand panel... > You can have multiple <menuitem> tags eg <?xml version="1.0" encoding="iso-8859-1"?> <customtabs> <parenttab permission="MainNavAdminTab">Custom Admin <subtabs permission="MainNavAdminTab" >Custom ******* <menutitle>Custom1</menutitle> ******* <menuitem> <label>Custom1</label> <link>/farcry/admin/customadmin.cfm?module=Custom1/list.cfm</link> </menuitem> ******* <menutitle>Custom2</menutitle> ******* <menuitem> <label>Custom2</label> <link>/farcry/admin/customadmin.cfm?module=Custom2/list.cfm</link> </menuitem> </subtabs> </parenttab> </customtabs> -Brendan http://farcry.daemon.com.au --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
