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/list.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 - 2019 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.SITE_TITLE"/> <file type="script" filename="bootstrap.tabs"/> <script> SobiPro.jQuery( document ).ready( function () { SobiPro.jQuery( '#SobiPro .btn-group' )[ 1 ].hide(); } ); </script> </header> <toolbar title="FM.SITE_TITLE" icon="" class="field"> <buttons type="new" icon="plus" label="TB.FIELDNEW" buttons="fieldTypes"/> <buttons type="new" icon="plus" label="TB.FIELDNEW" buttons="categoryFieldTypes"/> <divider/> <buttons type="copyfieldsto" icon="copy" buttons="sections-copy" label="TB.COPYFIELD_TO"/> <divider/> <buttons type="field" icon="tasks" label="FIELD"> <button type="copyfields" icon="copy" task="field.copy" label="TB.COPYFIELD"/> <button type="delete" task="field.delete" confirm="TB.JS_DELETE_FIELD_WARN"/> <nav-header label="TB.ENABLED"/> <button type="enable" task="field.publish"/> <button type="disable" task="field.hide"/> </buttons> <divider/> <buttons icon="sitemap" buttons="sections-list" dropdown-class="right" label="TB.SECTIONS"/> <divider/> <buttons type="options" dropdown-class="right"> <button type="url" task="panel"/> <button type="url" task="config" condition="acl.config"/> <button type="url" task="acl" condition="acl.config"/> <button type="url" task="extensions.installed" condition="acl.apps"/> <button type="url" task="template.info"/> <button type="help" target="_blank"/> </buttons> </toolbar> <body> <div class="row-fluid"> <div class="span3" id="SPRightMenu"> <menu/> </div> <div class="span9 spMainArea"> <message id="spMessage"/> <div class="row-fluid"> <div id="SpProgressCopy" class="spWorking alert alert-info hide"><i class="icon icon-refresh icon-spin"></i><text value="FM.FIELD_DUPLICATING"/></div> <div id="SpProgressCopyTo" class="spWorking alert alert-info hide"><i class="icon icon-refresh icon-spin"></i><text value="FM.FIELD_COPYING"/></div> </div> <header label="FM.FIELDS_FOR" icon="tasks"> <div class="btn-group pull-right"> <field type="select" name="forder" selected="ordering" class="input-large spOrdering"> <values> <values label="ORDER_BY"/> <option value="fid.asc" label="FMN.ORDER_BY_ID_ASC"/> <option value="fid.desc" label="FMN.ORDER_BY_ID_DESC"/> <option value="name.asc" label="FMN.ORDER_BY_NAME_ASC"/> <option value="name.desc" label="FMN.ORDER_BY_NAME_DESC"/> <option value="state.asc" label="FMN.ORDER_BY_STATE_ASC"/> <option value="state.desc" label="FMN.ORDER_BY_STATE_DESC"/> <option value="fieldType.asc" label="FMN.ORDER_BY_FIELDTYPE_ASC"/> <option value="fieldType.desc" label="FMN.ORDER_BY_FIELDTYPE_DESC"/> <option value="showIn.asc" label="FMN.ORDER_BY_SHOWIN_ASC"/> <option value="required.desc" label="FMN.ORDER_BY_REQUIRED_DESC"/> <option value="required.asc" label="FMN.ORDER_BY_REQUIRED_ASC"/> <option value="editable.desc" label="FMN.ORDER_BY_EDITABLE_DESC"/> <option value="editable.asc" label="FMN.ORDER_BY_EDITABLE_ASC"/> <option value="isFree.desc" label="FMN.ORDER_BY_ISFREE_ASC"/> <option value="isFree.asc" label="FMN.ORDER_BY_ISFREE_DESC"/> <option value="order.asc" label="FMN.ORDER_BY_ORDER_ASC"/> <option value="order.desc" label="FMN.ORDER_BY_ORDER_DESC"/> </values> </field> <field type="button" name="save-ordering" icon="save" class="btn ctrl-default-ordering" data-target="fields"/> </div> </header> <div class="clearfix"/> <div> <tabs> <tab label="FMN.ENTRY_FIELDS"> <div class="table-responsive"> <table> <head> <cell label="HEADER_ID" type="text" class="spCell center"/> <cell type="checkbox" rel="p_fid" class="spCell center"/> <cell label="HEADER_FIELD_NAME" type="text"/> <cell label="HEADER_FIELD_STATE" type="text" class="spCell center"/> <cell label="HEADER_FIELD_TYPE" type="text" class="spCell center"/> <cell label="HEADER_FIELD_SHOW_IN" type="text" class="spCell center"/> <cell label="HEADER_FIELD_IS_REQUIRED" type="text" class="spCell center"/> <cell label="HEADER_FIELD_IS_EDITABLE" type="text" class="spCell center"/> <cell label="HEADER_FIELD_IS_FREE" type="text" class="spCell center"/> <cell label="HEADER_FIELD_POSITION" type="ordering" class="spCell position" rel="field" condition="ordering.contains(order)"/> </head> <loop subject="fields"> <cell type="text" value="id" class="spCell center"/> <cell type="checkbox" name="p_fid" value="id" class="spCell center"/> <cell invert-condition="_off"> <cell type="link" value="name"> <url type="intern"> <param name="task" value="field.edit"/> <param name="fid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> <cell type="text" value="nid" class="subText"/> </cell> <cell condition="_off"> <cell type="text" value="name" class="invalid"/> <cell type="text" value="nid" class="subText invalid"/> </cell> <cell type="ticker" value="enabled" class="spCell center" icons="{'0':'remove','1':'ok'}"> <url type="intern"> <param name="task" value="field.toggle.enabled"/> <param name="fid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> <cell type="text" value="fieldType" class="spCell center" invert-condition="_off"/> <cell type="text" value="fieldType" class="spCell center invalid" condition="_off"/> <cell type="text" value="showIn" class="spCell center"/> <cell type="ticker" value="required" class="spCell center" icons="{'0':'check-empty','1':'check'}"> <url type="intern"> <param name="task" value="field.toggle.required"/> <param name="fid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> <cell type="ticker" value="editable" class="spCell center" icons="{'0':'lock','1':'edit'}"> <url type="intern"> <param name="task" value="field.toggle.editable"/> <param name="fid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> <cell type="ticker" value="isFree" class="spCell center" icons="{'0':'dollar','1':'gift'}"> <url type="intern"> <param name="task" value="field.toggle.free"/> <param name="fid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> <cell type="ordering" value="position" name="fid[var:[id]]" class="spCell position" condition="/ordering.contains(order)"> <cell type="text" class="arrow"> <cell type="link" icon="chevron-up"> <url type="intern"> <param name="task" value="field.up"/> <param name="fid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> <cell type="link" icon="chevron-down"> <url type="intern"> <param name="task" value="field.down"/> <param name="fid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> </cell> </cell> </loop> <foot> <navigation/> </foot> </table> </div> </tab> <tab label="FMN.CATEGORIES_FIELDS"> <div class="table-responsive"> <table> <head> <cell label="HEADER_ID" type="text" class="spCell center extrasmall"/> <cell type="checkbox" rel="p_fid" class="spCell center extrasmall"/> <cell label="HEADER_FIELD_NAME" type="text"/> <cell label="HEADER_FIELD_STATE" type="text" class="spCell center"/> <cell label="HEADER_FIELD_TYPE" type="text" class="spCell center"/> <cell label="HEADER_FIELD_POSITION" type="ordering" class="spCell position" rel="field" condition="ordering.contains(order)"/> </head> <loop subject="category-fields"> <cell type="text" value="id" class="spCell center"/> <cell type="checkbox" name="p_fid" value="id" class="spCell center"/> <cell invert-condition="_off"> <cell type="link" value="name"> <url type="intern"> <param name="task" value="field.edit"/> <param name="fid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> <cell type="text" value="nid" class="subText"/> </cell> <cell condition="_off"> <cell type="text" value="name" class="invalid"/> <cell type="text" value="nid" class="subText invalid"/> </cell> <cell type="ticker" value="enabled" class="spCell center" icons="{'0':'remove','1':'ok'}"> <url type="intern"> <param name="task" value="field.toggle.enabled"/> <param name="fid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> <cell type="text" value="fieldType" class="spCell center" invert-condition="_off"/> <cell type="text" value="fieldType" class="spCell center invalid" condition="_off"/> <cell type="ordering" value="position" name="cfid[var:[id]]" class="spCell position" condition="/ordering.contains(order)"> <cell type="text" class="arrow"> <cell type="link" icon="chevron-up"> <url type="intern"> <param name="task" value="field.up"/> <param name="cfid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> <cell type="link" icon="chevron-down"> <url type="intern"> <param name="task" value="field.down"/> <param name="cfid" value="fid" parse="true"/> <param name="sid" value="request.sid" parse="true" subject="skip"/> </url> </cell> </cell> </cell> </loop> <foot> <navigation/> </foot> </table> </div> </tab> </tabs> </div> <pagination set="fSite" class="pagination pagination-centered pagination-toolbar" inputbox="right" type="ICON"> <param name="count" value="fields-count" parse="true"/> <param name="limit" value="fields-limit" parse="true"/> <param name="current" value="fields-site" parse="true"/> <param name="url"> <param name="option" value="com_sobipro"/> <param name="sid" value="request.sid" parse="true"/> </param> </pagination> </div> </div> </body> <config> <action value="index.php"/> <hidden> <field name="option" default="com_sobipro"/> <field name="task" default=""/> </hidden> </config> </definition>