| Current Path : /var/www/html/plugins/tjsms/plug_tjsms_clickatell/ |
| Current File : /var/www/html/plugins/tjsms/plug_tjsms_clickatell/plug_tjsms_clickatell.xml |
<?xml version="1.0" encoding="utf-8"?> <extension version="3.0" type="plugin" group="tjsms" method="upgrade"> <name>PLG_TJSMS_CLICKATELL</name> <author>Techjoomla</author> <creationDate>Apr 2015</creationDate> <copyright>Copyright (c) 2009-2018 Techjoomla. All rights reserved.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>extensions@techjoomla.com</authorEmail> <authorUrl>https://techjoomla.com</authorUrl> <version>1.7</version> <isapplication>true</isapplication> <description>PLG_TJSMS_CLICKATELL_DESC</description> <files> <file plugin="plug_tjsms_clickatell">plug_tjsms_clickatell.php</file> <folder>plug_tjsms_clickatell</folder> </files> <languages folder="language"> <language tag="en-GB">en-GB/en-GB.plg_tjsms_plug_tjsms_clickatell.sys.ini</language> <language tag="en-GB">en-GB/en-GB.plg_tjsms_plug_tjsms_clickatell.ini</language> </languages> <!-- Fields for Joomla 1.6.x and onwards --> <config name="params"> <fields name="params"> <fieldset name="basic" label="PLG_TJSMS_CLICKATELL_API_PARAMETER" > <field name="appUsername" type="text" default="" label="PLG_TJSMS_CLICKATELL_USER_NAME" description="PLG_TJSMS_CLICKATELL_API_SECRETE_KEY_DESC" /> <field name="appPassword" type="text" default="" label="PLG_TJSMS_CLICKATELL_API_PASSWORD_KEY" description="PLG_TJSMS_CLICKATELL_API_PASSWORD_KEY" /> <field name="appkey" type="text" default="" label="PLG_TJSMS_CLICKATELL_API_KEY" description="PLG_TJSMS_CLICKATELL_API_KEY" /> <field name="from" type="text" default="" label="PLG_TJSMS_CLICKATELL_FROM_CONTACT" description="PLG_TJSMS_CLICKATELL_FROM_CONTACT_DESC" /> <field name="mobileoriginated" type="radio" class="btn-group" default="0" label="PLG_TJSMS_CLICKATELL_MO" description="PLG_TJSMS_CLICKATELL_MO_DESC"> <option value="1">JYES</option> <option value="0">JNO</option> </field> </fieldset> </fields> </config> </extension>