Ordering and search, no pagination yet
This commit is contained in:
20
depot.xml
20
depot.xml
@ -2,12 +2,12 @@
|
||||
<extension type="component" method="upgrade">
|
||||
<name>Depot</name>
|
||||
<author>KW4NZ</author>
|
||||
<creationDate>2023-10-24</creationDate>
|
||||
<creationDate>2023-10-30</creationDate>
|
||||
<copyright>(C) KW4NZ Thomas Kuschel</copyright>
|
||||
<license>GPL v2 +; see LICENSE.md</license>
|
||||
<authorEmail>thomas@kuschel.at</authorEmail>
|
||||
<authorUrl>https://kuschel.at</authorUrl>
|
||||
<version>0.9.7</version>
|
||||
<version>0.9.9</version>
|
||||
<description>COM_DEPOT_XML_DESCRIPTION</description>
|
||||
<namespace path="src/">KW4NZ\Component\Depot</namespace>
|
||||
<install> <!-- Runs on install -->
|
||||
@ -45,14 +45,6 @@
|
||||
>
|
||||
COM_DEPOT_MENU
|
||||
</menu>
|
||||
<menu
|
||||
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"
|
||||
@ -61,6 +53,14 @@
|
||||
>
|
||||
COM_DEPOT_MENU_STOCKS
|
||||
</menu>
|
||||
<menu
|
||||
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=packages"
|
||||
view="packages"
|
||||
|
Reference in New Issue
Block a user