Skip to content

Commit

Permalink
Upload the project
Browse files Browse the repository at this point in the history
package version is v3.4.9.3
  • Loading branch information
graredcr committed Jul 4, 2013
1 parent 1322ca9 commit 64d87df
Show file tree
Hide file tree
Showing 349 changed files with 35,325 additions and 0 deletions.
16 changes: 16 additions & 0 deletions admin/access.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- $Id: access.xml 32 2009-11-14 21:24:02Z cristian $ -->
<access component="com_fieldsattach">
<section name="component">
<action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" />
<action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" />
<action name="core.create" title="JACTION_CREATE" description="JACTION_CREATE_COMPONENT_DESC" />
<action name="core.delete" title="JACTION_DELETE" description="JACTION_DELETE_COMPONENT_DESC" />
<action name="core.edit" title="JACTION_EDIT" description="JACTION_EDIT_COMPONENT_DESC" />
</section>
<section name="message">
<action name="core.delete" title="JACTION_DELETE" description="COM_HELLOWORLD_ACCESS_DELETE_DESC" />
<action name="core.edit" title="JACTION_EDIT" description="COM_HELLOWORLD_ACCESS_EDIT_DESC" />
</section>
</access>

1 change: 1 addition & 0 deletions admin/changelog.txt
@@ -0,0 +1 @@
- Youtube en IFRAME
21 changes: 21 additions & 0 deletions admin/config.xml
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: fieldsattach.xml 14 2009-11-02 18:35:20Z cristian $ -->
<config>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
description="JCONFIG_PERMISSIONS_DESC"
>
<field
name="rules"
type="rules"
label="JCONFIG_PERMISSIONS_LABEL"
class="inputbox"
validate="rules"
filter="rules"
component="com_fieldsattach"
section="component"
/>
</fieldset>
</config>

0 comments on commit 64d87df

Please sign in to comment.