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/filters.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 - 2017 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 http://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="FLR.SITE_TITLE"/> <file type="script" filename="adm.filters"/> </header> <toolbar title="FLR.SITE_TITLE" icon="" class="field filters"> <button type="new" class="filter-edit"/> <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"/> <button type="url" task="acl"/> <button type="url" task="extensions.installed"/> <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="table-responsive"> <table> <head> <cell label="FLR.FILTER_ID" type="text" class="spCell left"/> <cell label="FLR.EDIT_FILTER" type="text" class="spCell center"/> <cell label="FLR.FILTER_NAME" type="text" class="spCell left"/> <cell label="FLR.FILTER_MSG" type="text" class="spCell left"/> <cell label="FLR.FILTER_REGEX" type="text" class="spCell left"/> </head> <loop subject="filters"> <cell type="text" value="id" class="spCell left filterId"/> <cell type="text" class="spCell center"> <button type="new" class="filter-edit btn-small" icon="edit" rel="var:[id]"/> </cell> <cell type="text" value="name" class="spCell left"/> <cell type="text" value="message" class="spCell left"/> <cell type="text" value="regex" class="spCell left"/> </loop> </table> </div> <field type="modalWindow" id="filter-edit-window" class="spModalIframe narrow" header="FLR.EDIT_FILTER"/> </div> </div> </body> <config> <action value="index.php"/> <hidden> <field name="option" const="com_sobipro"/> <field name="task" default=""/> </hidden> </config> </definition>