-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Languages * Add admin emails * Small fixes * Fix Uri [close #7] * Change update server name [close #6]
- Loading branch information
Showing
12 changed files
with
148 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<extension version="3.9" type="plugin" group="radicalmart_message" method="upgrade"> | ||
<name>PLG_RADICALMART_MESSAGE_EMAIL</name> | ||
<author>Delo Design</author> | ||
<creationDate>August 2021</creationDate> | ||
<creationDate>March 2022</creationDate> | ||
<copyright>Copyright © 2021 Delo Design. All rights reserved.</copyright> | ||
<license>https://www.gnu.org/copyleft/gpl.html GNU/GPL</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>https://delo-design.ru</authorUrl> | ||
<version>1.0.0</version> | ||
<version>1.1.0</version> | ||
<description>PLG_RADICALMART_MESSAGE_EMAIL_DESCRIPTION</description> | ||
<scriptfile>script.php</scriptfile> | ||
<languages folder="language"> | ||
|
@@ -18,13 +18,14 @@ | |
</languages> | ||
<files> | ||
<filename plugin="email">email.php</filename> | ||
<folder>forms</folder> | ||
</files> | ||
<layouts destination="components/radicalmart/message/email" folder="layouts"> | ||
<folder>user</folder> | ||
<folder>order</folder> | ||
</layouts> | ||
<updateservers> | ||
<server type="extension" priority="1" name="RadicalMart - Email"> | ||
<server type="extension" priority="1" name="RadicalMart Message: Email"> | ||
https://radicalmart.ru/update?element=plg_radicalmart_message_email | ||
</server> | ||
</updateservers> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<form> | ||
<fieldset name="messages" label="COM_RADICALMART_EXPRESS_PARAMS_MESSAGES"> | ||
<field type="note" label="PLG_RADICALMART_MESSAGE_EMAIL" | ||
description="PLG_RADICALMART_MESSAGE_EMAIL_DESCRIPTION"/> | ||
<field name="messages_email_admin" type="subform" | ||
label="PLG_RADICALMART_MESSAGE_EMAIL_PARAMS_ADMIN" | ||
multiple="true"> | ||
<form> | ||
<field name="email" type="email" label="COM_RADICALMART_EXPRESS_EMAIL" required="true"/> | ||
</form> | ||
</field> | ||
</fieldset> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<form> | ||
<fieldset name="messages" label="COM_RADICALMART_PARAMS_MESSAGES"> | ||
<field type="note" label="PLG_RADICALMART_MESSAGE_EMAIL" | ||
description="PLG_RADICALMART_MESSAGE_EMAIL_DESCRIPTION"/> | ||
<field name="messages_email_admin" type="subform" | ||
label="PLG_RADICALMART_MESSAGE_EMAIL_PARAMS_ADMIN" | ||
multiple="true"> | ||
<form> | ||
<field name="email" type="email" label="COM_RADICALMART_EMAIL" required="true"/> | ||
</form> | ||
</field> | ||
</fieldset> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.