Current Path :
/
home
/
develito
/
www
/
tmp
/
install_5fbe1482abfaf
/
Admin
/
field
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/tmp/install_5fbe1482abfaf/Admin/field/category.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. @modified 06 May 2020 by Sigrid Suski --> <definition> <header> <title value="FM.EDIT_FIELD"/> <file type="script" filename="bootstrap.tabs"/> <file type="script" filename="adm.fields.category"/> </header> <toolbar title="var:[site_title]" icon="" class="field category"> <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"/> </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="text" name="field.cssClass" value="field.cssClass" label="FM.CSS_CLASS" class="input-large"/> <field type="textarea" name="field.notice" value="field.notice" label="FM.NOTICES" editor="false" class="input-splarge" rows="2" style=""/> </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"/> </fieldset> </div> </div> </tab> <tab label="FMN.FIELD_ENTRYINPUT"> <div class="row-fluid"> <div class="span12"> <fieldset> <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="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"/> <field type="select" name="field.method" selected="field.method" label="FMN.CC_METHOD" class="input-large"> <values> <option value="tree" label="FMN.CC_TREE"/> <option value="select" label="FMN.CC_SELECT_LIST"/> <option value="pselect" label="FMN.CC_POPULATED_SELECT_LIST"/> <option value="mselect" label="FMN.CC_MSELECT"/> <option value="fixed" label="FMN.CC_FIXED"/> </values> </field> <div class="hide spCcMethod" id="spCc-tree"> <fieldset label="FMN.CC_TREE"> <field type="toggle" name="field.modal" value="field.modal" label="FMN.CC_TREE_MODAL" prefix="fmn.cc_modal"/> <field type="select" name="field.bsWidth" selected="field.bsWidth" label="FMN.FIELD_WIDTH" class="input-mini"> <values> <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.height" value="field.height" label="FMN.FIELD_HEIGHT" maxlength="10" class="input-mini"> <add where="after"> <text>px</text> </add> </field> <field type="text" name="field.catsMaxLimit" value="field.catsMaxLimit" label="FMN.CC_CATS_LIMIT" class="input-mini"> <add where="after"> <call function="Sobi::Txt"> <param>FMN.CC_CATS_LIMIT_SUFFIX</param> </call> </add> </field> <field type="toggle" name="field.catsWithChilds" value="field.catsWithChilds" label="FMN.CC_ALLOW_CATS_WITH_CHILDS" prefix="yes_no"/> <field type="toggle" name="field.preselect" value="field.preselect" label="FMN.CC_PRESELECT" prefix="yes_no"/> <field type="toggle" name="field.required" value="field.required" label="FMN.IS_REQUIRED" prefix="yes_no"/> </fieldset> </div> <div class="hide spCcMethod" id="spCc-select"> <fieldset label="FMN.CC_SELECT_LIST"> <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="select" name="field.orderCatsBy" selected="field.orderCatsBy" label="ORDER_BY" class="input-large"> <values> <option value="name.asc" label="CATN.ORDER_BY_NAME_ASC"/> <option value="name.desc" label="CATN.ORDER_BY_NAME_DESC"/> <option value="position.asc" label="CATN.ORDER_BY_ORDER_ASC"/> <option value="position.desc" label="CATN.ORDER_BY_ORDER_DESC"/> </values> </field> <field type="toggle" name="field.catsWithChilds" value="field.catsWithChilds" label="FMN.CC_ALLOW_CATS_WITH_CHILDS" prefix="yes_no"/> <field type="toggle" name="field.isPrimary" value="field.isPrimary" label="FMN.CC_IS_PRIMARY" prefix="yes_no"/> <field type="toggle" name="field.required" value="field.required" label="FMN.IS_REQUIRED" prefix="yes_no"/> </fieldset> </div> <div class="hide spCcMethod" id="spCc-pselect"> <fieldset label="FMN.CC_POPULATED_SELECT_LIST"> <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="select" name="field.orderCatsBy" selected="field.orderCatsBy" label="ORDER_BY" class="input-large"> <values> <option value="name.asc" label="CATN.ORDER_BY_NAME_ASC"/> <option value="name.desc" label="CATN.ORDER_BY_NAME_DESC"/> <option value="position.asc" label="CATN.ORDER_BY_ORDER_ASC"/> <option value="position.desc" label="CATN.ORDER_BY_ORDER_DESC"/> </values> </field> <field type="toggle" name="field.catsWithChilds" value="field.catsWithChilds" label="FMN.CC_ALLOW_CATS_WITH_CHILDS" prefix="yes_no"/> <field type="toggle" name="field.isPrimary" value="field.isPrimary" label="FMN.CC_IS_PRIMARY" prefix="yes_no"/> <field type="toggle" name="field.required" value="field.required" label="FMN.IS_REQUIRED" prefix="yes_no"/> </fieldset> </div> <div class="hide spCcMethod" id="spCc-mselect"> <fieldset label="FMN.CC_MSELECT"> <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.size" value="field.size" label="FMN.SEL.SIZE_IN_SEARCH" maxlength="10" class="input-mini"> <add where="after"> <call function="Sobi::Txt"> <param>FMN.LENGTH_ROWS</param> </call> </add> </field> <field type="select" name="field.orderCatsBy" selected="field.orderCatsBy" label="ORDER_BY" class="input-large"> <values> <option value="name.asc" label="CATN.ORDER_BY_NAME_ASC"/> <option value="name.desc" label="CATN.ORDER_BY_NAME_DESC"/> <option value="position.asc" label="CATN.ORDER_BY_ORDER_ASC"/> <option value="position.desc" label="CATN.ORDER_BY_ORDER_DESC"/> </values> </field> <field type="text" name="field.catsMaxLimit" value="field.catsMaxLimit" label="FMN.CC_CATS_LIMIT" maxlength="10" class="input-mini"> <add where="after"> <call function="Sobi::Txt"> <param>FMN.CC_CATS_LIMIT_SUFFIX</param> </call> </add> </field> <field type="toggle" name="field.catsWithChilds" value="field.catsWithChilds" label="FMN.CC_ALLOW_CATS_WITH_CHILDS" prefix="yes_no"/> <field type="toggle" name="field.preselect" value="field.preselect" label="FMN.CC_PRESELECT" prefix="yes_no"/> <field type="toggle" name="field.required" value="field.required" label="FMN.IS_REQUIRED" prefix="yes_no"/> </fieldset> </div> <div class="hide spCcMethod" id="spCc-fixed"> <fieldset label="FMN.CC_FIXED"> <field type="text" name="field.fixedCid" value="field.fixedCid" label="FMN.CC_FIXED_CID" class="input-mini"/> <field type="toggle" name="field.isPrimary" value="field.isPrimary" label="FMN.CC_IS_PRIMARY" prefix="yes_no"/> </fieldset> </div> </fieldset> <fieldset label="FMN.FIELD_ENTRYINPUT_EDITS"> <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="input-mini"/> </fieldset> <fieldset label="FMN.FIELD_ENTRYINPUT_PAYMENT"> <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_SEARCH"> <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.searchMethod" selected="field.searchMethod" label="FMN.CC_SEARCH_METHOD" class="input-large"> <values> <option value="select" label="FMN.SELECT_LIST_OPT"/> <option value="mselect" label="FM.MSELECT_LIST_OPT"/> <option value="pselect" label="FMN.CC_POPULATED_SELECT_LIST"/> </values> </field> <field type="text" name="field.ssize" value="field.ssize" label="FMN.SEL.SIZE_IN_SEARCH" maxlength="10" class="input-mini"> <add where="after"> <call function="Sobi::Txt"> <param>FMN.LENGTH_ROWS</param> </call> </add> </field> <field type="select" name="field.searchOrderCatsBy" selected="field.searchOrderCatsBy" label="ORDER_BY" class="input-large"> <values> <option value="name.asc" label="CATN.ORDER_BY_NAME_ASC"/> <option value="name.desc" label="CATN.ORDER_BY_NAME_DESC"/> <option value="position.asc" label="CATN.ORDER_BY_ORDER_ASC"/> <option value="position.desc" label="CATN.ORDER_BY_ORDER_DESC"/> </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="text" name="field.cssClassSearch" value="field.cssClassSearch" label="FM.CSS_CLASS" class="input-large"/> </fieldset> </div> </div> </tab> </tabs> </div> </div> </body> <config> <action value="index.php"/> <hidden> <field name="option" default="com_sobipro"/> <field name="task" default=""/> <field name="field.fieldType" default="category"/> <field name="sp-language" default=""/> <field name="method" default="xhr"/> <field name="format" default="raw"/> <field name="field.showIn" default="hidden"/> </hidden> </config> </definition>