Adding views of stacks, manufacturers lists
This commit is contained in:
14
depot.xml
14
depot.xml
@ -7,7 +7,7 @@
|
||||
<license>GPL v2 +; see LICENSE.md</license>
|
||||
<authorEmail>thomas@kuschel.at</authorEmail>
|
||||
<authorUrl>https://kuschel.at</authorUrl>
|
||||
<version>0.9.0</version>
|
||||
<version>0.9.3</version>
|
||||
<description>COM_DEPOT_XML_DESCRIPTION</description>
|
||||
<namespace path="src/">KW4NZ\Component\Depot</namespace>
|
||||
<install> <!-- Runs on install -->
|
||||
@ -46,9 +46,17 @@
|
||||
COM_DEPOT_MENU
|
||||
</menu>
|
||||
<menu
|
||||
link="option=com_depot"
|
||||
link="option=com_depot&view=manufacturers"
|
||||
view="manufacturers"
|
||||
img="class:depot-manufacturer"
|
||||
alt="Depot/Manufacturers"
|
||||
>
|
||||
COM_DEPOT_MENU_MANUFACTURERS
|
||||
</menu>
|
||||
<menu
|
||||
link="option=com_depot&view=stocks"
|
||||
view="stocks"
|
||||
img="class:depot-stocks"
|
||||
img="class:depot-stock"
|
||||
alt="Depot/Stocks"
|
||||
>
|
||||
COM_DEPOT_MENU_STOCKS
|
||||
|
Reference in New Issue
Block a user