| Current Path : /var/www/html/components/com_jdownloads/forms/ |
| Current File : /var/www/html/components/com_jdownloads/forms/report.xml |
<?xml version="1.0" encoding="utf-8"?>
<!--
$Id: report.xml - send report about a download
-->
<form>
<fieldset addfieldprefix="JDownloads\Component\JDownloads\Administrator\Field">
<field name="id"
type="hidden"
class="readonly" />
<field name="title"
type="text"
size="40"
label="COM_JDOWNLOADS_REPORT_FILE_TITLE_LABEL"
description=""
readonly="true"
class="readonly" />
<field name="url_download"
type="text"
size="40"
label="COM_JDOWNLOADS_REPORT_FILE_NAME_LABEL"
description=""
readonly="true"
class="readonly" />
<field name="catid"
type="hidden"
class="readonly" />
<field name="cat_title"
type="text"
size="40"
label="COM_JDOWNLOADS_REPORT_CATEGORY_NAME_LABEL"
description=""
readonly="true"
class="readonly" />
<field name="text"
type="textarea"
rows="5"
cols="35"
class="form-control"
filter="string"
label="COM_JDOWNLOADS_REPORT_NOTE_LABEL"
description="COM_JDOWNLOADS_REPORT_NOTE_DESC" />
<field name="reason"
type="list"
label="COM_JDOWNLOADS_REPORT_REASON_LABEL"
description="COM_JDOWNLOADS_REPORT_REASON_DESC"
class="form-control"
size="1"
default="1">
<option
value="1">COM_JDOWNLOADS_REPORT_REASON_MISSING</option>
<option
value="2">COM_JDOWNLOADS_REPORT_REASON_BAD_FILE</option>
<option
value="3">COM_JDOWNLOADS_REPORT_REASON_OTHERS</option>
</field>
<field name="name"
type="text"
class="form-control"
size="40"
filter="string"
label="COM_JDOWNLOADS_REPORT_NAME_LABEL"
description=""
readonly="false"
required="true" />
<field name="email"
type="text"
class="form-control"
size="40"
filter="string"
label="COM_JDOWNLOADS_REPORT_EMAIL_LABEL"
description=""
readonly="false"
required="true" />
</fieldset>
<fieldset name="captcha">
<field
name="captcha"
type="captcha"
label="COM_JDOWNLOADS_CAPTCHA_LABEL"
validate="captcha"
/>
</fieldset>
</form>