Hi Michael,
This is almost what I want.
I can manage to create the tabs accros the
top, but I am after different headings in the left hand panel...
L.
-----Original
Message-----
From: Michael @Four Eyes
[mailto:[EMAIL PROTECTED]
Sent: 10 July 2003 11:00
To: FarCry Developers
Subject: [farcry-dev] Re:
CustomAdmin.xml
Perhaps this will
help. This is one of my workign configs. I added some comments.
<?xml
version="1.0" encoding="utf-8"?>
<customtabs>
<parenttab permission="MainNavAdminTab">Custom Admin
<!-- main header on FarCry header tabs -->
<subtabs permission="MainNavAdminTab" >Banks
& ATMs <!-- sub tabs for custom admin types -->
<menutitle>Tools</menutitle><!-- title
for menu -->
<menuitem>
<label>Bank & ATM
Locations</label><!-- name of link to custom admin
function -->
<link>/console/admin/customadmin.cfm?module=cmBankATM/list.cfm</link>
<!-- url to custom admin function -->
</menuitem>
<menuitem>
<label>States</label>
<link>/console/admin/customadmin.cfm?module=cmStates/list.cfm</link>
</menuitem>
</subtabs>
<subtabs permission="MainNavAdminTab">Site Banners
<menuitem>
<label>Banners</label>
<link>/console/admin/customadmin.cfm?module=cmBanner/list.cfm</link>
</menuitem>
</subtabs>
<subtabs permission="MainNavAdminTab">Mailing List
<menuitem>
<label>Manage Campaigns</label>
<link>/console/admin/customadmin.cfm?module=cmCamp/list.cfm</link>
</menuitem>
<menuitem>
<label>Review Subscribers</label>
<link>/console/admin/customadmin.cfm?module=cmSubs/list.cfm</link>
</menuitem>
</subtabs>
<subtabs permission="MainNavAdminTab">Form Data
<menuitem>
<label>Forms</label>
<link>/console/admin/customadmin.cfm?module=stdFormParser/list.cfm</link>
</menuitem>
</subtabs>
</parenttab>
</customtabs>
Hi All
I know I should be searching the
source code to work this one out but it is late and I am lazy!
In the customAdmin.xml structure,
how does one add a section header like the "configuration" and
"custom admin xml" under the admin menu? (ie: the ones without links
in bold)
Thanks!
L.
--
Lucas Sherwood
Evangelist - Server Products
Macromedia EMEA
+44 7881 803 170
[EMAIL PROTECTED]
--
This e-mail and any attachments may
contain confidential information that is legally privileged. If you are not the
intended recipient, any use, copying or transmission of this information is
strictly prohibited. If you received this email in error, please delete
all copies and notify us immediately.
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
---