19 lines
884 B
XML
19 lines
884 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<metadata>
|
||
|
|
<layout title="SQL 2 Excel Section - List of Categories">
|
||
|
|
<message>
|
||
|
|
<![CDATA[This view shows a list of Categories in a specified SQL 2 Excel Section]]>
|
||
|
|
</message>
|
||
|
|
</layout>
|
||
|
|
<state>
|
||
|
|
<name>SQL 2 Excel Parameters</name>
|
||
|
|
<description>This view shows a list of Categories in a specified SQL 2 Excel Section</description>
|
||
|
|
<params>
|
||
|
|
<param name="sid" type="sql" default="1" label="Select Section" query="SELECT id AS value, title as sid FROM #__sql2excel_sections WHERE published=1 ORDER BY sid" description="VIEW_SECT_ID_DESCR"/>
|
||
|
|
|
||
|
|
<param name="display_categories" default="" size="10" type="text" label="Include Categories" description="INCLUDE_CAT_DESCR" />
|
||
|
|
|
||
|
|
<param name="hide_categories" default="" size="10" type="text" label="Hide Categories" description="HIDE_CAT_DESCR" />
|
||
|
|
</params>
|
||
|
|
</state>
|
||
|
|
</metadata>
|