1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

reworke on e_search and added folder and language file

This commit is contained in:
leo 2015-07-23 16:42:21 +02:00
parent be4313057a
commit a41e1b6c04
2 changed files with 4 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class page_search extends e_search // include plugin-folder in the name.
if(!empty($catList))
{
$search['advanced'] = array(
'cat' => array('type' => 'dropdown', 'text' => "Search in Book/Chapter", 'list'=>$catList),
'cat' => array('type' => 'dropdown', 'text' => LAN_PLUGIN_PAGE_BOCHAP, 'list'=>$catList),
// 'date'=> array('type' => 'date', 'text' => LAN_DATE_POSTED),
// 'match'=> array('type' => 'dropdown', 'text' => LAN_SEARCH_52, 'list'=>$matchList)
);

View File

@ -0,0 +1,3 @@
<?php
define("LAN_PLUGIN_PAGE_BOCHAP", "Search in Book/Chapter");