<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.0">
	<name>UHP2 manager module</name>
	<author>John Phillips - Ravenswood IT Services</author>
	<creationDate>May 2006</creationDate>
	<copyright>(C) Ravenswood IT Services</copyright>
	<license>http://www.ravenswoodit.co.uk</license>
	<authorEmail>www.ravenswoodit.co.uk</authorEmail>
	<authorUrl>www.ravenswoodit.co.uk</authorUrl>
	<version>0.12</version>
	<description>Allows Admin to see pages which need to be approved</description>
	<files>
		<filename module="mod_uhp2_manage">mod_uhp2_manage.php</filename>
	</files>
	<params>
		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="userview" type="radio" default="1" label="User View" description="Select whether to allow the users to see pages needing approval">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
    <param name="managetext" type="text" default="Administer Sites" label="Site management text" description="This is the Text or HTML that is displayed above the list of user sites to manage" />
    <param name="sitetext" type="text" default="Sites need approval" label="Site approval text" description="This is the Text or HTML that is displayed above the sites needing approval listing" />
    <param name="pagetext" type="text" default="Pages need approval" label="Page approval text" description="This is the Text or HTML that is displayed above the pages needing approval listing" />
		<param name="count" type="text" default="5" label="Count" description="The number of items to display (default 5)" />
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="usermenu" type="radio" default="1" label="Enable UHP2 User Menu" description="Select whether to allow the users to see a page management menu">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
    <param name="menutext" type="text" default="UHP2 user menu" label="User menu text" description="This is the Menu title to be displayed for the user menu" />
    <param name="viewmysite" type="text" default="View my pages" label="Link to view site" description="This is the Text or HTML that is displayed on the link to the users own pages" />
    <param name="managemysite" type="text" default="Manage my pages" label="Link to manage site" description="This is the Text or HTML that is displayed on the link to the users own pages" />
    <param name="settings" type="text" default="My Site settings" label="Link to manage site settings" description="This is the Text or HTML that is displayed on the link to allow the users to change their site settings" />

	</params>
</mosinstall>
