- Fixed audit menu

- Removed backup/restore menu that is not working...
- Moved 'export' to the 'webservices' directory

SVN:code[80]
This commit is contained in:
Denis Flaven
2009-07-08 16:13:10 +00:00
parent 560345247e
commit c4687e5899

View File

@@ -151,20 +151,11 @@
<parent_id>1</parent_id> <parent_id>1</parent_id>
<name>Audit</name> <name>Audit</name>
<label>Audit</label> <label>Audit</label>
<hyperlink>/pages/audit.php</hyperlink> <hyperlink>./audit.php</hyperlink>
<template></template> <template></template>
<rank>4</rank> <rank>4</rank>
<type>application</type> <type>application</type>
</menuNode> </menuNode>
<menuNode id="44">
<parent_id>17</parent_id>
<name>Backup &amp; Restore</name>
<label>Backup &amp; Restore the whole database</label>
<hyperlink>./db_importer.php</hyperlink>
<template></template>
<rank>998</rank>
<type>application</type>
</menuNode>
<menuNode id="66"> <menuNode id="66">
<parent_id>0</parent_id> <parent_id>0</parent_id>
<name>Change Management</name> <name>Change Management</name>
@@ -367,7 +358,7 @@ td.dashboard {
<parent_id>17</parent_id> <parent_id>17</parent_id>
<name>Export</name> <name>Export</name>
<label>Export any filter in HTML, CSV or XML</label> <label>Export any filter in HTML, CSV or XML</label>
<hyperlink>./export.php</hyperlink> <hyperlink>../webservices/export.php</hyperlink>
<template></template> <template></template>
<rank>1000</rank> <rank>1000</rank>
<type>application</type> <type>application</type>