Fix date Search / Selection / Default sort

This commit is contained in:
Romain Neutron
2012-04-27 18:39:42 +02:00
parent bf97f5ce49
commit 2c83c77d9a
3 changed files with 2 additions and 9 deletions

View File

@@ -98,7 +98,7 @@ class searchEngine_options implements Serializable
*
* @var string
*/
protected $sort_by = self::SORT_CREATED_ON;
protected $sort_by;
/**
*

View File

@@ -1116,6 +1116,7 @@ $(document).ready(function(){
$('.datepicker').datepicker({
changeYear: true,
changeMonth:true,
dateFormat:'yy/mm/dd',
showOn: 'button',
buttonImage:'/skins/icons/cal.png',
buttonImageOnly: true

View File

@@ -1,11 +1,3 @@
html, body, *{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body{
margin:0;