Your IP : 216.73.216.215


Current Path : /home/sunflowe/www2/j15/administrator/components/com_jforms/plugins/elements/ip/
Upload File :
Current File : /home/sunflowe/www2/j15/administrator/components/com_jforms/plugins/elements/ip/ip.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
* XML config file for IP plugin
*
* @version		$Id: ip.xml 114 2009-03-22 12:41:43Z dr_drsh $
* @package		Joomla
* @subpackage	JForms
* @copyright	Copyright (C) 2008 Mostafa Muhammad. All rights reserved.
* @license		GNU/GPL
-->
<JFormPlugin type='element' limit='1' group='automatic'>
<name>ip</name>
<description>IPPLUGINDESCRIPTION</description>
<files>
	<file type='jsEntryPoint'>ip.js</file>
	<file type='phpEntryPoint'>ip.php</file>
	<file type='icon'>ip.png</file>
</files>
<parameters>
	<param name="label" label="Label" control="none" default='IP Address' valueType='string' translate='0' />
	<param name="hash" control="none" valueType='string' default='' translate='0' />
</parameters>
<storage type='number' size='4' requirefs='false' />
</JFormPlugin>