mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:41:59 +01:00
Instant search results to the gui when the search page loads
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
f129c3780c
commit
9e47bce124
@ -168,6 +168,10 @@ $config['ENABLE_REMOTE_IMAGES'] = '0';
|
||||
$config['ENABLE_ON_THE_FLY_VERIFICATION'] = 0;
|
||||
$config['ENABLE_LDAP_IMPORT_FEATURE'] = 0;
|
||||
$config['ENABLE_FOLDER_RESTRICTIONS'] = 0;
|
||||
|
||||
// When enabled the search page auto loads the search results
|
||||
// ie. as if the user had clicked on the Search button
|
||||
$config['ENABLE_INSTANT_SEARCH'] = 0;
|
||||
$config['SEARCH_RESULT_CHECKBOX_CHECKED'] = 0;
|
||||
$config['HELPER_URL'] = '';
|
||||
$config['LOG_LEVEL'] = NORMAL;
|
||||
|
@ -33,7 +33,7 @@
|
||||
<?php print JS_CODE; ?>
|
||||
</head>
|
||||
|
||||
<body onload="Piler.add_shortcuts();">
|
||||
<body onload="Piler.add_shortcuts();<?php if(ENABLE_INSTANT_SEARCH){ ?>Piler.expert();<?php } ?>">
|
||||
|
||||
<div id="deleteconfirm-modal" class="modal hide fade">
|
||||
<div class="modal-header">
|
||||
|
Loading…
Reference in New Issue
Block a user