Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/plugins/system/smsnotificationforrstickets/ |
| [Home] [System Details] [Kill Me] |
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin"
group="system" method="upgrade">
<name>System - SMS Notification for RSTickets!</name>
<author>Ehsan Kiasaty</author>
<creationDate>April 2019</creationDate>
<copyright>Copyright (C) 2019 golchinonline.ir All rights
reserved.</copyright>
<license>GNU General Public License version 2 or
later</license>
<authorEmail>info2@golchinonline.ir</authorEmail>
<authorUrl>www.golchinonline.ir</authorUrl>
<version>1.0.1</version>
<description>PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_XML_DESCRIPTION</description>
<files>
<filename
plugin="smsnotificationforrstickets">smsnotificationforrstickets.php</filename>
<filename>index.html</filename>
<folder>language</folder>
</files>
<languages folder="language">
<language
tag="en-GB">en-GB/en-GB.plg_system_smsnotificationforrstickets.ini</language>
<language
tag="en-GB">en-GB/en-GB.plg_system_smsnotificationforrstickets.sys.ini</language>
<language
tag="fa-IR">fa-IR/fa-IR.plg_system_smsnotificationforrstickets.ini</language>
<language
tag="fa-IR">fa-IR/fa-IR.plg_system_smsnotificationforrstickets.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="customer"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_CUSTOMER_TAB">
<field
name="customer_notification"
type="radio"
class="btn-group"
default="1"
description="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_NOTIFICATION_ENABLED_DESC"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_NOTIFICATION_ENABLED"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field
name="customer_message"
type="textarea"
default="Dear {customer_name}, your ticket was submitted
successfully. {staff_name} will check soon. Tracking ID: {code}"
description="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_CUSTOMER_MESSAGE_DESC"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_CUSTOMER_MESSAGE_LABEL"
rows="10"
filter="raw"
/>
<field
name="customer_message_on_staff_reply"
type="textarea"
default="Dear {customer_name}, {staff_name} replied to your
ticket. Tracking ID: {code}"
description="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_CUSTOMER_REPLY_MESSAGE_DESC"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_CUSTOMER_REPLY_MESSAGE_LABEL"
rows="10"
filter="raw"
/>
</fieldset>
<fieldset name="staff"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_STAFF_TAB">
<field
name="staff_notification"
type="radio"
class="btn-group"
default="1"
description="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_NOTIFICATION_ENABLED_DESC"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_NOTIFICATION_ENABLED"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field
name="staff_message"
type="textarea"
default="A new ticket was submitted. Subject: {subject} Tracking
ID: {code}"
description="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_STAFF_MESSAGE_DESC"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_STAFF_MESSAGE_LABEL"
rows="10"
filter="raw"
/>
<field
name="staff_message_on_customer_reply"
type="textarea"
default="{customer_name} replied to {code} ticket."
description="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_STAFF_REPLY_MESSAGE_DESC"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_STAFF_REPLY_MESSAGE_LABEL"
rows="10"
filter="raw"
/>
</fieldset>
<fieldset name="config"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_CONFIG_TAB">
<field
name="username"
type="text"
default=""
hint="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_USERNAME_HINT"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_USERNAME_LABEL"
description="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_USERNAME_DESC"
size="20"
/>
<field
name="password"
type="text"
default=""
hint="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_PASSWORD_HINT"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_PASSWORD_LABEL"
description="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_PASSWORD_DESC"
size="20"
/>
<field
name="from"
type="text"
default=""
hint="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_SENDER_HINT"
label="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_SENDER_LABEL"
description="PLG_SYSTEM_SMS_NOTIFICATION_FOR_RSTICKETS_SENDER_DESC"
size="20"
/>
</fieldset>
</fields>
</config>
</extension>