git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
86 lines
5.8 KiB
XML
86 lines
5.8 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<mosinstall type="component" version="1.0.0">
|
|
<name>Contact</name>
|
|
<author>Joomla! Project</author>
|
|
<copyright>(C) 2005 Open Source Matters. All rights reserved.</copyright>
|
|
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
|
|
<authorEmail>admin@joomla.org</authorEmail>
|
|
<authorUrl>www.joomla.org</authorUrl>
|
|
<version>1.0.0</version>
|
|
<description>This component shows a listing of Contact Information</description>
|
|
<params>
|
|
<param name="menu_image" type="imagelist" directory="/images/stories" hide_default="1" default="" label="Menu Image" description="A small image to be placed to the left or right of your menu item, images must be in images/stories/" />
|
|
<param name="pageclass_sfx" type="text" default="" label="Page Class Suffix" description="A suffix to be applied to the css classes of the page, this allows individual page styling" />
|
|
<param name="back_button" type="list" default="" label="Back Button" description="Show/Hide a Back Button, that returns you to the previously view page">
|
|
<option value="">Use Global</option>
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="page_title" type="radio" default="1" label="Page Title" description="Show/Hide the pages Title">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="header" type="text" size="30" default="" label="Page Title" description="Text to display at the top of the page. If left blank, the Menu name will be used instead" />
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="catid" type="mos_category" default="0" scope="com_contact_details" label="Special defined category" description="Shows contacts only from the selected category" />
|
|
<param name="other_cat_section" type="radio" default="1" label="Category List - Section" description="Show/Hide the List of Categories in List view page">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="other_cat" type="radio" default="1" label="Category List - Category" description="Show/Hide the List of Categories in Table view page">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="cat_description" type="radio" default="1" label="Category Description" description="Show/Hide the Description for the list of other catgeories">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="cat_items" type="radio" default="1" label="# Category Items" description="Show/Hide the number of items in each category">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="description" type="radio" default="1" label="Description" description="Show/Hide the Description below">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="description_text" type="textarea" default="" label="Description Text" rows="5" cols="30" description="Description for page, if left blank it will load _CONTACTS_DESC from your language file"/>
|
|
<param name="image" type="imagelist" directory="/images/stories" hide_default="1" default="-1" label="Image" description="Image for page, must be located in the /images/stories folder. Default will load web_links.jpg, No image will mean an image is not loaded" />
|
|
<param name="image_align" type="radio" default="right" label="Image Align" description="Alignment of the image">
|
|
<option value="left">Left</option>
|
|
<option value="right">Right</option>
|
|
</param>
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="headings" type="radio" default="1" label="Table Headings" description="Show/Hide the Table Headings">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="position" type="radio" default="1" label="Position Column" description="Show/Hide the Position column">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="email" type="radio" default="0" label="Email Column" description="Show/Hide the Email column">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="telephone" type="radio" default="1" label="Telephone Column" description="Show/Hide the Telephone column">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="fax" type="radio" default="1" label="Fax Column" description="Show/Hide the Fax column">
|
|
<option value="0">Hide</option>
|
|
<option value="1">Show</option>
|
|
</param>
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="bannedEmail" type="text" default="" label="Banned Email" size="40" description="Emails containing any of the text will be banned, separate different words with semi-colons e.g. ban;text;etc" />
|
|
<param name="bannedSubject" type="text" default="" label="Banned Subject" size="40" description="Subjects containing any of the text will be banned, separate different words with semi-colons e.g. ban;text;etc" />
|
|
<param name="bannedText" type="text" default="" label="Banned Text" size="40" description="Text containing any of the text will be banned, separate different words with semi-colons e.g. ban;text;etc" />
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="sessionCheck" type="radio" default="1" label="Session Check" description="Check for existance of session cookie, this means that users without cookies will not be able to send emails">
|
|
<option value="0">Off</option>
|
|
<option value="1">On</option>
|
|
</param>
|
|
</params>
|
|
</mosinstall>
|