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/filter.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> <body> <message id="spMessage" /> <div class="spModalForm"> <fieldset type="horizontal"> <field type="text" name="filter.id" value="filter.id" label="FLR.FILTER_ID" required="true"> <attribute name="readonly" value="filter.readonly" /> </field> <field type="text" name="filter.name" value="filter.name" label="FLR.FILTER_NAME" required="true" /> <field type="text" name="filter.message" value="filter.message" label="FLR.FILTER_MSG" required="true" class="input-splarge" /> <field type="textarea" name="filter.regex" value="filter.regex" label="FLR.FILTER_REGEX" editor="false" class="input-splarge" rows="2" style=""> <attribute name="readonly" value="filter.readonly" /> </field> </fieldset> <div condition="filter.readonly"> <message label="FLR.FILTER_CORE_NE" type="info" dismiss-button="false" /> </div> </div> </body> <config> <action value="index.php" /> <hidden> <field name="option" const="com_sobipro" /> <field name="task" const="filter.save" /> <field name="method" const="xhr" /> </hidden> </config> </definition>