mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
Fix date Search / Selection / Default sort
This commit is contained in:
@@ -98,7 +98,7 @@ class searchEngine_options implements Serializable
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $sort_by = self::SORT_CREATED_ON;
|
||||
protected $sort_by;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user