Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

To install:
1) Put the zipped file in the customadmin folder of your farcry application.
2) Edit the customadmin.xml file in the same folder so that it includes the following menu path: monospace<webtop>
<section

Code Block
xml
xml

<webtop>
  <section id="content" mergetype="merge">

...


    <subsection id="contentUtilities" mergetype="merge">

...


      <menu id="categorisation">

...


        <menuitem id="bulkset" label="Bulk Categorization" labelType="text" link="/admin/customadmin.cfm?module=setcategoriesbulk.cfm" />

...


      </menu>

...


    </subsection>

...


  </section>

...


</webtop>

...