<?xml version="1.0"?>
<!--
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    Mage
 * @package     Mage_XmlConnect
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
-->
<config>
    <menu>
        <xmlconnect translate="title" module="xmlconnect">
            <title>Mobile</title>
            <sort_order>35</sort_order>
            <children>
                <mobile translate="title" module="xmlconnect">
                    <title>Manage Apps</title>
                    <sort_order>10</sort_order>
                    <action>adminhtml/mobile</action>
                </mobile>
                <history translate="title" module="xmlconnect">
                    <title>Submission History</title>
                    <sort_order>20</sort_order>
                    <action>adminhtml/mobile/history</action>
                </history>
                <templates translate="title" module="xmlconnect">
                    <title>Message Templates</title>
                    <sort_order>30</sort_order>
                    <action>adminhtml/mobile/template</action>
                </templates>
                <queue translate="title" module="xmlconnect">
                    <title>Message Queue</title>
                    <sort_order>40</sort_order>
                    <action>adminhtml/mobile/queue</action>
                </queue>
            </children>
        </xmlconnect>
    </menu>
    <acl>
        <resources>
            <admin translate="title" module="xmlconnect">
                <children>
                    <xmlconnect translate="title" module="xmlconnect">
                        <title>Mobile</title>
                        <sort_order>100</sort_order>
                        <children>
                            <mobile translate="title" module="xmlconnect">
                                <title>Manage Apps</title>
                                <sort_order>10</sort_order>
                            </mobile>
                            <history translate="title" module="xmlconnect">
                                <title>Submission History</title>
                                <sort_order>20</sort_order>
                            </history>
                            <templates translate="title" module="xmlconnect">
                                <title>Message Templates</title>
                                <sort_order>30</sort_order>
                            </templates>
                            <queue translate="title" module="xmlconnect">
                                <title>Message Queue</title>
                                <sort_order>40</sort_order>
                            </queue>
                        </children>
                    </xmlconnect>
                </children>
            </admin>
        </resources>
    </acl>
</config>
