53 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <extension version="2.5" type="plugin" group="search" method="upgrade">
 | |
|     <name>plg_search_tabulizerds</name>
 | |
|     <creationDate>2019-01-17</creationDate>
 | |
| 	<copyright>Copyright (C) 2011. All rights reserved.</copyright>
 | |
| 	<license>GNU General Public License</license>
 | |
| 	<author>Dimitrios Mourloukos</author>
 | |
| 	<authorEmail>info@alterora.gr</authorEmail>
 | |
| 	<authorUrl>www.tabulizer.gr</authorUrl>
 | |
| 	<version>6.2.6</version>
 | |
| 
 | |
|     <description>PLG_SEARCH_TABULIZERDS_DESCRIPTION</description>
 | |
|     <files>
 | |
|         <filename plugin="tabulizerds">tabulizerds.php</filename>
 | |
|     </files>
 | |
|     <languages folder="language">
 | |
|         <language tag="en-GB">en-GB/en-GB.plg_search_tabulizerds.ini</language>
 | |
|         <language tag="en-GB">en-GB/en-GB.plg_search_tabulizerds.sys.ini</language>
 | |
|     </languages>
 | |
|     <config>
 | |
|         <fields name="params">
 | |
| 
 | |
|             <fieldset name="basic">
 | |
| 
 | |
|                 <field name="search_limit" type="text"
 | |
|                        default="50"
 | |
|                        description="JFIELD_PLG_SEARCH_SEARCHLIMIT_DESC"
 | |
|                        label="JFIELD_PLG_SEARCH_SEARCHLIMIT_LABEL"
 | |
|                        size="5"
 | |
|                         />
 | |
| 
 | |
|                 <field name="search_content" type="radio"
 | |
|                        default="1"
 | |
|                        description="JFIELD_PLG_SEARCH_ALL_DESC"
 | |
|                        label="JFIELD_PLG_SEARCH_ALL_LABEL"
 | |
|                         >
 | |
|                     <option value="0">JOFF</option>
 | |
|                     <option value="1">JON</option>
 | |
|                 </field>
 | |
| 
 | |
|                 <field name="search_archived" type="radio"
 | |
|                        default="1"
 | |
|                        description="JFIELD_PLG_SEARCH_ARCHIVED_DESC"
 | |
|                        label="JFIELD_PLG_SEARCH_ARCHIVED_LABEL"
 | |
|                         >
 | |
|                     <option value="0">JOFF</option>
 | |
|                     <option value="1">JON</option>
 | |
|                 </field>
 | |
|             </fieldset>
 | |
| 
 | |
|         </fields>
 | |
|     </config>
 | |
| </extension> |