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:
parent
be4313057a
commit
a41e1b6c04
@ -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)
|
||||
);
|
||||
|
3
e107_plugins/page/languages/English/English_global.php
Normal file
3
e107_plugins/page/languages/English/English_global.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
define("LAN_PLUGIN_PAGE_BOCHAP", "Search in Book/Chapter");
|
Loading…
x
Reference in New Issue
Block a user