Current Path :
/
home
/
develito
/
httpdocs
/
tmp
/
install_60283765053fd
/
Admin
/
field
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/httpdocs/tmp/install_60283765053fd/Admin/field/inbox.xml
<?xml version="1.0" encoding="utf-8"?> <!-- @package: SobiPro Component for Joomla! @author Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH Email: sobi[at]sigsiu.net Url: https://www.Sigsiu.NET @copyright Copyright (C) 2006 - 2020 Sigsiu.NET GmbH (https://www.sigsiu.net). All rights reserved. @license GNU/GPL Version 3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3. See https://www.gnu.org/licenses/gpl.html and https://www.sigsiu.net/licenses. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. --> <definition> <header> <title value="FM.EDIT_FIELD"/> <file type="script" filename="bootstrap.tabs"/> </header> <toolbar title="var:[site_title]" icon="" class="field inbox"> <buttons icon="globe" buttons="languages-list" label="TB.LANGUAGES"/> <divider/> <button task="field.apply" type="apply"> <button type="save" task="field.save"/> <button type="duplicate" task="field.clone"/> </button> <divider/> <button type="exit" task="field.cancel"/> <divider/> <button type="help" target="_blank"/> </toolbar> <body disable-menu="true"> <div class="row-fluid"> <div class="span12 spMainArea"> <message id="spMessage"/> <tabs> <tab label="FMN.FIELD_GENERAL"> <div class="row-fluid"> <div class="span12"> <fieldset> <field type="toggle" name="field.enabled" value="field.enabled" label="ENABLED" prefix="yes_no"/> <field type="toggle" name="field.encryptData" value="field.encryptData" label="FM.ENCRYPT_DATA" prefix="yes_no"/> </fieldset> <fieldset> <field type="text" name="field.name" value="field.name" label="FMN.FIELD_LABEL" size="50" maxlength="255" required="true"/> <field type="text" name="field.nid" value="field.nid" label="FM.ALIAS" placeholder="FM.LABEL_PLACEHOLDER_ALIAS"/> <field type="text" name="field.suffix" value="field.suffix" label="FM.SUFFIX" class="input-medium"/> <field type="toggle" name="field.uniqueData" value="field.uniqueData" label="FM.UNIQUE_DATA" prefix="yes_no"/> <field type="text" name="field.cssClass" value="field.cssClass" label="FM.CSS_CLASS" class="input-large"/> <field invert-condition="category-field" type="toggle" name="field.admList" value="field.admList" label="FM.INBOX.IN_ADMIN_LIST" prefix="yes_no"/> <field type="textarea" name="field.notice" value="field.notice" label="FM.NOTICES" editor="false" class="input-splarge" rows="2" style=""/> <field type="text" name="field.defaultValue" value="field.defaultValue" label="FM.DEFAULT_VALUE" class="input-medium"/> </fieldset> <fieldset label="FM.FIELD_TYPE"> <field type="output" value="type" label="FMN.FIELD_TYPE" class="badge"/> <field type="output" value="field.version" label="VERSION" class="badge"/> <field invert-condition="category-field" type="select" name="field.fieldType" selected="field.fieldType" size="7" multi="false" values="types" label="FMN.TYPE_CHANGE_TO" class="span3"/> </fieldset> </div> </div> </tab> <tab label="FMN.FIELD_ENTRYINPUT"> <div class="row-fluid"> <div class="span12"> <fieldset> <field type="select" name="field.bsWidth" selected="field.bsWidth" label="FMN.FIELD_WIDTH" class="input-mini"> <values> <option value="1" label="1"/> <option value="2" label="2"/> <option value="3" label="3"/> <option value="4" label="4"/> <option value="5" label="5"/> <option value="6" label="6"/> <option value="7" label="7"/> <option value="8" label="8"/> <option value="9" label="9"/> <option value="10" label="10"/> </values> </field> <field type="text" name="field.maxLength" value="field.maxLength" label="FM.MAX_LENGTH" maxlength="10" class="input-mini"> <add where="after"> <call function="Sobi::Txt"> <param>FMN.LENGTH_CHAR</param> </call> </add> </field> <field type="textarea" name="field.description" value="field.description" label="FM.DESCRIPTION" editor="false" class="input-splarge" rows="4" style=""/> <field type="toggle" name="field.showEditLabel" value="field.showEditLabel" label="FM.SHOW_LABEL" prefix="yes_no"/> <field type="toggle" name="field.labelAsPlaceholder" value="field.labelAsPlaceholder" label="FM.SHOW_PLACEHOLDER" prefix="yes_no"/> <field type="text" name="field.cssClassEdit" value="field.cssClassEdit" label="FM.CSS_CLASS" class="input-large"/> <field type="toggle" name="field.adminField" value="field.adminField" label="FMN.ADM_FIELD" prefix="yes_no" invert-condition="category-field"/> <field type="toggle" name="field.required" value="field.required" label="FMN.IS_REQUIRED" prefix="yes_no" invert-condition="category-field"/> <field type="toggle" name="field.numeric" value="field.numeric" label="FMN.IS_NUMERIC" prefix="yes_no"/> <field type="select" name="field.filter" values="filters" label="FM.FILTER" multi="false" selected="field.filter" class="input-large"/> <field type="toggle" name="field.untranslatable" value="field.untranslatable" label="FMN.IS_UNTRANSLATABLE" prefix="yes_no"/> </fieldset> <fieldset label="FMN.FIELD_ENTRYINPUT_EDITS" invert-condition="category-field"> <field type="toggle" name="field.editable" value="field.editable" label="FMN.IS_EDITABLE" prefix="yes_no"/> <field type="text" name="field.editLimit" value="field.editLimit" label="FM.EDIT_LIMITS" class="span1"/> </fieldset> <fieldset label="FMN.FIELD_ENTRYINPUT_PAYMENT" invert-condition="category-field"> <field type="toggle" name="field.isFree" value="field.isFree" label="FM.FOR_FREE" prefix="yes_no"/> <field type="text" name="field.fee" value="field.fee" label="FMN.FIELD_FEE" class="input-mini"> <add where="after"> <call function="Sobi::Cfg"> <param>payments.currency</param> <param>EUR</param> </call> </add> </field> </fieldset> </div> </div> </tab> <tab label="FMN.FIELD_ENTRYVIEW"> <div class="row-fluid"> <div class="span12"> <fieldset> <field type="select" name="field.showIn" selected="field.showIn" label="FMN.AVAILABLE_IN" class="input-medium" invert-condition="category-field"> <values> <option value="both" label="FM.BOTH_OPT"/> <option value="details" label="FM.DETAILS_VIEW_OPT"/> <option value="vcard" label="FM.V_CARD_OPT"/> <option value="hidden" label="FMN.HIDDEN_OPT"/> </values> </field> <field type="text" name="field.itemprop" label="FMN.ITEMPROP"/> <field type="toggle" name="field.withLabel" value="field.withLabel" label="FM.SHOW_LABEL" prefix="yes_no"/> <field type="text" name="field.cssClassView" value="field.cssClassView" label="FM.CSS_CLASS" class="input-large"/> </fieldset> <fieldset label="FMN.FIELD_ENTRYVIEW_META"> <field type="toggle" name="field.addToMetaKeys" value="field.addToMetaKeys" label="FM.ADD_META_KEYS" prefix="yes_no"/> <field type="toggle" name="field.addToMetaDesc" value="field.addToMetaDesc" label="FM.ADD_META_DESC" prefix="yes_no"/> <field type="text" name="field.metaSeparator" value="field.metaSeparator" label="FM.META_SEPARATOR" class="input-mini" maxlength="6"/> </fieldset> </div> </div> </tab> <tab label="FMN.FIELD_SEARCH" invert-condition="category-field"> <div class="row-fluid"> <div class="span12"> <fieldset> <field type="toggle" name="field.inSearch" value="field.inSearch" label="FMN.IS_SEARCHABLE" prefix="yes_no"/> <field type="select" name="field.priority" selected="field.priority" label="FM.SEARCH_PRIORITY" multi="false" class="span1"> <values> <option value="1" label="1"/> <option value="2" label="2"/> <option value="3" label="3"/> <option value="4" label="4"/> <option value="5" label="5"/> <option value="6" label="6"/> <option value="7" label="7"/> <option value="8" label="8"/> <option value="9" label="9"/> <option value="10" label="10"/> </values> </field> <field type="select" name="field.searchMethod" selected="field.searchMethod" label="FM.SEARCH_METHOD" multi="false" class="input-large"> <values> <option value="general" label="FM.GENERAL_SEARCH_OPT"/> <option value="select" label="FMN.SELECT_LIST_OPT"/> <option value="range" label="FM.RANGE_LIST_OPT"/> </values> </field> <field type="select" name="field.bsSearchWidth" selected="field.bsSearchWidth" label="FMN.FIELD_WIDTH" class="input-mini"> <values> <option value="1" label="1"/> <option value="2" label="2"/> <option value="3" label="3"/> <option value="4" label="4"/> <option value="5" label="5"/> <option value="6" label="6"/> <option value="7" label="7"/> <option value="8" label="8"/> <option value="9" label="9"/> </values> </field> <field type="textarea" name="field.searchRangeValues" value="field.searchRangeValues" label="FM.SEARCH_RANGE_SETTINGS" editor="false" class="input-splarge" rows="4" style=""/> <field type="toggle" name="field.freeRange" value="field.freeRange" label="FMN.FREE_RANGE" prefix="yes_no"/> <field type="text" name="field.cssClassSearch" value="field.cssClassSearch" label="FM.CSS_CLASS" class="input-large"/> <field type="toggle" name="field.suggesting" value="field.suggesting" label="FMN.SUGGESTING" prefix="yes_no"/> </fieldset> </div> </div> </tab> </tabs> </div> </div> </body> <config> <action value="index.php"/> <hidden> <field name="option" default="com_sobipro"/> <field name="sp-language" default=""/> <field name="task" default=""/> <field name="method" default="xhr"/> <field name="format" default="raw"/> </hidden> </config> </definition>