2013-11-12 Miguel de Dios <miguel.dedios@artica.es>
* general/header.php: fixed the action to click in the search bar with something wrote that before the javascript empty this field, now it does not empty. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9059 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
81b9f14a5d
commit
f7034ef559
|
@ -1,3 +1,9 @@
|
|||
2013-11-12 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* general/header.php: fixed the action to click in the search
|
||||
bar with something wrote that before the javascript empty this
|
||||
field, now it does not empty.
|
||||
|
||||
2013-11-12 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/networkmap.php: changed the size of the field
|
||||
|
|
|
@ -224,6 +224,7 @@ config_check();
|
|||
$search_bar .= "value='" . $config['search_keywords'] . "'";
|
||||
|
||||
$search_bar .= 'onfocus="javascript: if (fieldKeyWordEmpty) $(\'#keywords\').val(\'\');"
|
||||
onkeyup="javascript: fieldKeyWordEmpty = false;"
|
||||
style="margin-top:5px;" class="search_input" />';
|
||||
|
||||
//$search_bar .= 'onClick="javascript: document.quicksearch.submit()"';
|
||||
|
|
Loading…
Reference in New Issue