Skip to content

Commit

Permalink
Added menu images
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Sep 11, 2015
1 parent 58b31f1 commit ea17185
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 16 deletions.
5 changes: 2 additions & 3 deletions screen/PopCommerceAdmin/Asset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-index="11">
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-index="11" menu-image="/popc/static/images/Asset.png">

<subscreens default-item="FindAsset"/>
<widgets>
Expand Down
2 changes: 1 addition & 1 deletion screen/PopCommerceAdmin/Catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Catalog" default-menu-index="5">
default-menu-title="Catalog" default-menu-index="5" menu-image="/popc/static/images/Catalog.png">
<subscreens default-item="Product"/>
<widgets>
<subscreens-panel id="CatalogPanel" type="popup"/>
Expand Down
2 changes: 1 addition & 1 deletion screen/PopCommerceAdmin/Customer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Customers" default-menu-index="3">
default-menu-title="Customers" default-menu-index="3" menu-image="/popc/static/images/Customer.png">
<subscreens default-item="FindCustomer"/>
<widgets>
<subscreens-panel id="CustomerPanel" type="tab"/>
Expand Down
2 changes: 1 addition & 1 deletion screen/PopCommerceAdmin/Facility.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-index="10">
default-menu-index="10" menu-image="/popc/static/images/Facility.png">

<subscreens default-item="FindFacility"/>
<widgets>
Expand Down
2 changes: 1 addition & 1 deletion screen/PopCommerceAdmin/Order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Orders" default-menu-index="6">
default-menu-title="Orders" default-menu-index="6" menu-image="/popc/static/images/Sales.png">

<subscreens default-item="FindOrder"/>
<widgets>
Expand Down
2 changes: 1 addition & 1 deletion screen/PopCommerceAdmin/Picking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Picking" default-menu-index="7">
default-menu-title="Picking" default-menu-index="7" menu-image="/popc/static/images/Picking.png">

<subscreens default-item="FindPicklist"/>

Expand Down
2 changes: 1 addition & 1 deletion screen/PopCommerceAdmin/Shipment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Shipments" default-menu-index="8">
default-menu-title="Shipments" default-menu-index="8" menu-image="/popc/static/images/Shipping.png">

<subscreens default-item="FindShipment"/>

Expand Down
2 changes: 1 addition & 1 deletion screen/PopCommerceAdmin/Supplier.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Suppliers" default-menu-index="2">
default-menu-title="Suppliers" default-menu-index="2" menu-image="/popc/static/images/Supplier.png">

<subscreens default-item="FindSupplier"/>

Expand Down
5 changes: 2 additions & 3 deletions screen/PopCommerceAdmin/Vendor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Vendors" default-menu-index="20">
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Vendors" default-menu-index="20" menu-image="/popc/static/images/Vendor.png">

<subscreens default-item="FindVendor">
<subscreens-item name="FindVendor" location="component://HiveMind/screen/HiveMindAdmin/Vendor/FindVendor.xml"
Expand Down
5 changes: 2 additions & 3 deletions screen/PopCommerceAdmin/dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Dashboard" default-menu-index="1">
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/xml-screen-1.5.xsd"
default-menu-title="Dashboard" default-menu-index="1" menu-image="glyphicon glyphicon-dashboard" menu-image-type="icon">

<transition name="Supplier"><default-response url="../Supplier"/></transition>
<transition name="Customer"><default-response url="../Customer"/></transition>
Expand Down

0 comments on commit ea17185

Please sign in to comment.