Merge branch 'develop' of projects.ceondo.com:indefero into feature.scilab

Conflicts:
	NEWS.mdtext
This commit is contained in:
Thomas Keller
2012-03-22 00:51:39 +01:00
12 changed files with 120 additions and 163 deletions

View File

@@ -31,6 +31,6 @@ class IDF_Template_HotKey extends Pluf_Template_Tag
function start($key, $view, $params=array(), $get_params=array())
{
$url = addslashes(Pluf_HTTP_URL_urlForView($view, $params, $get_params));
echo "jQuery.hotkeys.add('$key',{disableInInput: true},function (){window.location.href='$url';});";
echo "$(document).bind('keydown','$key',function (){window.location.href='$url';});";
}
}