Current Path :
/
home
/
develito
/
public_html
/
tmp
/
install_62791d4bb7080
/
Admin
/
acl
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/public_html/tmp/install_62791d4bb7080/Admin/acl/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 - 2015 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="MN.ACL"/> </header> <toolbar title="MN.ACL" icon="" class="acl list"> <button icon="cog" label="TB.JOOMLA_ACL" type="url" url="index.php?option=com_config&amp;view=component&amp;component=com_sobipro"/> <divider/> <buttons type="rule"> <button type="new" task="acl.add"/> <button type="delete" task="acl.delete" confirm="ACL.JS_MSG_DELETE_ACL_RULE"/> <nav-header label="TB.PUBLISHING"/> <button type="enable" task="acl.enable"/> <button type="disable" task="acl.disable"/> </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"/> <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 condition="rules.length"> <head> <cell label="ACL.STATE_HEAD" type="text" class="spCell center extrasmall"/> <cell type="checkbox" rel="rid" class="spCell center extrasmall"/> <cell label="ACL.HEADER_NAME" type="text" class="spCell left"/> </head> <loop subject="rules"> <cell type="ticker" value="state" class="spCell center" icons="{'0':'remove','1':'ok'}" valid-since="validSince" valid-until="validUntil"> <url type="intern"> <param name="task" value="acl.toggle.enabled"/> <param name="rid" value="rid" parse="true"/> </url> </cell> <cell type="checkbox" name="rid" value="rid" class="spCell center"/> <cell class="spCell left"> <cell type="link" value="name"> <url type="intern"> <param name="task" value="acl.edit"/> <param name="rid" value="rid" parse="true"/> </url> </cell> <cell type="text" value="note" class="subText"/> </cell> </loop> </table> </div> </div> </div> </body> <config> <action value="index.php"/> <hidden> <field name="option" default="com_sobipro"/> <field name="task" default=""/> </hidden> </config> </definition>