mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
Fix date Search / Selection / Default sort
This commit is contained in:
@@ -98,7 +98,7 @@ class searchEngine_options implements Serializable
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $sort_by = self::SORT_CREATED_ON;
|
protected $sort_by;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@@ -1116,6 +1116,7 @@ $(document).ready(function(){
|
|||||||
$('.datepicker').datepicker({
|
$('.datepicker').datepicker({
|
||||||
changeYear: true,
|
changeYear: true,
|
||||||
changeMonth:true,
|
changeMonth:true,
|
||||||
|
dateFormat:'yy/mm/dd',
|
||||||
showOn: 'button',
|
showOn: 'button',
|
||||||
buttonImage:'/skins/icons/cal.png',
|
buttonImage:'/skins/icons/cal.png',
|
||||||
buttonImageOnly: true
|
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{
|
body{
|
||||||
margin:0;
|
margin:0;
|
||||||
|
Reference in New Issue
Block a user