first commit
This commit is contained in:
96
administrator/components/com_j2xml/models/forms/send.xml
Normal file
96
administrator/components/com_j2xml/models/forms/send.xml
Normal file
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage com_j2xml
|
||||
*
|
||||
* @version 3.9.229-rc1
|
||||
*
|
||||
* @author Helios Ciancio <info (at) eshiol (dot) it>
|
||||
* @link https://www.eshiol.it
|
||||
* @copyright Copyright (C) 2010 - 2023 Helios Ciancio. All Rights Reserved
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL v3
|
||||
* J2XML is free software. This version may have been modified pursuant
|
||||
* to the GNU General Public License, and as distributed it includes or
|
||||
* is derivative of works licensed under the GNU General Public License
|
||||
* or other free or open source software licenses.
|
||||
*/
|
||||
-->
|
||||
<form>
|
||||
<fieldset name="send">
|
||||
<field
|
||||
name="cid"
|
||||
type="hidden"
|
||||
/>
|
||||
<field
|
||||
name="remote_url"
|
||||
type="url"
|
||||
label="COM_J2XML_CONFIG_SEND_URL_LABEL"
|
||||
description="COM_J2XML_CONFIG_SEND_URL_DESC"
|
||||
required="true"
|
||||
filter="url"
|
||||
/>
|
||||
<!--
|
||||
<field
|
||||
name="username"
|
||||
type="text"
|
||||
label="COM_J2XML_CONFIG_SEND_USERNAME_LABEL"
|
||||
description="COM_J2XML_CONFIG_SEND_USERNAME_DESC"
|
||||
required="true"
|
||||
/>
|
||||
<field
|
||||
name="password"
|
||||
type="password"
|
||||
label="COM_J2XML_CONFIG_PASSWORD_LABEL"
|
||||
description="COM_J2XML_CONFIG_SEND_PASSWORD_DESC"
|
||||
required="true"
|
||||
autocomplete="off"
|
||||
/>
|
||||
-->
|
||||
<field
|
||||
name="send_compression"
|
||||
type="radio"
|
||||
label="COM_J2XML_CONFIG_COMPRESS_LABEL"
|
||||
description="COM_J2XML_CONFIG_COMPRESS_DESC"
|
||||
default="0"
|
||||
class="btn-group btn-group-yesno"
|
||||
layout="joomla.form.field.radio.switcher">
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
</field>
|
||||
<field
|
||||
name="send_fields"
|
||||
type="list"
|
||||
default="0"
|
||||
label="COM_J2XML_CONFIG_FIELDS_LABEL"
|
||||
description="COM_J2XML_CONFIG_IMPORT_FIELDS_DESC"
|
||||
class="chzn-color">
|
||||
<option value="">JGLOBAL_USE_GLOBAL</option>
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">COM_J2XML_YES_IF_NOT_EXISTS</option>
|
||||
<option value="2">COM_J2XML_YES_OVERWRITE_IF_EXISTS</option>
|
||||
</field>
|
||||
<field
|
||||
name="send_images"
|
||||
type="list"
|
||||
label="COM_J2XML_CONFIG_IMAGES_LABEL"
|
||||
description="COM_J2XML_CONFIG_SEND_IMAGES_DESC"
|
||||
default="0"
|
||||
class="chzn-color">
|
||||
<option value="">JGLOBAL_USE_GLOBAL</option>
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
</field>
|
||||
<field
|
||||
name="send_tags"
|
||||
type="list"
|
||||
label="COM_J2XML_CONFIG_TAGS_LABEL"
|
||||
description="COM_J2XML_CONFIG_SEND_TAGS_DESC"
|
||||
default="1"
|
||||
class="chzn-color">
|
||||
<option value="">JGLOBAL_USE_GLOBAL</option>
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</form>
|
||||
Reference in New Issue
Block a user