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:
mdtrooper 2013-11-12 11:05:41 +00:00
parent 81b9f14a5d
commit f7034ef559
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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()"';