Current Path :
/
home
/
develito
/
public_html
/
tmp
/
install_6081fad2a6553
/
Admin
/
acl
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/tmp/install_6081fad2a6553/Admin/acl/edit.xml
<?xml version="1.0" encoding="utf-8"?> <!-- @version: $Id$ @package: SobiPro Component for Joomla! @author Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH Email: sobi[at]sigsiu.net Url: http://www.Sigsiu.NET @copyright Copyright (C) 2006 - 2015 Sigsiu.NET GmbH (http://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. $Date$ $Revision$ $Author$ $HeadURL$ --> <definition> <header> <title value="{'acl.add':'ACL_FORM_SITE_TITLE_ADD','acl.edit':'ACL_FORM_SITE_TITLE_EDIT'}" /> <file type="script" filename="bootstrap.tabs" /> </header> <toolbar title="var:[site_title]" icon="" class="acl edit"> <button task="acl.apply" type="apply"> <button type="save" task="acl.save" /> </button> <divider /> <button type="exit" task="acl.cancel" /> <divider /> <button type="help" target="_blank" /> </toolbar> <body disable-menu="true"> <div class="row-fluid"> <message id="spMessage" /> <tabs> <tab label="ACL_PERMISSION_TAB"> <div class="span12"> <fieldset> <field type="text" name="set.name" label="ACL.RULE_NAME" class="input-xlarge" required="true"/> <field type="text" name="set.nid" label="ACL.ALIAS" class="input-xlarge" /> <field type="textarea" name="set.note" label="ACL.NOTES" editor="false" class="input-splarge" rows="2" style="" /> <field type="select" name="set.groups" values="groups" label="ACL.AFFECTED_USER_GROUPS" multi="true" selected="set.groups" class="input-xlarge" size="10" required="true"/> <field type="select" name="set.sections" values="sections" label="ACL.AFFECTED_SECTIONS" multi="true" selected="set.sections" class="input-splarge" size="8" required="true"/> <field type="select" name="set.permissions" values="permissions" label="ACL.FRONTEND_PERMISSIONS" multi="true" selected="set.permissions" class="input-xlarge" size="28" required="false"/> <field type="select" name="set.adm_permissions" values="adm_permissions" label="ACL.BACKEND_PERMISSIONS" multi="true" selected="set.permissions" class="input-xlarge" size="17" required="false"/> </fieldset> </div> </tab> <tab label="ACL_PUBLISHING"> <div class="span12"> <fieldset> <field type="toggle" name="set.state" label="ACL_ENABLED" prefix="yes_no" /> <field type="datePicker" label="VALID_SINCE" name="set.validSince" class="" dateFormat="d-m-Y H:i:s" icon="unlock" addOffset="true" /> <field type="datePicker" label="VALID_UNTIL" name="set.validUntil" class="" dateFormat="d-m-Y H:i:s" icon="lock" addOffset="true" /> </fieldset> </div> </tab> </tabs> </div> </body> <config> <action value="index.php" /> <hidden> <field name="option" default="com_sobipro" /> <field name="task" default="" /> <field name="method" default="xhr" /> <field name="rid" default="" /> </hidden> </config> </definition>