I am trying to add a tab to the farcry admin. I 'un'-remarked the sample
code and shortly there after, the tab started showing up for about 3 page
requests, I changed the sample code to my info and the tab is not showing
up.  I reverted back to the sample code, in case of a typo or something,
no luck. (I also restarted the server)  Any suggestions?
<?xml version="1.0" encoding="utf-8"?>


<customtabs>
        <parenttab permission="SiteAdmin">Sales Tools
                <subtabs permission="SiteAdmin">Main
                        <menutitle>Main</menutitle>
                        <menuitem>
                                <label>Search Sales Leads</label>
                                
<link>/farcry/admin/customadmin.cfm?module=somedir/somefile.cfm</link>
                        </menuitem>     
                        <menuitem>
                                <label>Add Sales Lead</label>
                                
<link>/farcry/admin/customadmin.cfm?module=somedir/somefile.cfm</link>
                        </menuitem>     
                </subtabs>
                <subtabs permission="SiteAdmin">Reporting
                        <menuitem>
                                <label>EMPTY</label>
                                
<link>/farcry/admin/customadmin.cfm?module=somedir/somefile.cfm</link>
                        </menuitem>     
                        <menuitem>
                                <label>EMPTY 2</label>
                                
<link>/farcry/admin/customadmin.cfm?module=somedir/somefile.cfm</link>
                        </menuitem>     
                </subtabs>
        </parenttab>
</customtabs>           


---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to