2012-06-19 Sergio Martin <sergio.martin@artica.es>
* general/header.php: Add hint to explain the use of blank characters in global search as AND conditions Merged from 4.0.2 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6598 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
375cf62362
commit
fde60847ac
|
@ -1,3 +1,9 @@
|
|||
2012-06-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* general/header.php: Add hint to explain the use of
|
||||
blank characters in global search as AND conditions
|
||||
Merged from 4.0.2
|
||||
|
||||
2012-06-19 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* godmode/db/db_audit.php: Fixed bug:don't display any
|
||||
|
|
|
@ -186,6 +186,9 @@ config_check();
|
|||
size="100" style="background: white url('images/lupa_15x15.png') no-repeat right; padding: 0; padding-left:0px; margin: 0; width: 90%; height: 19px; margin-bottom: 5px; margin-left: 2px;" />
|
||||
<!-- onClick="javascript: document.quicksearch.submit()" -->
|
||||
<input type='hidden' name='head_search_keywords' value='abc' />
|
||||
<?php
|
||||
ui_print_help_tip (__("Blank characters are used as AND conditions"));
|
||||
?>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue