mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
update custom date picker to have calendar icons
git-svn-id: http://www.observium.org/svn/observer/trunk@2898 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -58,6 +58,9 @@ if (!$auth)
|
||||
$(function()
|
||||
{
|
||||
$('#dtpickerfrom').datetimepicker({
|
||||
showOn: 'button',
|
||||
buttonImage: 'images/16/date.png',
|
||||
buttonImageOnly: true,
|
||||
hourGrid: 4,
|
||||
minuteGrid: 10,
|
||||
onClose: function(dateText, inst) {
|
||||
@@ -82,6 +85,9 @@ if (!$auth)
|
||||
}
|
||||
});
|
||||
$('#dtpickerto').datetimepicker({
|
||||
showOn: 'button',
|
||||
buttonImage: 'images/16/date.png',
|
||||
buttonImageOnly: true,
|
||||
hourGrid: 4,
|
||||
minuteGrid: 10,
|
||||
maxDate: 0,
|
||||
|
Reference in New Issue
Block a user