| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<metadata> |
| 3 |
<layout title="COM_VIKBOOKING_PACKAGESLIST_VIEW_DEFAULT_TITLE"> |
| 4 |
<message>COM_VIKBOOKING_PACKAGESLIST_VIEW_DEFAULT_DESC</message> |
| 5 |
</layout> |
| 6 |
<view title="Packages List" > |
| 7 |
<message><![CDATA[VikBooking Packages List]]></message> |
| 8 |
</view> |
| 9 |
<state> |
| 10 |
<name>Packages List</name> |
| 11 |
<description>VikBooking Packages List</description> |
| 12 |
</state> |
| 13 |
<fields name="request"> |
| 14 |
<fieldset name="request"> |
| 15 |
<field name="sortby" type="list" default="dfrom" label="COM_VIKBOOKING_SORTBY_FIELD_SELECT_TITLE" description=""> |
| 16 |
<option value="dfrom">Validity Date</option> |
| 17 |
<option value="name">Name</option> |
| 18 |
<option value="cost">Price</option> |
| 19 |
<option value="id">ID</option> |
| 20 |
</field> |
| 21 |
<field name="sorttype" type="list" default="asc" label="COM_VIKBOOKING_SORTTYPE_FIELD_SELECT_TITLE" description=""> |
| 22 |
<option value="asc">ASC</option> |
| 23 |
<option value="desc">DESC</option> |
| 24 |
</field> |
| 25 |
<field name="reslim" type="text" default="20" label="COM_VIKBOOKING_RESLIM_FIELD_SELECT_TITLE" description="" filter="integer" /> |
| 26 |
</fieldset> |
| 27 |
</fields> |
| 28 |
</metadata> |
| 29 |
|
| 30 |
|